﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

/*Default CSS Setting for i tag (italics)*/ 
i {
    font-style: italic;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

@font-face {
    font-family: 'Futura LT W01 35 Light', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
@font-face {
    font-family: 'FuturaLTW01-35LightObli', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
@font-face {
    font-family: 'Futura LT W01 55 Roman', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
@font-face {
    font-family: 'FuturaLTW01-55Oblique', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
@font-face {
    font-family: 'Futura LT W01 85 Heavy', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
@font-face {
    font-family: 'FuturaLTW01-85HeavyObli', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
@font-face {
    font-family: 'fontello';
    src: url("fonts/fontello.eot?74910013");
    src: url("fonts/fontello.eot?74910013#iefix") format("embedded-opentype"), url("fonts/fontello.woff?74910013") format("woff"), url("fonts/fontello.ttf?74910013") format('truetype'), url("fonts/fontello.svg?74910013#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

.acc_item h2
{
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.acc_trigger
{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
    .acc_trigger a {
        color: #40619B;
        font-size:16pt;
    }

.acc_container
{
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.acc_container h4
{
    font-size: 14pt;
}
.acc_container  h4, strong, u, ul, li
{
    margin-bottom: 0px;
    margin-top: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.acc_container ul
{
    margin-top: 0px;
    padding-top: 0px;
}

b
{
    font-weight: bold;
}

#logo {
    padding:5px;
}

#logo img {
    max-width: 240px;    
    padding: 15px 0 0 0px;    
    /*padding-left: 50px;*/
    position: absolute;
    top: 0;
}

#primary-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}

    #primary-navigation ul.primary-navigation {
        display: block;
        margin: 0;
        float: right;
        padding: 0px 0 0 0;
        margin-top: 0px;
        padding-left: 10px;
    }

    #primary-navigation ul.primary-navigation a {
        display: block;
        color: #2e2155;
        text-transform: capitalize;
        text-decoration: none;
        line-height: 24px;
        background-color: #FFFFFF;
        font-weight: 600; /*semi bold*/
        padding-left: 14px;
    }
@media screen and (max-width: 28.75em) {
    #primary-navigation ul.primary-navigation a {
        display: block;
        padding-right: 30px;
        color: #2e2155;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 24px;
        background-color: #FFFFFF;
        font-weight: 600;
        padding-left: 6px;
    }   
}
#primary-navigation ul.headerdropDown a {
    background-color: #FFFFFF;
    color: #000000;
    font-weight: 600;
}
.navigationSeparator{ 
    padding-left:0px;
}
#primary-navigation li.navigationSeparator a {
    padding-left: 0px;
}

#primary-navigation ul.primary-navigation > li {
    float: left;
    /* color: #FFFFFF;*/
    background-color: #FFFFFF;
}
.semiboldText{
    font-weight:600;
}
#nav-header {
    background-color: #FFFFFF;
}

.menu-trigger {
    display: none;
    color: #FFFFFF;
    background-color: #FFFFFF;
    padding: 15px;
    font-size:22px;
    text-align: right;
    cursor: pointer;
    height:40px;
}

/*Mobile Menu handling*/
@media screen and (max-width: 28.75em) {
    .menu-trigger {
        display: block;
    }

    .navigationSeparator{
        display:none;
    }

    div.nav-expanded {
        display: block;
    }
    /*Hide main menu form small screen*/
    #primary-navigation {
        display: none;
    }

    #mobileLogo {
        padding:5px;
    }

    #mobileLogo img {
        max-width: 200px;
        padding: 5px 0 0 0px;
        /*padding-left: 50px;*/
        position: absolute;
        top: 0;
    }

    #logo img {
        display: none;
    }

    /*this will arrange options in list format*/
    #primary-navigation ul.primary-navigation > li {
        float: none;
        text-align:right;
    }

    #primary-navigation ul.primary-navigation > li:last-child {
        border-bottom: none;
    }

    #primary-navigation ul li > ul {
        display: block;
    }
}

#primary-navigation ul.primary-navigation > li > a {
    margin: 12px 10px;
    font-size: 12px;
}

#primary-navigation ul.primary-navigation a:hover {
    color: #F3704C;
}

.primary-navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

#primary-navigation div.container {    
    padding-top:5px;
    padding-bottom:5px;
}

#primary-navigation ul.primary-navigation {
    display: block;
}

#primary-navigation li {
    margin: 0;
    padding: 0;
}

#primary-navigation ul.primary-navigation > li > a {
    font-size: 15px;
}

#primary-navigation ul li > ul {
    display: none;
}

#primary-navigation ul li:hover > ul
{
    display: block;
    font-size: 0.9em;
    margin-left: 0;
    width: 225px;
    position: absolute;
    z-index: 1001;
}

#primary-navigation ul li:hover > ul li
{
    float: none;
}


#primary-navigation ul li:hover > ul li > ul
{
    right: -95%;
    top: 0;
    z-index: 1002;
}

H1 {
    font-family: 'Poppins', sans-serif;
    font-size: 44px;
    color: #4D4F53;
    color: rgb(77, 79, 83);
}

H2 {
    font-family: 'Poppins', sans-serif;
    font-size: 33px;
    color: #4D4F53;
    color: rgb(77, 79, 83);
    margin-bottom: 15px;
    margin-top: 10px;
}
@media screen and (max-width: 28.75em) {
    H2 {
        font-size: 22px;
        font-style:normal;
    }
}

tr {
    line-height: 120%;
}

th {
    font-weight: bolder;
    color: #2e2155;
    font-size: 16px;
}

th .small {
    font-weight: bolder;
    font-size:9px;
}

li {
    margin-bottom: 10px;
}

.white {
    color: #FFFFFF;
}

.black {
    color: #000000;
}
.pagetitle {
    font-weight: bold;
    color: #2e2155;
}
.pagetitleleft{
    font-weight: bold;
    color: #2e2155;
    text-align: left;
}
.subtitle {
    font-weight: 600;
    color: #2e2155;
}
.subtitle a {
    font-weight: 600;
    color: #2e2155;
}
.heading {
    font-weight: 600;
    color: #000000;
}
.bodytext {
    font-weight: normal;
    color: #000000;
}
.yellow {
    color: #F7FE2E;
}

.underline {
    text-decoration: underline;
}

.active {
    color: green;
    font-weight:bold;
}

.expired {
    color: red;
    font-weight: bold;
}

.no-underline{
    text-decoration: none !important;
}

H3 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #4D4F53;
    color: rgb(77, 79, 83);
    margin-bottom: 10px;
    margin-top: 30px;
}
H4 {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #4D4F53;
    color: rgb(77, 79, 83);
    margin-bottom: 5px;
    margin-top: 10px;
}
H5 {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #4D4F53;
    color: rgb(77, 79, 83);
    margin-bottom: 5px;
    margin-top: 15px;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000000;
    color: rgb(0, 0, 0);
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 120%;
}

a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #2e2155;
    text-decoration: none;
}
    a:hover { /* added for new content link hover*/
        color: #E84137;
    }

p {
    font-size: 14px;
    line-height: 24px;
}

    p .required {
        color: green;
    }

    p.next {
        padding-top:15px;
    }

.center
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.navlink {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #4D4F53;
    color: rgb(77, 79, 83);
    text-decoration: none;
}

.button {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #F3704C;
    color: rgb(243, 112, 76);
    background: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    border-radius: 50rem;
    padding: 10px 30px;
    border: 2px solid #F3704C;
    cursor: pointer;
    margin:15px;
    outline: none !important;      
}
    .button:hover {
        background: #FDE3DC;
    }

.button-home-pages {    
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border: none;
    cursor: pointer;
    height: 42px;
    padding-left: 185px;
    padding-right: 0px;
    vertical-align: middle;
    margin: 10px;
}

.btn-contactus {
    background-image: url('Images/1170-vdmp676-v-devportal-contact.png');
}

.btn-learnmore {    
    background-image: url('Images/adp-allscripts-learn-more-button.png');
}
    .btn-learnmore:hover {
        background-image: url('Images/adp-allscripts-learn-more-hover-button.png');
    }

.btn-testimonials {
    background-image: url('Images/adp-allscripts-testimonials-button.png');
}
    .btn-testimonials:hover {
        background-image: url('Images/adp-allscripts-testimonials-hover-button.png');
    }

.button-signin {
    background-image: url('Images/adp-allscripts-signin-button.png');     
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px; 
    border: none; 
    cursor: pointer;
    height: 42px; 
    padding-left: 122px;
    padding-right:0px;
    vertical-align: middle;
    margin:10px;
}
    .button-signin:hover {
        background-image: url('Images/adp-allscripts-signin-hover-button.png');
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 0px 0px;
        border: none;
        cursor: pointer;
        height: 42px;
        padding-left: 122px;
        padding-right: 0px;
        vertical-align: middle;
    }
    .button-signin-large {
    background-image: url('Images/adp-allscripts-signin-button-large.png');     
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px; 
    border: none; 
    cursor: pointer;
    height: 57px; 
    padding-left: 169px;
    padding-right:0px;
    vertical-align: middle;
    margin:10px;
}
    .button-signin-large:hover {
        background-image: url('Images/adp-allscripts-signin-hover-button-large.png');
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: 0px 0px;
        border: none;
        cursor: pointer;
        height: 57px;
        padding-left: 169px;
        padding-right: 0px;
        vertical-align: middle;
    }

.button:active {
    outline: none !important;
}

.buttonspace {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #F3704C;
    color: rgb(243, 112, 76);
    background: #FFFFFF;
    background: rgba(255, 255, 255, 1);
    border-radius: 50rem;
    padding: 10px 30px;
    margin-bottom: 10px;
    border: 2px solid #F3704C;
    cursor: pointer;
    margin: 15px;
    outline: none !important;
}

    .buttonspace:hover {
        background: #FDE3DC;
    }
.buttonalt {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #F3704C;
    color: rgb(243, 112, 76);
    background: #FFFFFF;
    border-radius: 50rem;
    padding: 5px 15px;
    border: 2px solid #F3704C;
    cursor: pointer;
    outline: none !important;
}

    .buttonalt:hover {
        color: #F3704C;
        background: #FDE3DC;
        text-decoration:none;
    }

.nothidden {
    display: inline;
}

.hidden {
    display: none;
}

input.formTextBox, input[type="text"], input[type="email"], input[type="date"], input[type="datetime"], input[type="datetimelocal"], input[type="month"], input[type="number"], input[type="password"], textarea {
    background: #FFFFFF;
    border-style: Solid;
    border-color: #4D4F53;
    border-color: rgba(77, 79, 83, 1);
    border-width: 1px;
    padding: 20px 25px;
    font-size: 16pt;
    font-family: 'Poppins', sans-serif;
    width: 350px;
    margin-bottom:30px;
    color: #000000;
}

input.formTextBox, input[type="filtertext"]{
    background: #FFFFFF;
    border-style: Solid;
    border-color: #4D4F53;
    border-color: rgba(77, 79, 83, 1);
    border-width: 1px;
    font-size: 13pt;
    font-family: 'Poppins', sans-serif;
    width:350px;
    margin-bottom:30px;
}

    @media screen and (max-width: 28.75em) {
        input.formTextBox, input[type="text"], input[type="email"], input[type="date"], input[type="datetime"], input[type="datetimelocal"], input[type="month"], input[type="number"], input[type="password"], textarea {
            width: 100%;
        }
    }

    input[type="text"].wide {
            width: 634px;
        }

    @media screen and (max-width: 28.75em) {
        input[type="text"].wide {
            width: 100%;
        }
    }

    input[type="text"].normal {
            padding: 5px;
            font-size: 12pt;
            width: auto;
            margin: 5px;
        }

    input[type="text"].slimwide {
            border-style: Solid;
            border-color: #4D4F53;
            border-color: rgba(77, 79, 83, 1);
            border-width: 1px;
            padding: 3px;
            font-size: 10pt;
            font-family: 'Poppins', sans-serif;
            width: 95%;   
            margin-bottom:10px;
        }


input[type="checkbox"], input[type=radio] {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    position: relative;
    bottom: 3px;
    margin-right: 5px;
    margin-left: 15px;    
}

    input[type="checkbox"].normal {
        width: 18px;
        height: 18px;
        vertical-align: middle;
        position: relative;
        bottom: 3px;
        margin-right: 5px;
        margin-left: 10px;        
    }
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #FFFFFF;
}
.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #eae9ee;
}

input[type=radio] {
    bottom: 2px;
}

input[readonly].readonlytextbox {
    background: #D8D8D8;
    border-style: Solid;
    border-color: #4D4F53;
    border-color: rgba(77, 79, 83, 1);
    border-width: 1px;
    padding: 20px 25px;
    font-size: 16pt;
    font-family: 'Poppins', sans-serif;
    color: #6E6E6E;
    width: 350px;
    margin-bottom:30px;
}

    input[readonly].readonlytextbox.wide {
        width: 550px;
    }

    @media screen and (max-width: 28.75em) {
        input[readonly].readonlytextbox.wide {
            width: 100%;
        }
    }

    input[readonly].readonlytextbox.wide100 {
        width: 100%;
    }

input[readonly].copyabletextbox {
    background: #D8D8D8;
    border-style: Solid;
    border-color: #4D4F53;
    border-color: rgba(77, 79, 83, 1);
    border-width: 1px;
    padding: 3px;
    font-size: 10pt;
    font-family: 'Poppins', sans-serif;
    color: #6E6E6E;
    width: 95%;   
    margin-bottom:10px;
}

textarea[readonly].readonlytextbox {
    background: #D8D8D8;
    border-style: Solid;
    border-color: #4D4F53;
    border-color: rgba(77, 79, 83, 1);
    border-width: 1px;
    font-size: 16pt;
    font-family: 'Poppins', sans-serif;
    color: #6E6E6E;
    width: 350px;
}

    textarea[readonly].readonlytextbox.wide100 {
        width: 100%;
    }

.copyicon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

input[readonly]
{
    background:none;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom:0px;
    margin-top: 0px;
}

select {
    background: #FFFFFF;
    border-style: Solid;
    border-color: rgba(77, 79, 83, 1);
    border-width: 1px;
    padding: 10px 10px;
    font-size: 16pt;
    font-family: 'Poppins', sans-serif;
    width: 634px;
    height: 67px;
    margin-bottom:30px;
}

    select[disabled] {
        background: #D8D8D8;
        border-style: Solid;
        border-color: #4D4F53;
        border-color: rgba(77, 79, 83, 1);
        border-width: 1px;
        padding: 20px 25px;
        font-size: 16pt;
        font-family: 'Poppins', sans-serif;
        color: #6E6E6E;
    }

    select.normal {
            padding: 4px;
            font-size: 12pt;
            width: auto;
            margin: 5px;
            height: auto;
        }

::-webkit-input-placeholder {    
    font-weight: normal;
}
::-moz-placeholder { /* Firefox 19+ */    
    font-weight: normal;
}
:-ms-input-placeholder {   
    font-weight: normal;
}
textarea
{
    background: #FFFFFF;
    border-style: Solid;
    border-color: #4D4F53;
    border-color: rgba(77, 79, 83, 1);
    border-width: 1px;
    padding: 20px 25px;
    font-size: 16pt;
    font-family: 'Poppins', sans-serif;
    width: 634px;
    height: 175px;
}

    textarea.fullwidth {
        width: 100%;
    }

    @media screen and (max-width: 28.75em) {
        textarea {
            width: 100%;
        }
    }

.checkBoxListFor {
    margin-bottom:35px;
}

.navbar {
    height: 50px;
    background: #FFFFFF;
}


.homepage-banner {
    margin-top: 0px;
    min-height: 520px;
    max-height: 580px;
    background: url('Images/veradigm-mainpage-banner.jpg') no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size:cover;
}

@media screen and (max-width: 64em) {
    .homepage-banner {
        min-height: 300px;
        max-height: 400px;
        background: url('Images/veradigm-mainpage-banner.jpg') no-repeat center center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size:contain;
    }
}

@media screen and (max-width: 28.75em) {
    .homepage-banner {
        min-height: 200px;
        max-height: 300px;
        background: url('Images/veradigm-mainpage-banner.jpg') no-repeat center center;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size:contain;
    }
}
.page-banner{
    background-repeat: no-repeat;
    background-color: #2e2155;
    color: #FFFFFF;
    display: block;
    padding-left: 10px;
    padding-right:0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
    .page-banner .container img {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top:0px;
        margin-bottom:0px;
        margin-left:0px;
        margin-right:10px;
        float: left;
    }

.page-banner-learnmore{
    background-repeat: no-repeat;
    background-color: #2e2155;
    color: #FFFFFF;
    display: block;
    padding-left: 10px;
    padding-right:0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
    .page-banner-learnmore .container-learnmore img {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top:0px;
        margin-bottom:20px;
        margin-left:425px;
        margin-right:10px;
        float: left;
    }
.icons
{
    font-family: 'Poppins', sans-serif;
    background-image: url('Images/IconBackground1500x500.png');
    height: 734px;
    background-size: 100%;
    padding-top: 95px;
}
.icons li{
    margin-top:30px;
}

.physicians
{
    font-family: 'Futura LT W01 35 Light', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-image: url('Images/Physicians2560x1440.jpg');
    /*height: 824px;*/
    background-size:cover;
    padding-bottom: 25px;
    color: #FFFFFF;
}

.physicians .container h2 {
    margin-top: 0;
    padding-top: 80px;
}
.physicians .container h3, h4 {
    padding-top: 35px;
}

.developers
{
    font-family: 'Futura LT W01 35 Light', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #FFFFFF;
    background-image: url('Images/Developers2560x1440.jpg');
    height: 528px;
    background-size: 100% 
}
.developers .container h2 {
    color:#FFFFFF;
    margin-top: 0px;
    margin-bottom: 22px;
    padding-top: 100px;
}
.bigword {
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 200px;
}

.smallword {
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
}

.small-text-muted {
    font-size:11px;
    color: #999999;
}

#stoplight-green {
    background-image: url('Images/green-check.jpg');
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: auto;
    margin: 0;
    padding: 0;
}

#stoplight-yellow {
    background-image: url('Images/stoplight-yellow.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: auto;
    margin: 0;
    padding: 0;
}

#stoplight-red {
    background-image: url('Images/red-warning-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: auto;
    margin: 0;
    padding: 0;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
    border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.appsquare
{
    height: 325px;
    width: 309px;
    background-color:#F9F9F9;
    margin: 0,0px,0,0;
    padding: 0,0px,0,0;
    font-size: 36px;
    text-align:center;
    line-height: 325px;
    vertical-align:middle;
    position:relative;
}
@media screen and (max-width: 28.75em) {
    .appsquare {
        height: 50px;
        width: 100%;
        line-height:50px;
    }

        .appsquare:hover  .appsquareselect{
            display:none;
            background-color: #2e2155;
        }
}

.appsquare .acronym{
    font-size: 36px;
    text-align:center;
    line-height: 325px;
    vertical-align:middle;
    position:relative;
    color: #000000;
}

@media screen and (max-width: 28.75em) {
    .appsquare .acronym{
        line-height:50px;
    }
}

.appsquare:hover  .appsquareselect
{    
     display:block;
    background-color: #2e2155;
}

@media screen and (max-width: 28.75em) {
    .appsquare:hover  .appsquareselect{
        display:none;
        background-color: #2e2155;
    }
}

.appsquareempty 
{
    height: 325px;
    width: 318px;
    background-color: #F9F9F9;
    margin: 0,0px,0,0;
    padding: 0,0px,0,0;
    font-size: 90px;
    text-align:center;
    line-height: 325px;
    vertical-align:middle;
}
@media screen and (max-width: 28.75em) {
    .appsquareempty {
        height: 50px;
        width: 100%;
        line-height:50px;
    }
}

.appsquareempty a 
{
    font-size: 90px; 
    color: black;
    height:325px;
    width: 318px;
    display:block;
}
    .appsquareempty a:hover {
        color: white;       
    }
@media screen and (max-width: 28.75em) {
    .appsquareempty a {
        height: 50px;
        width: 100%;
        font-size: 70px;
    }
}
.appsquareempty:hover{
    background-color: #2e2155;
    color:#FFFFFF;
}
    .appsquareempty:hover:after{
        font-family: 'Poppins', sans-serif;
        color: #FFFFFF;
        /*content:"+";*/
    }

.appsquareselect
{
    background-color:#007D8A;
    height:155px;
    width: 310px;
    margin: 0,0px,0,0;
    padding: 0,0px,0,0;
    position: absolute;
    top: 170px;
    display:none;
}

.appsquareempty:after{
    font-family: 'Poppins', sans-serif;
    color: #6D6E71;
    /*content:"+";*/
}

.legal
{
    font-size:12pt;
    font-family:'Times New Roman';
    color:#000;
}

.legal-border
{
    width: 100%;
    height: 300px;
    overflow: auto;
    padding: 10px;
    border: 1px solid black;
}

.legal-button-left
{
    float: left;
    margin-top: 3px;
}

.appsquaredetail
{
    width: 100%;
    height: 100%;
    line-height: 100%;
    font-size: 22pt;
    margin-top: 29px;
    margin-left: 32px;
    text-align: left;
}

    .appsquaredetail a 
    {
        font-size: 18pt;
        color: #ffffff;
    }

.appsquarelastedit
{
    width: 100%;
    line-height: 100%;
    font-size: 16pt;
    margin-top: -65px;
    margin-left: 32px;
    text-align: left;
    position: relative;
}
.appsquaregear
{
    margin-top: -30px;
    margin-left: 253px;
    position: relative;
    width: 30px;
    height: 30px;
    background-image:url('Images/ADP-portal_gear-icon.png');
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
}
    .appsquaregear:hover {
        background-image: url('Images/ADP-portal_gear-icon_hover.png');
    }
.appsquarecertified 
{
    margin-top: 60px;
    margin-left: 53px;
    position: absolute;
    width: 75px;
    height: 75px;
    background-image:url('Images/ADP_Certified_Icon.png');
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
}

    @media screen and (max-width: 28.75em) {
        .appsquarecertified {
            width: 35px;
            height: 35px;
            margin-top: 5px;
            margin-left: 5px;
        }
    }

.certified-header 
{
    margin-top: -55px;
    margin-left: -90px;
    position: absolute;
    width: 75px;
    height: 75px;
    background-image:url('Images/ADP_Certified_Icon.png');
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
}

.field-label {
    font-size: 17px;
    font-weight: bold;
    color: #2e2155;
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom:5px;
    line-height: 100%;
}

    .field-label .required {
        color: green;
    }

.field-label-helper {
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    color: black;
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom:25px;
    line-height: 100%;
        
    }

.field-value {
    
}
.field-label-normal {
    font-weight: normal;
}

.validation-summary-errors 
{
    background-color: #FFC2C2;
    border:1px solid #FF0000;
    width: 100%;
    padding:5px;
    margin-top: 2px;
    margin-bottom: 2px;
}
.validation-summary-errors:empty
{
    display:none;
}

span.validation-summary-errors 
{
    border-bottom-color: #FF0000;
    display:block;
}

ul.validation-summary-errors 
{
    margin:0;
    padding:0;
    border-top:none;
}

.message-success 
{
    background-color: #C3E76F;
    border:1px solid #7ab800;
    width: 100%;
    padding:5px;
    color: #000000;
    border-radius: 4px;
    font-weight:600;
}
.message-success:empty
{
    display:none;
}

.message-warning 
{
    background-color: lightyellow;
    border:1px solid #F7D358;
    width: 100%;
    padding:10px;
    color: #000000;
    border-radius: 4px;
    font-weight:600;
}
.message-warning:empty
{
    display:none;
}

.user-message
{
    background-color: #F7F8E0;
    border:1px solid #F7D358;
    width: 98%;
    padding:5px;
    /*color: #DBA901;*/
    margin-bottom:3px;
    border-radius: 5px;
}  
    .user-message a {
        color: #DBA901;
        font-weight: bolder;
    }

    .user-message h4 {
        color: #DBA901;
        font-weight: bolder;
        margin: 0;
        padding: 0;
    }

    .user-message .date-footer {
        font-size: 11px;
        text-align: right;
    }
    .user-message p {
        color: rgb(0, 0, 0);
    }
.user-message:empty
{
    display:none;
}

.popup-alert-box {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.popup-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: none;
}

.popup-alert-failure {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: none;
}

.popup-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    display: none;
}

.grid-action-links {
    
    margin-top: 0px;
    margin-left: 15px;
    padding: 0px;
}

    .grid-action-links li:before {
        content: "\00BB \0020";
    }

    .grid-action-links li {
        margin-top: 2px;
        margin-bottom: 2px;
    }

    .grid-action-links li a {
        margin-left: 0px;
        padding-left: 0px;
        font-size: 12px;
        cursor: pointer;
    }

.centered {
    text-align: center;
    padding: 10px;
}
.whitecircle
{
    background-image:url('Images/whitecircle.png');
    background-position:center;
    background-repeat:no-repeat;
}
.blackcircle {
    background-image: url('Images/blackcircle.png');
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 28.75em) {
    .whitecircle {
        background-image: none;
    }
    .blackcircle{
        background-image:none;
    }
}

.whitecirclemini
{
    background-image:url('Images/whitecircle.png');
    background-position:center;
    background-repeat:no-repeat;
    width: 80px;
    height: 80px;
}
.blackcirclemini {
    background-image: url('Images/blackcircle.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

.loginfields .validation-summary-errors
{
    color:white;
    font-weight:bold;
}
.loginfields .field-validation-error
{
    color:white;
}


.login
{
    background-image:url("Images/veradigm-portal-login-image.jpg");
    background-repeat:no-repeat;
    background-position: center;
    width:100%;
    margin-top:0px;
    padding-top: 0px;
}
@media screen and (max-width: 28.75em) {
    .login
    {
        background-image: none;
        background-color: #474b57;
    }
}

.loginholder
{
	position: relative;
	width: 739px;
	height:620px;
	margin-left: auto;
	margin-right: auto;
    margin-top:0px;
}

@media screen and (max-width: 28.75em) {
    .loginholder
    {
	    margin-left: auto;
	    margin-right: auto;
        margin-top:0px;
        width:100%;
        height:100%;
    }
}

.loginbox
{
    position:absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 500px;
    opacity:0.3;
    filter-alpha(opacity=30);
    -moz-opacity:0.3;
}

@media screen and (max-width: 28.75em) {
    .loginbox {
        display: none;
    }
}

.loginfields
{
    padding-top:50px;
	position: relative;
	width: 739px;
	height: 500px;
	text-align:center;
}
@media screen and (max-width: 28.75em) {
    .loginfields {
	    width: 100%;
	    height: auto;
        padding-top: 0px;
	    position: inherit;
        text-align: left;
        padding-left: 10px;
    }
}
.loginfields h2
{
	position: relative;
	color: #FFFFFF;
	line-height:32px;
	padding-top: 50px;
}
@media screen and (max-width: 28.75em) {
    .loginfields h2
    {
	    position: relative;
	    color: #FFF;
	    line-height:32px;
	    padding-top: 5px;

    }
}
.loginfields input
{
	margin-top:32px;
	width: 395px;
}
@media screen and (max-width: 28.75em) {
    .loginfields .email input {
	width: 95%;
    padding: 3px;
    height: 40px;
    }
}
.loginbuttons
{
	width:445px;
	margin-left: auto;
	margin-right:auto;

    background-color:gray;
    padding-left:0px;
    padding-right:0px;
}
@media screen and (max-width: 28.75em) {
    .loginbuttons {
	    width: 100%;
        height:85px;
        background-color: #474b57;
        }
}
.loginbuttons input[type=submit]
{
	width:123px;
	margin-left:0px;
	float: left;
}
.loginlinks a{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}
    .loginlinks a:hover{
        color: #f3704c;
    }

.loginlinks
{
	margin-right: 0px;
	padding-top: 32px;
	float: right;
	text-align: right;
}
@media screen and (max-width: 28.75em) {
    .loginlinks {
	    margin-right: 10px;
        }
}
.loginlinks a:after
{
	content:"\a";
    	white-space: pre;
}

.greenlink
{
    color: #8ec63f;
    text-decoration: none;
}
.greenlink a:hover
{
    color: #fff;
}

.fullheight
{
    height:100%;
}

.darksection {
    background: #EAF1F3;
    color: #FFFFFF;
    display: block;
    padding-bottom: 25px;
    padding-left: 10px;
    margin-top:0px;
    padding-top: 0px;
}   

.darksection h2
{
    padding-top:25px;
    padding-bottom:15px;
}
.darksection .container
{
    margin-top:0px;
    padding-top: 0px;
}

.darksection ul
{
    margin-top: 20px;
    /*width:650px;*/
    margin-left:auto;
    margin-right: auto;
}
@media screen and (max-width: 28.75em) {
    .darksection ul 
    {
        float: left;
        width: 100%;
        word-wrap: break-word;
    }
}

.darksection li
{
    margin-top:0px;
    padding-top: 0px;
}
.darksection ul li b
{
    font-weight:bolder;
}
.darksection .container ul
{
    margin-top:0px;
    padding-top: 0px;
}
.darksection .container ul li
{
    margin-top:20px;
    padding-top: 0px;
}
.darksection .container ul li h3
{
    margin-top:0px;
    padding-top: 0px;
}
.darksection .container ul li a
{
    margin-top:0px;
    padding-top: 0px;
}
.darksection .container h2 {
    margin-top: 0px;
    padding-top: 20px;
}
.darksection .container h3 {
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 15px;
}

.centerbutton
{
    margin-left: auto;
    margin-right: auto;
    display:block;
    width:auto;
    text-align: center;
}
.bsection {
    background: #eae9ee;
    padding-bottom: 10px;
}
.bsection .container h2 {
    margin-top: 0;
    padding-top: 30px;
}
.bsection .container h3 {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 0px;
}
.bsection .container ol {
    margin-top: 32px;
    list-style:decimal;
    margin-left: 20px;
}
.bsection .container table h3{
	padding-bottom: 0px;
}

.rounded-shell {
     width: 100%;
     background: lightGrey;
     -moz-border-radius: 6px; 
     border-radius: 6px; /* standards-compliant: (IE) */ 
}

.rounded-shell-title {
     background-color: darkgray;
     padding: 5px;
     -moz-border-radius: 6px 6px 0 0;
     border-radius: 6px 6px 0 0; /* standards-compliant: (IE) */
}

.rounded-shell-content {
     padding: 5px;
}

.multi-column-header {
    text-align: center;
}

.two-column
{
    margin-top: 20px;
}
.two-column p
{
    font-size: 16px;
}
.two-column .column1
{
    width:48%;
    float: left;
    padding: 0 0px 0 0;
}
/* Display two col only for larger screen. 1 col for mobile phones*/
@media screen and (max-width: 28.75em) {
    .two-column .column1 {
        width: 100%;
    }
}
.two-column .column1 p
{
    line-height: 24px;
    margin: 0 0 30px 0;
    display:block;
}
.two-column .column1 h3
{
    display:block;
}
.two-column .column2
{
    width:48%;
    float: right;
    padding: 0 0px 0 0;
}

.three-column
{
    margin-top: 10px;
}
@media screen and (max-width: 28.75em) {
    .three-column {
        margin-top: 0px;
    }
}
.three-column .column1
{
    width: 33%;
    float:left;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
    margin: 0, 0, 0, 0;
}
@media screen and (max-width: 28.75em) {
    .three-column .column1 {
        width: 100%;
        padding-bottom:10px;
    }
}
.three-column .column2
{
    width: 33%;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 10px;
    margin: 0,0,0,0;
    float: left;
}
@media screen and (max-width: 28.75em) {
    .three-column .column2 {
        width: 100%;
        padding-bottom:10px;
    }
}
.three-column .column3
{
    width: 34%;
    float:left;
    padding: 0 0px 0 0px;
    margin: 0,0,0,0;
}
@media screen and (max-width: 28.75em) {
    .three-column .column3 {
        width: 100%;
        padding-right: 10px;
        padding-bottom:10px;
    }
}

.two-column
{
    margin-top: 20px;
}
.two-column p
{
    font-size: 16px;
}
.two-column .column1
{
    width:48%;
    float: left;
    padding: 0 0px 0 0;
}
/* Display two col only for larger screen. 1 col for mobile phones*/
@media screen and (max-width: 28.75em) {
    .two-column .column1 {
        width: 100%;
    }
}
.two-column .column1 p
{
    line-height: 24px;
    margin: 0 0 30px 0;
    display:block;
}
.two-column .column1 h3
{
    display:block;
}
.two-column .column2
{
    width:48%;
    float: right;
    padding: 0 0px 0 0;
}
@media screen and (max-width: 28.75em) {
    .two-column .column2 {
        width: 100%;
    }
}
.two-column .column2 p
{
    line-height: 24px;
    margin: 0 0 30px 0;
     display:block;
}
.two-column .column2 .right
{
    text-align: right;
}
.two-column .column1 h3
{
    display:block;
}

.four-column {
    margin-top:10px;
}

    .four-column .column1 {
        width:25%;
        float: left;
        padding: 0 10px 0 0;
    }

    .four-column .column2 {
        width:25%;
        float: left;
        padding: 0 10px 0 0;
    }

    .four-column .column3 {
        width:25%;
        float: left;
        padding: 0 10px 0 0;
    }

    .four-column .column4 {
        width:24%;
        float: left;
        padding: 0 10px 0 0;
    }

.five-column {
    margin-top:10px;
}

    .five-column .column1 {
        width:20%;
        float: left;
        padding: 0 10px 0 0;
    }

    .five-column .column2 {
        width:20%;
        float: left;
        padding: 0 10px 0 0;
    }

    .five-column .column3 {
        width:20%;
        float: left;
        padding: 0 10px 0 0;
    }

    .five-column .column4 {
        width:20%;
        float: left;
        padding: 0 10px 0 0;
    }

    .five-column .column5 {
        width:20%;
        float: left;
        padding: 0 10px 0 0;
    }

.six-column {
    margin-top:20px;
}

    .six-column .column1 {
        width:17%;
        float: left;
        padding: 0 10px 0 0;
    }

    .six-column .column2 {
        width:16%;
        float: left;
        padding: 0 10px 0 0;
    }

    .six-column .column3 {
        width:16%;
        float: left;
        padding: 0 10px 0 0;
    }

    .six-column .column4 {
        width:17%;
        float: left;
        padding: 0 10px 0 0;
    }

    .six-column .column5 {
        width:17%;
        float: left;
        padding: 0 10px 0 0;
    }

    .six-column .column6 {
        width:17%;
        float: left;
        padding: 0 10px 0 0;
    }

.six-column-checkbox {
    margin-top:20px;
}

    .six-column-checkbox .column1 {
        width:7%;
        float: left;
        padding: 27px 10px 0 0;
        text-align: center;
    }

    .six-column-checkbox .column2 {
        width:18%;
        float: left;
        padding: 0 10px 0 0;
    }

    .six-column-checkbox .column3 {
        width:18%;
        float: left;
        padding: 0 10px 0 0;
    }

    .six-column-checkbox .column4 {
        width:19%;
        float: left;
        padding: 0 10px 0 0;
    }

    .six-column-checkbox .column5 {
        width:19%;
        float: left;
        padding: 0 10px 0 0;
    }

    .six-column-checkbox .column6 {
        width:19%;
        float: left;
        padding: 0 10px 0 0;
    }

.lightsubfooter {
    height: 271px;
    background-color: #474b57;
    background-repeat: no-repeat;
    color: #FFFFFF;
    margin-top: 0px;
}

.facebook a:before {
    margin-right: 5px;
    float: left;
    content: '\e801';
    font-family: 'fontello';
    font-size: 14px;
}

.twitter a:before {
    margin-right: 5px;
    float: left;
    content: '\e802';
    font-family: 'fontello';
    font-size: 14px;
}

.youtube a:before {
    margin-right: 5px;
    float: left;
    content: '\e803';
    font-family: 'fontello';
    font-size: 14px;
}

.rss a:before {
    margin-right: 5px;
    float: left;
    content: '\e804';
    font-family: 'fontello';
    font-size: 14px;
}

.icon_email
{
    font-size: 20px;
    font-family: 'Futura LT W01 35 Light', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.icon_email:after {
  content: '\e806';
  font-family: 'fontello';
  padding: 0 0 0 8px;
  font-size: 24px;
}


.fivepercent {
    width: 5%;
}

.tenpercent {
    width: 10%;
}

.fifteenpercent {
    width: 15%;
}

ol, ul {
    list-style: none;
}

.bullets {
    list-style:disc;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
}
.indented
{
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
}

.container {
    max-width: 995px;
    margin: 0px auto;
    position: relative;
}

.container-forums{
    max-width: 1231px;
    margin: 0px auto;
    position: relative;
}
.container p {
    font-size: 16px;
}
.container h2 {
    margin-top: 20px;
}

.container-with-actions {
        max-width: 995px;
        margin: 0px auto;
        position: relative;
    }

    .container-with-actions .main-actions {
        width:80%;
        float: left;
        padding: 0 0px 0 0;
    }

    @media screen and (max-width: 28.75em) {
        .container-with-actions .main-actions {
            width: 100%;
            padding-left: 10px;
            padding-right: 10px;
        }
    }

.container-with-actions .actions {
    background-color: #FFFFFF;
    border: solid 1px #40619B;
    width:19%;
    float: right;
    padding: 0 0 0 0;
    min-width: 100px;
}

    @media screen and (max-width: 28.75em) {
        .container-with-actions .actions {
            width: 100%;
            padding-left: 10px;
            padding-right: 10px;
        }
    }

.container-with-actions .actions .actions-header {
    border-bottom: solid 1px #40619B;
    padding: 5px;
}

        .container-with-actions .actions .actions-header h4 {
            padding: 0px;
        }

        .container-with-actions .actions .actions-links {
            padding: 5px;
        }

.tight
{
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.whitelink {
    color: white;
}

    .whitelink:hover {
        text-decoration: underline;
        color: white;
    }
.blacklink {
    color: #000000;
}

    .blacklink:hover {
        text-decoration: underline;
        color: #000000;
    }

.dashsquare
{
    height: 325px;
    width: 309px;
    background-color:#F9F9F9;
    margin: 0,0px,0,0;
    padding: 0,0px,0,0;
    font-size: 36px;
    text-align:center;
    border: solid 1px #2e2155;
    vertical-align: top;
    position: relative;    
}

.whatsNewDate {
    font-weight: bolder;    
    padding-top: 5px;
    margin-top: 5px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: coral;    
}
    
    .dashsquare .dashcontent {
        padding-top: 68px;
        padding-left:10px;
        padding-right:10px;
        text-align:center;
    }
.dashcontent {
    font-weight: normal;
    color: 	#000000;    
}

/*    .dashcontent a {
        color: #40619B;
    }*/
   /* .dashcontent a:hover {
        color: #E84137;
    }*/
.hyperlink a {
    color: #2e2155;
}
    .hyperlink a:hover {
        color: #E84137;
    }
.dashfooter {
    font-weight: 600;
}
    .dashcontent table {
        vertical-align: top;
    }

    .dashcontent h4 {
        padding-top: 5px;
        margin-top:5px;
    }

    .dashcontent .date {
        padding-top: 5px;
        margin-top:5px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        color: #4D4F53;
        color: rgb(77, 79, 83);        
    }

    .dashcontent p {
        padding-bottom:5px;
    }

    .dashcontent .dashbuttons {
        text-align:center;
    }

    .dashbuttons
    {
        font-weight:normal;
    }
    .dashcontent tr {
        line-height: 100%;
    }

.dashsquare .dashheader
{
    height:62px;
    width: 309px;
    background-color:#403C7E;
    margin: 0,0,0,0;
    padding: 0,0,0,0;
    position: absolute;
    top: 0px;
    text-align:center;
    font-weight:bolder;
}

    @media screen and (max-width: 28.75em) {
        .dashsquare .dashheader {
            width: 100%;
            border-bottom: solid 3px #ffffff;
        }
    }

    .dashsquare .dashheader h3 {
        color:white;
        padding-top: 20px;
        margin-bottom:10px;
    }

.dashsquare .dashfooter
{
    height:36px;
    width: 309px;
    background-color:#403C7E;
    margin: 0,0,0,0;
    padding: 0,0,0,0;
    position: absolute;
    top: 290px;
    right:0px;
    text-align:right;
    display: none;
}

        .dashsquare .dashfooter a {
            color: white;
            padding: 5px;
        }
            .dashsquare .dashfooter a:hover {
                color: #E84137;
                text-decoration: none;
            }

.dashsquare:hover .dashheader
{
    border-bottom: solid 3px #ffffff;
}

.dashsquare:hover .dashfooter
{
    display:block;
}

@media screen and (max-width: 28.75em) {
    .dashsquare {
        height: 350px;
        width: 100%;
    }
}
.dashsquare:hover  .dashsquareselect
{
    display:block;
}

.dashsquareselect
{
    background-color:#007D8A;
    height:155px;
    width: 318px;
    margin: 0,0px,0,0;
    padding: 0,0px,0,0;
    position: absolute;
    top: 170px;
    display:none;
}

@media screen and (max-width: 28.75em) {
    .dashsquare .dashfooter {
        display: block;
        width: 100%;
        top: 314px;
    }
}

.appsquaremini
{
    height: 95px;
    width: 85px;
    background-color:#2e2155;
    margin: 0,0px,0,0;
    padding: 0,0px,0,0;
    font-size: 16px;
    text-align:center;
    line-height: 95px;
    vertical-align:middle;
    position:relative;

}
@media screen and (max-width: 28.75em) {
    .appsquaremini {
        height: 50px;
        width: 100%;
    }
}
.appsquaremini:hover  .appsquareminiselect
{
    display:block;
}

.appsquaremini a 
{
    font-size: 18px; 
    color: #FFFFFF;
    height:110px;
    width: 85px;
    display:block;
}
@media screen and (max-width: 28.75em) {
    .appsquaremini a {
        text-align: center;
        width:100%;
        font-size: 26px;
        height:100%;
        line-height: 50px;
    }
}
.appsquaremini:hover{
    background-color: #F3704C;
    border: 2px solid #FDE3DC;
    color:#FFFFFF;
}
    .appsquaremini:hover:after{
        font-family: 'Poppins', sans-serif;
        color: #FFFFFF;
        /*content:"+";*/
    }

.appsquareminiempty
{
    height: 95px;
    width: 85px;
    background-color: #2e2155;
    margin: 0,0px,0,0;
    padding: 0,0px,0,0;
    font-size: 30px;
    text-align:center;
    line-height: 95px;
    vertical-align:middle;

}
@media screen and (max-width: 28.75em) {
    .appsquareminiempty {
        height: 50px;
        width: 100%;
    }
}

.appsquareminiempty a 
{
    font-size: 30px; 
    color: #FFFFFF;
    height:110px;
    width: 85px;
    display:block;
}
@media screen and (max-width: 28.75em) {
    .appsquareminiempty a {
        text-align: center;
        width:100%;
        font-size: 26px;
        height:100%;
        line-height: 50px;
    }
}
.appsquareminiempty:hover{
    background-color: #F3704C;
    border: 2px solid #FDE3DC;
    color:#FFFFFF;
}
    .appsquareminiempty:hover:after{
        font-family: 'Poppins', sans-serif;
        color: #FFFFFF;
        /*content:"+";*/
    }

.appsquareminiselect
{
    height:35px;
    width: 85px;
    margin: 0,0px,0,0;
    padding: 0,0px,0,0;
    position: absolute;
    top: 55px;
    display:none;
}


.appsquareminiempty:after{
    font-family: 'Poppins', sans-serif;
    color: #6D6E71;
    /*content:"+";*/
}

.appsquareminidetail
{
    width: 100%;
    height: 100%;
    line-height: 100%;
    font-size: 9pt;
    margin-top: 20px;
    text-align: center;
}

    .appsquareminidetail a 
    {
        font-size: 9pt;
        color: #ffffff;
    }

.whitecirclemini
{
    background-image:url('Images/whitecircle.png');
    background-position:center;
    background-repeat:no-repeat;
}
.blackcirclemini {
    background-image: url('Images/blackcircle.png');
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 28.75em) {
    .whitecirclemini {
        background-image: none;
    }
    .blackcirclemini {
        background-image: none;
    }
}

.appsquarecertifiedmini
{
    margin-top: 5px;
    margin-left: 5px;
    position: absolute;
    width: 30px;
    height: 30px;
    background-image:url('Images/ADP_Certified_Icon.png');
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
}

.usagesquare{
    height: 325px;
    width: 309px;
    background-color:#F9F9F9;
    margin: 0,0px,0,0;
    padding: 0,0px,0,0;
    font-size: 36px;
    text-align:center;
    vertical-align: top;
    position: relative;
}
.usagecontent{
    font-weight: 600;
    color: #000000;
}
.usagecontent1 {
    font-weight: 600;
    color: #000000;
}
.usagefooter {
    font-weight: 600;
    color: #000000;
}
    .usagesquare .usagecontent {
        line-height: 325px;
        vertical-align:middle;
        position:relative;
    }

    .usagesquare .usagecontent .blackcircle{
        background-image:url('Images/blackcircle.png');
        background-position:center;
        background-repeat:no-repeat;
    }

    .usagesquare .usagecontent1 {
        line-height: 425px;
        vertical-align:middle;
        position:relative;
    }

    .usagesquare .usagecontent1 .blackcircle{
        background-image:url('Images/blackcircle.png');
        background-position:center;
        background-repeat:no-repeat;
    }

    .usagesquare .usageheader{
        height:62px;
        width: 309px;
        background-color:#2e2155;
        margin: 0,0,0,0;
        padding: 0,0,0,0;
        position: absolute;
        top: 0px;
        text-align:center;
        font-weight:bolder;
    }

    .usagesquare .usageheader h3 {
        color:white;
        padding-top: 15px;
    }

    .usagesquare .usageheader p {
        color:white;
        margin-top: -22px;
        padding: 0px;
    }

.usagesquare .usageheader1{
    height:62px;
    width: 309px;
    background-color:#2e2155;
    margin: 0,0,0,0;
    padding: 0,0,0,0;
    position: absolute;
    top: 0px;
    text-align:center;
    font-weight: bolder;
}

    .usagesquare .usageheader1 h3 {
        color:white;
        padding-top: 20px;
    }

.usagesquare .usageDetails p {
    height:65px;
    width: 309px;
    position: absolute;
    top: 70px;
    right:0px;
    text-align: center;
    color:#000000;
    font-weight:500;
}
    
    .usagesquare .usagefooter
    {
        height:65px;
        width: 309px;
        margin: 0,0,0,0;
        padding: 0,0,0,0;
        position: absolute;
        top: 260px;
        right:0px;
        text-align:right;        
    }

        .usagesquare .usagefooter a {
            color: white;
            padding: 5px;
        }

        .usagesquare .usagefooter .usagegraph {
            text-align: center;
            position:relative;
        }

        .usagesquare .usagefooter .usagegraph .graphcolumn{
            position:absolute;
            bottom:0;
        }

.usagesquare .usagedescription 
{
    height:105px;
    width: 309px;
    margin: 0,0,0,0;
    padding: 0,0,0,0;
    position: absolute;
    top: 220px;
    right:0px;
    text-align:center;
    background-color: #2e2155;
    display:none;    
}

    .usagedescription p {
        font-size:14px;
        font-weight:500;
    }

.usagesquare:hover .usageheader
{
    border-bottom: solid 3px #ffffff;
}

.usagesquare:hover .usagedescription
{
    display:block;
}

@media screen and (max-width: 28.75em) {
    .usagesquare {
        height: 50px;
        width: 50px;
    }
}

.footer {
    background: #2e2155;
    color: #fff;
    margin: 0px 0 0 0;
}

    .footer ul {
        margin: 25px 0 15px 0;
        text-align: center;
    }

        .footer ul li {
            display: inline;
            padding: 10px 10px 10px 10px;
        }

            .footer ul li a {
                color: #FFFFFF;
            }

    .footer h3 {
        font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        margin: 35px 0 10px 0;
        color: #FFFFFF;
        font-weight: bolder;
    }



.footer_copyright ul li a:hover {
    color: #e6594c;
}

.footer_copyright {
    background: #2e2155;
    text-align: left;
    font-size: 10px;
    color: #c8c9cd;
    padding: 10px;
}

    .footer_copyright ul {
        margin: 10px 0 0 0;
    }

        .footer_copyright ul li {
            display: inline;
            padding: 0 0 0 40px;
        }

            .footer_copyright ul li a {
                color: #FFFFFF;
            }

    .footer_copyright .container div {
        float: left;
        padding: 0px 0 0 0;
    }

    .footer_copyright img {
        padding: 0px 0 0 0;
        float: right;
    }

.footer_column {
    float: left;
    /*width: 50%;*/
    padding-left: 40px;
}
/*show only two colums for mobile phone*/
@media screen and (max-width: 28.75em) {
    .footer_column {
        width: 100%;
    }
}
    .footer_column ul.social li {
        display: inline;
        font-family: 'fontello';
        padding: 0 20px 0 0;
        float: left;
    }

    .footer_column ul.social li span {
        display: none;
    }

.footer_column a {
    color: #FFFFFF;
    text-decoration: none;
}

    .footer_column a:hover {
        color: #E84137;
        text-decoration:none;
    }

    .footer_column .twitter a:before {
        content: '\e802';
    }

    .footer_column .youtube a:before {
        content: '\e803';
    }

    .footer_column .facebook a:before {
        content: '\e801';
    }

    .footer_column .rss a:before {
        content: '\e804';
    }

    .footer_column ul.tweets li {
        padding: 0 0 20px 0;
    }

.grey_container
{
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
    background: #f2f2f2;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 0.75em;
}

    .grey_container h2
    {
        font-size: 20px;
        font-size: 2rem;
        border: none;
        color: #5b8f22;
        font-family: "Futura LT W01 65 Medium";
        font-weight: normal;
        line-height: 1.38;
        margin: 0;
        padding: 5px 10px;
    }

    .grey_container .inline-list
    {
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold;
    }

        .grey_container .inline-list a
        {
            color: #5b8f22;
        }

            .grey_container .inline-list a:hover
            {
                color: #2ba6cb;
            }

    .grey_container .grid
    {
        margin: 0 0 0 -10px;
    }

    .grey_container .grid > div
    {
        margin-bottom: 10px !important;
        padding-left: 10px;
    }

    .grey_container.sub_content
    {
        background: #f2f2f2;
        padding: 1.5em;
    }

    .grey_container.sub_content h2
    {
        padding: 0;
    }

 /* Adding these styles for Images......*/
.appcircle
{
    height: 100px;
    width: 100px;
    margin: 0,0px,0,0;
    padding: 0,0px,0,0;
    background-color:darkgray;
    background-repeat:no-repeat;
    text-align:center;
    line-height: 177px;
    vertical-align:middle;
    position:relative;
    border-radius:50%;
}

.imagevisible
{
    width: 100px; 
    height: 100px;
    overflow: hidden;
    border-radius:50%; 
    visibility:visible;
}

.image-cropper {
    width: 175px;
    height: 175px;
    position: relative;
    overflow: hidden;
}

.avatar {
    width:100%;
    height: 100%;
    cursor: pointer;
    color: #007D8A;
    font-weight: bold;
    padding-top: 0px;
}

.circular-image {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
    border-radius: 50%;
}

.circular-image-small {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.change-avatar {
    height:30px;
    width: 100%;
    background-color:#2e2155;
    margin: 0,0,0,0;
    padding: 0,0,0,0;
    position: absolute;
    top: 150px;
    right:0px;
    text-align: center;
    display: none;
}

    .change-avatar a {
        color: #ffffff;
    }
        .change-avatar a:hover {
            color: #E84137;
            text-decoration:none;
        }

.image-cropper:hover .change-avatar
{
    display: block;
}

.cloudimg {
    display: inline;
    margin: 0 auto;
    width: 30px;
    height: 22px;
}

.scaled-btn
{
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
}

    .scaled-btn:hover {
        text-decoration: none;
        color: #F3704C;
        display: inline-block;
    }

.form-wrapper input[type="text"],
.form-wrapper select,
.form-wrapper textarea
{
    width:100%;
}

.form-submit-btn {
    float: right;
    margin-right: 0;
}

.form-wrapper .field-with-info {
    margin-right: 55px;
    margin-bottom: -50px;
}

.required-field:after {
    content: '*';
    color: green;
}

.info-icon {
    width: 50px;
    height: 50px; 
    float: right; 
    position: relative;
    top: -40px;
    cursor: pointer;
}

.no-menu-align {
    padding-top: 50px;
}

.testimonials p {
    text-align: justify;
    padding-top: 40px;
}

.testimonials div {
    text-align: center;
}

.leftauthor {
    float: left;
    font-weight: bold;
    padding-top: 20px;
}

.leftcompany {
    width: 100%;
    float: left;
    text-align: left;
    color: #049CD8;
}

.rightauthor {
    float: right;
    font-weight: bold;
    padding-top: 20px;
    padding-right: 20px;
}

.rightcompany {
    float: right;
    width: 100%;
    text-align:right;
    padding-right: 20px;
    color: #049CD8;
}


.addline {
    width: 100%;
    border-bottom: 2px solid darkgray;
    margin-top: 10px;
}

.leftquotes {
    margin-left: -25px;
    margin-top:20px;
    width: 10%;
    float: left;
}

.leftquotetext {
    margin-top: -20px;
    padding-left: 20px;
    width: 90%;
    float: left;
}

.rightquotes {
    margin-top: 20px;
    width: 10%;
    float: right;
}

.rightquotetext {
    margin-top: -20px;
    padding-right: 20px;
    width: 90%;
    float: left;
}

.field-value-info {
    background: #FFFFFF;
    border-style: Solid;
    border-color: #4D4F53;
    border-color: rgba(77, 79, 83, 1);
    border-width: 1px;
    padding: 20px 25px;
    font-size: 16pt;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    width: 100%;
    word-wrap: break-word;
}

a.links {
    font-size:16px;
}
.ui-state-alternative,
.ui-widget-content .ui-state-alternative,
.ui-widget-header .ui-state-alternative {
    border: 1px solid #3a6d49 /*{borderColorHighlight}*/;
    background: #baeead /*{bgColorHighlight}*/ url("images/ui-bg_glass_55_fbf9ee_1x400.png") /*{bgImgUrlHighlight}*/ 50% /*{bgHighlightXPos}*/ 50% /*{bgHighlightYPos}*/ repeat-x /*{bgHighlightRepeat}*/;
    color: #363636 /*{fcHighlight}*/;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636 /*{fcHighlight}*/;
}

/* 
    GOOGLE PRETTIFY OVERRIDES 
*/

/*! Color themes for Google Code Prettify | MIT License | github.com/jmblog/color-themes-for-google-code-prettify */
.prettyprint {
  background: #ccc;
  font-family: Menlo, "Bitstream Vera Sans Mono", "DejaVu Sans Mono", Monaco, Consolas, monospace;
  border: 0 !important;
}

.pln {
  color: #333;
}

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
  color: #cccccc;
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
  padding-left: 1em;
  background-color: #fff;
  list-style-type: decimal;
}

@media screen {

  /* string content */

  .str {
    color: #183691;
  }

  /* keyword */

  .kwd {
    color: #a71d5d;
  }

  /* comment */

  .com {
    color: #5B8F22;
  }

  /* type name */

  .typ {
    color: #0086b3;
  }

  /* literal value */

  .lit {
    color: #0086b3;
  }

  /* punctuation */

  .pun {
    color: #333;
  }

  /* lisp open bracket */

  .opn {
    color: #333;
  }

  /* lisp close bracket */

  .clo {
    color: #333;
  }

  /* markup tag name */

  .tag {
    color: #000080;
  }

  /* markup attribute name */

  .atn {
    color: #795da3;
  }

  /* markup attribute value */

  .atv {
    color: #183691;
  }

  /* declaration */

  .dec {
    color: #333;
  }

  /* variable name */

  .var {
    color: #008080;
  }

  /* function name */

  .fun {
    color: #900;
  }

  /* for Unicode tick marks */
  .tick {      
      height: 25px;      
      margin-left: 40px;
  }

  /* for tooltips */
    .image-hover-adp {
        width: 520px;
        background-color: #EDEDED;
        color: black;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-weight:normal;
    }

    .grid {
        align-content: center;
        padding-top: 20px;
        word-break: break-all;
        hyphens: auto;
        -ms-hyphens: auto;
        display: block;
        -moz-hyphens: auto;
        width: 100%;
    }

    .btn-authClientPage {
        vertical-align: top;
        text-align: center;
    }

    .table-v2-scopes {
        display: table !important;
        overflow-x: visible !important;
        overflow-y: visible !important;
        table-layout: auto;
    }

    .scope-item {
        display: flex;
        align-items: center;
        gap: 5px; /* reduce horizontal space between checkbox & label */
        margin-bottom: 3px;
        flex-wrap: wrap;
    }

    .scope-item.granular-scope {
        margin-left: 15px;
    }

    .scope-label {
        white-space: normal;
        vertical-align: middle;
        word-break: break-word;
        overflow-wrap: anywhere;
        display: inline;
        max-width: 100%;
    }

    input[type="checkbox"].is_checkBox {
        width: 16px !important;
        height: 16px !important;
        vertical-align: middle !important;
        position: relative !important;
        bottom: 0 !important;
        margin-right: 5px !important;
        margin-left: 5px !important;
        accent-color: black !important;
    }
    .managesubscriptionpagebanner {
        border: 1px solid #F3704C;
        background-color: #FDE2DB;
        padding: 14px 20px;
        border-radius: 6px;
        font-size: 16px;
        color: #3a3a3a;
        margin: 20px 0;
        width: fit-content;
    }
}

/* 
    END GOOGLE PRETTIFY OVERRIDES 
*/
