/* (c) americenehr.com by Tao Long */

/* site-wide font settings and typograph */
body {
    font-weight: 400;
}
/* site-wide used font icons */
@font-face {
    font-family: 'aehr';
    src: url('../font/aehr.eot');
    src: url('../font/aehr.eot?#iefix') format('embedded-opentype'), url('../font/aehr.woff') format('woff'), url('../font/aehr.ttf') format('truetype'), url('../font/aehr.svg#aehr') format('svg');
    font-weight: normal;
    font-style: normal;
}

textarea.form-control {
    width: 80% !important;
}

#americanehr-logo {
    background: url('/images/homepage/aehr-logo.jpg') no-repeat top left;
    width: 239px;
    height: 30px;
    display: block;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

    #americanehr-logo {
        background: url('/images/homepage/aehr-logo@2x.jpg') no-repeat top left;
        background-size: 239px 30px;
    }
}


/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'aehr';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-comment, .icon-user, .icon-clock, .icon-gauge, .icon-rss, .icon-newspaper, .icon-question, .icon-twitter, .icon-shopping-cart, .icon-search, .icon-linkedin, .icon-youtube-play, .icon-plus, .icon-facebook, .icon-users, .icon-star, .icon-star-2, .icon-calendar-empty, .icon-checkmark, .icon-cross, .icon-docs, .icon-aehr-cross, .icon-podcast, .icon-book {
    font-family: 'aehr';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
    vertical-align: -10%;
    font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
    display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.1428571428571428em;
    text-align: right;
    padding-right: 0.2857142857142857em;
}

    [class^="icon-"].icon-fixed-width.icon-large,
    [class*=" icon-"].icon-fixed-width.icon-large {
        width: 1.4285714285714286em;
    }

.icons-ul {
    margin-left: 2.142857142857143em;
    list-style-type: none;
}

    .icons-ul > li {
        position: relative;
    }

    .icons-ul .icon-li {
        position: absolute;
        left: -2.142857142857143em;
        width: 2.142857142857143em;
        text-align: center;
        line-height: inherit;
    }

[class^="icon-"].hide,
[class*=" icon-"].hide {
    display: none;
}

.cyan {
    color: #2ea1be;
}

.icon-muted {
    color: #eeeeee;
}

.icon-light {
    color: #ffffff;
}

.icon-dark {
    color: #333333;
}

.icon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.icon-2x {
    font-size: 2em;
}

    .icon-2x.icon-border {
        border-width: 2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.icon-3x {
    font-size: 3em;
}

    .icon-3x.icon-border {
        border-width: 3px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.icon-4x {
    font-size: 4em;
}

    .icon-4x.icon-border {
        border-width: 4px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

.icon-5x {
    font-size: 5em;
}

    .icon-5x.icon-border {
        border-width: 5px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        border-radius: 7px;
    }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
    margin-right: .3em;
}

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
    margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
    display: inline-block;
}

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
    line-height: .9em;
}

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em;
}

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em;
}

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em;
}

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
    margin-top: 0;
}

    .btn.btn-large [class^="icon-"].pull-left.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
    .btn.btn-large [class^="icon-"].pull-right.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
        margin-top: .05em;
    }

    .btn.btn-large [class^="icon-"].pull-left.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
        margin-right: .2em;
    }

    .btn.btn-large [class^="icon-"].pull-right.icon-2x,
    .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
        margin-left: .2em;
    }
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
    line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%;
}

    .icon-stack [class^="icon-"],
    .icon-stack [class*=" icon-"] {
        display: block;
        text-align: center;
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 1em;
        line-height: inherit;
        *line-height: 2em;
    }

    .icon-stack .icon-stack-base {
        font-size: 2em;
        *line-height: 1em;
    }
/* Animated rotating icon */
.icon-spin {
    display: inline-block;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
    display: inline-block;
    text-decoration: none;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.icon-rotate-180:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.icon-rotate-270:before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.icon-flip-horizontal:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.icon-flip-vertical:before {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
    display: inline-block;
}

.icon-comment:before {
    content: "\f00a";
}

.icon-user:before {
    content: "\f00b";
}

.icon-clock:before {
    content: "\f00c";
}

.icon-gauge:before {
    content: "\f00d";
}

.icon-rss:before {
    content: "\f00e";
}

.icon-newspaper:before {
    content: "\f00f";
}

.icon-question:before {
    content: "\f010";
}

.icon-twitter:before {
    content: "\f011";
}

.icon-shopping-cart:before {
    content: "\f012";
}

.icon-search:before {
    content: "\f013";
}

.icon-linkedin:before {
    content: "\f014";
}

.icon-youtube-play:before {
    content: "\f015";
}

.icon-plus:before {
    content: "\f016";
}

.icon-facebook:before {
    content: "\f017";
}

.icon-users:before {
    content: "\f018";
}

.icon-star:before {
    content: "\f019";
}

.icon-star-2:before {
    content: "\f01a";
}

.icon-calendar-empty:before {
    content: "\f01b";
}

.icon-checkmark:before {
    content: "\f01c";
}

.icon-cross:before {
    content: "\f01d";
}

.icon-docs:before {
    content: "\f01e";
}

.icon-aehr-cross:before {
    content: "\f01f";
}

.icon-podcast:before {
    content: "\f020";
}

.icon-book:before {
    content: "\f021";
}

/* bring back Bootstrap 2 buttons look and old IE support */
.btn {
    *border: 0;
    border-bottom-color: #b3b3b3;
    *margin-left: .3em;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    color: #fff;
    font-size: 0.8125em;
    font-weight: 600;
}

    .btn:first-child {
        *margin-left: 0;
    }

.btn-default {
    color: #616161;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border: 1px solid #949494;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background: #949494; /* Old browsers */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk0OTQ5NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjYjViNWI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjYzhjOGM4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjZDVkNWQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I5YjliOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(top, #949494 0%, #b5b5b5 4%, #c8c8c8 10%, #d5d5d5 99%, #b9b9b9 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949494), color-stop(4%,#b5b5b5), color-stop(10%,#c8c8c8), color-stop(99%,#d5d5d5), color-stop(100%,#b9b9b9)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #949494 0%,#b5b5b5 4%,#c8c8c8 10%,#d5d5d5 99%,#b9b9b9 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #949494 0%,#b5b5b5 4%,#c8c8c8 10%,#d5d5d5 99%,#b9b9b9 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #949494 0%,#b5b5b5 4%,#c8c8c8 10%,#d5d5d5 99%,#b9b9b9 100%); /* IE10+ */
        background: linear-gradient(to bottom, #949494 0%,#b5b5b5 4%,#c8c8c8 10%,#d5d5d5 99%,#b9b9b9 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#b9b9b9',GradientType=0 ); /* IE6-8 */
    }

.btn-blue {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #318de7; /* Old browsers */
    background: -moz-linear-gradient(top, #5db8f2 0%, #1d7ae3 82%, #369cec 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5db8f2), color-stop(82%,#1d7ae3), color-stop(100%,#369cec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5db8f2 0%,#1d7ae3 82%,#369cec 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5db8f2 0%,#1d7ae3 82%,#369cec 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5db8f2 0%,#1d7ae3 82%,#369cec 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5db8f2 0%,#1d7ae3 82%,#369cec 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5db8f2', endColorstr='#369cec',GradientType=0 ); /* IE6-9 */
    border: 1px solid #144c87;
}

    .btn-blue:hover,
    .btn-blue:focus,
    .btn-blue:active,
    .btn-blue.active,
    .open .dropdown-toggle.btn-blue {
        background: #144c87; /* Old browsers */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE0NGM4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjMTU1ZmI0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjMTc2YWM4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMWQ3YWUyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE2NWFhMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(top, #144c87 0%, #155fb4 4%, #176ac8 10%, #1d7ae2 99%, #165aa1 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#144c87), color-stop(4%,#155fb4), color-stop(10%,#176ac8), color-stop(99%,#1d7ae2), color-stop(100%,#165aa1)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #144c87 0%,#155fb4 4%,#176ac8 10%,#1d7ae2 99%,#165aa1 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #144c87 0%,#155fb4 4%,#176ac8 10%,#1d7ae2 99%,#165aa1 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #144c87 0%,#155fb4 4%,#176ac8 10%,#1d7ae2 99%,#165aa1 100%); /* IE10+ */
        background: linear-gradient(to bottom, #144c87 0%,#155fb4 4%,#176ac8 10%,#1d7ae2 99%,#165aa1 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#144c87', endColorstr='#165aa1',GradientType=0 ); /* IE6-8 */
        color: #fff;
    }

.btn-green {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #34a31d; /* Old browsers */
    background: -moz-linear-gradient(top, #5fc73d 0%, #20930e 82%, #38b11c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5fc73d), color-stop(82%,#20930e), color-stop(100%,#38b11c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5fc73d 0%,#20930e 82%,#38b11c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5fc73d 0%,#20930e 82%,#38b11c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5fc73d 0%,#20930e 82%,#38b11c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5fc73d 0%,#20930e 82%,#38b11c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5fc73d', endColorstr='#38b11c',GradientType=0 ); /* IE6-9 */
    border: 1px solid #146508;
}

    .btn-green:hover,
    .btn-green:focus,
    .btn-green:active,
    .btn-green.active,
    .open .dropdown-toggle.btn-green {
        background: #23790e; /* Old browsers */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzNzkwZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjMjc4NDBmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMjY5NzEzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(top, #23790e 0%, #27840f 2%, #269713 99%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#23790e), color-stop(2%,#27840f), color-stop(99%,#269713)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #23790e 0%,#27840f 2%,#269713 99%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #23790e 0%,#27840f 2%,#269713 99%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #23790e 0%,#27840f 2%,#269713 99%); /* IE10+ */
        background: linear-gradient(to bottom, #23790e 0%,#27840f 2%,#269713 99%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23790e', endColorstr='#269713',GradientType=0 ); /* IE6-8 */
        color: #fff;
    }

.btn-cyan {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #00acee; /* Old browsers */
    background: -moz-linear-gradient(top, #00bbf1 0%, #009ceb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00bbf1), color-stop(100%,#009ceb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00bbf1 0%,#009ceb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00bbf1 0%,#009ceb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00bbf1 0%,#009ceb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00bbf1 0%,#009ceb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bbf1', endColorstr='#009ceb',GradientType=0 ); /* IE6-9 */
    border-color: #00bbf1 #00bbf1 #007596;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #00bbf1;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    .btn-cyan:hover,
    .btn-cyan:focus,
    .btn-cyan:active,
    .btn-cyan.active,
    .open .dropdown-toggle.btn-cyan {
        color: #fff;
    }

.btn-navy {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #60759e; /* Old browsers */
    background: -moz-linear-gradient(top, #6e86ac 0%, #526490 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e86ac), color-stop(100%,#526490)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6e86ac 0%,#526490 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6e86ac 0%,#526490 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6e86ac 0%,#526490 100%); /* IE10+ */
    background: linear-gradient(to bottom, #6e86ac 0%,#526490 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e86ac', endColorstr='#526490',GradientType=0 ); /* IE6-9 */
    border-color: #526490 #526490 #333e59;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #526490;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    .btn-navy:hover,
    .btn-navy:focus,
    .btn-navy:active,
    .btn-navy.active,
    .open .dropdown-toggle.btn-navy {
        color: #fff;
    }

.btn-red {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #d13a31; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QxM2EzMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjZjE4MDc2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiNlYTVmNTciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNlYTVmNTciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OCUiIHN0b3AtY29sb3I9IiNlYjNjMzQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjODgxNzExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #d13a31 0%, #f18076 2%, #ea5f57 4%, #ea5f57 10%, #eb3c34 98%, #881711 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d13a31), color-stop(2%,#f18076), color-stop(4%,#ea5f57), color-stop(10%,#ea5f57), color-stop(98%,#eb3c34), color-stop(100%,#881711)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #d13a31 0%,#f18076 2%,#ea5f57 4%,#ea5f57 10%,#eb3c34 98%,#881711 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #d13a31 0%,#f18076 2%,#ea5f57 4%,#ea5f57 10%,#eb3c34 98%,#881711 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #d13a31 0%,#f18076 2%,#ea5f57 4%,#ea5f57 10%,#eb3c34 98%,#881711 100%); /* IE10+ */
    background: linear-gradient(to bottom, #d13a31 0%,#f18076 2%,#ea5f57 4%,#ea5f57 10%,#eb3c34 98%,#881711 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d13a31', endColorstr='#881711',GradientType=0 ); /* IE6-8 */
    border: 1px solid #881711;
}

    .btn-red:hover,
    .btn-red:focus,
    .btn-red:active,
    .btn-red.active,
    .open .dropdown-toggle.btn-red {
        background: #881711; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg4MTcxMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjYTkyYzI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiNjNDMzMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiNjNDMzMmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OCUiIHN0b3AtY29sb3I9IiNkYTJkMjciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYTIyMjFhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(top, #881711 0%, #a92c25 2%, #c4332b 4%, #c4332b 10%, #da2d27 98%, #a2221a 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#881711), color-stop(2%,#a92c25), color-stop(4%,#c4332b), color-stop(10%,#c4332b), color-stop(98%,#da2d27), color-stop(100%,#a2221a)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #881711 0%,#a92c25 2%,#c4332b 4%,#c4332b 10%,#da2d27 98%,#a2221a 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #881711 0%,#a92c25 2%,#c4332b 4%,#c4332b 10%,#da2d27 98%,#a2221a 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #881711 0%,#a92c25 2%,#c4332b 4%,#c4332b 10%,#da2d27 98%,#a2221a 100%); /* IE10+ */
        background: linear-gradient(to bottom, #881711 0%,#a92c25 2%,#c4332b 4%,#c4332b 10%,#da2d27 98%,#a2221a 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#881711', endColorstr='#a2221a',GradientType=0 ); /* IE6-8 */
        color: #fff;
    }

/* site-wide gap setting */
.gap-over-md {
    margin-top: 24px;
}

.gap-over-sm {
    margin-top: 12px;
}

.gap-over {
    margin-top: 36px;
}

/* site header section */
#site-header .dropdown-menu {
    left: auto;
    right: 0;
    z-index: 99999;
}

    #site-header .dropdown-menu > li > a {
        border-radius: 2px;
        margin-left: 5px;
        margin-right: 5px;
    }

        #site-header .dropdown-menu > li > a:active,
        #site-header .dropdown-menu > li > a:focus,
        #site-header .dropdown-menu > li > a:hover {
            background: -moz-linear-gradient(top, #5db8f2 0%, #1d7ae3 82%, #369cec 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5db8f2), color-stop(82%,#1d7ae3), color-stop(100%,#369cec)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #5db8f2 0%,#1d7ae3 82%,#369cec 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #5db8f2 0%,#1d7ae3 82%,#369cec 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #5db8f2 0%,#1d7ae3 82%,#369cec 100%); /* IE10+ */
            background: linear-gradient(to bottom, #5db8f2 0%,#1d7ae3 82%,#369cec 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5db8f2', endColorstr='#369cec',GradientType=0 ); /* IE6-9 */
        }

@media (max-width: 460px) { /* when device-width < 460px, brand image is too long for the rest */
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12 {
        width: auto;
    }
}

.account-ctrl.btn {
    width: 90px;
}
/* affix top nav & related */
#top-nav-wrapper {
    height: 55px;
}

#top-nav {
    border-width: 0 0 5px;
    border-color: transparent transparent #e2e2e2;
    border-style: solid;
    font-size: 1.125em;
    height: 55px;
    overflow: hidden;
}

.zestIndex {
    z-index: 9999;
}

@media (max-width: 480px) {
    #top-nav-wrapper {
        height: 110px;
    }

    #top-nav {
        height: 110px;
    }

    .panel-title {
        max-width: 120px;
    }

    #activity-feed .pull-right {
        max-width: 120px;
    }
}

#top-nav.affix {
    margin-top: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

#top-nav .nav {
    text-align: justify;
}

    #top-nav .nav > li {
        display: inline-block;
        /* if you need IE6/7 support */
        *display: inline;
        zoom: 1;
        float: none;
    }

    #top-nav .nav:after {
        content: "";
        display: inline-block;
        width: 100%;
        /* if you need IE6/7 support */
        *display: inline;
        zoom: 1;
    }

    #top-nav .nav > li > a:hover,
    #top-nav .nav > li.active > a {
        font-weight: 600;
    }

#top-nav .navbar-form {
    padding-left: 0;
    padding-right: 0;
}

#top-nav .input-group > * {
    border-left: 0 none;
}

    #top-nav .input-group > *:first-child {
        border-left: 1px solid #ccc;
    }

#top-nav .input-group-addon {
    background: #fff;
}

.icon-search {
    color: #2ea1bf;
}

.input-group .form-control:focus {
    border: 1px solid #ccc;
    box-shadow: none;
}
/* dropdown */
#nav-dropdown-wrap {
    background: #ededed;
    left: 0;
    position: absolute;
    width: 100%;
}

    #nav-dropdown-wrap .container {
        overflow: hidden;
    }

    #nav-dropdown-wrap .col-lg-12 {
        margin-bottom: 0;
        min-height: 0;
        padding: 0;
    }

.nav-dropdown > li {
    margin: 18px 0;
    padding-left: 18px;
    padding-right: 18px;
    vertical-align: top;
    width: 20%;
}

@media (max-width: 480px) {
    .nav-dropdown > li {
        width: 100%;
    }
}

.nav-dropdown > li > p {
    margin-bottom: 12px;
}

    .nav-dropdown > li > p > a {
        color: #2f79ab;
        font-size: 1.0625em;
    }

.nav-dropdown > li a {
    font-size: 0.875em;
}

.nav-dropdown > li li {
    padding-bottom: 8px;
}
/* Start of home page */
/*blogs list*/
.RssIconBlogPodcast i {
    padding-right: 10px;
}

#blog-posts > * {
    background-color: #fcfcfc !important;
}

#LatestBlogs {
    margin: 0px 15px;
}

    #LatestBlogs .featured img.attachment-large {
        height: auto !important;
        max-width: 512px !important;
        width: 100%;
    }

@media (min-width: 700px) {
    #LatestBlogs .row.normal .col-sm-6:first-child {
        padding-right: 11px !important;
    }

    #LatestBlogs .row.normal .col-sm-6:last-child {
        padding-left: 11px !important;
    }
}

#LatestBlogs .post-info,
#LatestBlogs .featured {
    font-size: 12px;
}

#LatestBlogs .post-info {
    padding: 20px 0;
}

#LatestBlogs .post-title {
    font-size: 20px;
    padding-bottom: 20px;
}

#LatestBlogs .post-image img {
    float: none !important;
    width: 100% !important;
    height: auto !important;
}

#LatestBlogs .comments {
    padding-bottom: 20px;
    font-size: 12px;
}

#LatestBlogs .post-description {
    font-size: 16px;
    border-bottom: 1px dotted #cbcbcb;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    #LatestBlogs .post-description img {
        display: none !important;
    }

#LatestBlogs li {
    border-bottom: 1px solid #d9d9d9;
}

#LatestBlogs li {
    padding: 0 15px;
    list-style: none;
}

#LatestBlogs > li:first-child {
    /* background: red;*/
}

#LatestBlogs > li:last-child {
    border-bottom: none;
}
/* homepage top feature slideshow */
#top-features {
    margin-bottom: -18px;
    margin-top: -36px;
}

.oversize {
    margin-left: -12.5%; /* so it's centered */
    width: 125%;
}
/* 2 columns layout */
@media (min-width: 960px) {
    .content {
        width: 66.42%;
    }

    .sidebar {
        padding-right: 0;
        width: 32.5%;
    }
}

.ehr-product-list {
    padding-left: 3px !important;
    padding-right: 6px !important;
}

#master-home {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.sidebar > * {
    margin-bottom: 12px;
}

    .sidebar > *:last-child {
        margin-bottom: 0;
    }

.sidebar .navbar-default,
.sidebar .list-group-item,
.sidebar > .panel > * {
    background: #fcfcfc;
}

.sidebar h1 {
    margin: 0;
    vertical-align: middle;
}
/* Activity Feed */
#activity-feed {
    margin-bottom: 0;
    padding: 0;
}

    #activity-feed .panel-heading {
        margin-bottom: 0;
    }

        #activity-feed .panel-heading.list-inline > li {
            line-height: 24px;
        }

    #activity-feed .list-inline > li:first-child {
        padding-left: 0;
    }

    #activity-feed .panel-title {
        color: #5c5c5c;
        font-size: 1.25em;
        font-weight: 600;
        text-transform: capitalize;
    }

.feed-txt {
    color: #5c5c5c;
    font-size: 0.75em;
    font-weight: 400;
}

#activity-feed .panel-body,
#activity-feed .list-group-item {
    padding: 0;
}

    #activity-feed .list-group-item > .media {
        margin: 10px 26px 0;
    }

#activity-feed .media-heading {
    color: #2c73a2;
    font-size: 0.9375em;
    font-weight: 600;
}

    #activity-feed .media-heading > a {
        font-weight: 600;
    }

.media-object {
    max-height: 100px;
    max-width: 100px;
}

.icon-comment {
    color: #2ea1bf;
}

.counters {
    font-size: 0.75em;
}

    .counters a {
        text-decoration: underline;
    }

.feed-helpers {
    font-size: 0.75em;
    background: #fcfcfc;
    border-color: #f3f3f3;
    border-style: solid;
    border-width: 1px 0;
    width: 100%;
}

#activity-feed .feed-helpers.list-inline > li {
    border-color: #f3f3f3;
    border-style: solid;
    border-width: 0 0 0 1px;
    padding: 10px 26px;
}

    #activity-feed .feed-helpers.list-inline > li:first-child {
        border: 0;
    }

.feed-comments {
    background: #fcfcfc;
}

    .feed-comments > li {
        border-color: #f3f3f3;
        border-style: solid;
        border-width: 0 0 1px;
        margin-top: 0;
        padding: 12px 24px;
    }

        .feed-comments > li:last-child {
            border: 0;
        }

#activity-feed .comment-box {
    padding: 12px 24px 48px;
    position: relative;
    overflow: hidden;
}

.comment-box .pull-left + * {
    overflow: hidden;
    padding-left: 24px;
}

.comment-box .bootpop {
    bottom: 12px;
    opacity: 0.5;
    position: absolute;
    right: 24px;
}

.verified-physician {
    background: #d3f4c9;
    border: 1px solid #c8e1c1;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(200, 225, 193, 1);
    -moz-box-shadow: inset 1px 1px 2px rgba(200, 225, 193, 1);
    box-shadow: inset 1px 1px 2px rgba(200, 225, 193, 1);
    max-height: 24px;
    padding: 0 4px;
    text-align: center;
}

.big.verified-physician {
    max-height: 40px;
    width: 40px;
}

.verified-physician > .icon-plus {
    color: #54aa3f;
    font-size: 22px;
    vertical-align: middle;
}

.big.verified-physician > .icon-plus {
    display: block;
    font-size: 40px;
    margin-top: -1px;
}

.dot {
    background: #5c5c5c;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 3px;
    height: 4px;
    width: 4px;
}

.verified-vendor {
    background: #d1e3f9;
    border: 1px solid #b8cce4;
    border-radius: 4px;
    -webkit-box-shadow: inset 1px 1px 2px rgba(184, 204, 228, 1);
    -moz-box-shadow: inset 1px 1px 2px rgba(184, 204, 228, 1);
    box-shadow: inset 1px 1px 2px rgba(184, 204, 228, 1);
    max-height: 23px;
    padding: 0 2px 0 4px;
    text-align: center;
}

    .verified-vendor > .icon-user {
        color: #4383c1;
        font-size: 22px;
        vertical-align: bottom;
    }

.btn.load-more {
    height: 34px;
}

    .btn.load-more > * {
        vertical-align: middle;
    }
/* sidebar in homepage */
h1 {
    color: #5c5c5c;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 400;
    margin-top: 5px;
    vertical-align: middle;
}
/*.sidebar .list-group-item {
    border-image: url("../images/homepage/lb-grey-dotted.png") 0 0 100% 0 repeat;
}*/
/* blog post panel in sidebar in homepage */
#blog-posts .panel-body {
    padding: 0;
}

#blog-posts .navbar-default {
    border-color: transparent transparent #2ea1be;
    border-style: solid;
    border-width: 0 0 2px;
    margin: 15px;
    padding-right: 10px;
    background-color: #fcfcfc !important;
}

#blog-posts .navbar-brand {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.icon-rss {
    color: #2ea1bf;
}

#blog-posts .nav > li > a {
    padding: 5px 10px;
    text-align: center;
}

#blog-posts .navbar-nav > li > a:hover,
#blog-posts .navbar-nav > li > a:focus,
#blog-posts .navbar-nav > .active > a,
#blog-posts .navbar-nav > .active > a:hover,
#blog-posts .navbar-nav > .active > a:focus {
    background: #2ea1be;
    color: #fff;
}

#blog-posts .icon-gauge,
#blog-posts .icon-clock {
    font-size: 20px;
}

#blog-posts .filter {
    font-size: 0.75em;
    font-weight: 400;
}

#blog-posts .list-group-item {
    border-width: 0 0 1px;
    padding: 0 15px;
}

    #blog-posts .list-group-item:last-child {
        border-width: 0;
    }

#blog-posts .media-body > * {
    margin-bottom: 10px;
}

#blog-posts .media-body > .list-inline > li:first-child {
    padding-left: 0;
}

.date-marker {
    color: #a7a7a7;
    font-size: 0.875em;
    font-style: italic;
    font-weight: 400;
}

#blog-posts .btn-blue {
    height: 36px;
    width: 160px;
}
/* EHR Feedback */
#ehr-feedback .panel-body {
    padding: 0;
}

#ehr-feedback .list-group-item > ul > li {
    margin: 0 0 12px;
}

    #ehr-feedback .list-group-item > ul > li > p {
        margin: 0;
    }

        #ehr-feedback .list-group-item > ul > li > p + a {
            text-decoration: underline;
        }

#ehr-feedback .product-title {
    color: #5c5c5c;
    font-size: 0.75em;
    font-weight: 800;
}

#ehr-feedback .feed-text {
    font-size: 0.75em;
}

#ehr-feedback .btn-blue {
    height: 36px;
    width: 160px;
    line-height: 21px;
}
/* American EHR Twitter feed */
.icon-twitter {
    color: #2EA1BF;
}

#aamericanehr .panel-body {
    padding: 0;
}

#aamericanehr .panel-footer:last-child {
    margin-bottom: 0;
}

#aamericanehr .panel-footer li {
    margin-bottom: 10px;
}

    #aamericanehr .panel-footer li:last-child {
        margin-bottom: 0;
    }

#aamericanehr .btn-blue {
    height: 36px;
    width: 160px;
}

#aamericanehr .btn-cyan,
#aamericanehr .btn-navy {
    height: 36px;
    width: 200px;
}

.btn-cyan,
.btn-navy {
    position: relative;
}

    .btn-cyan .icon-twitter {
        color: #fff;
    }

    .btn-cyan:focus .icon-twitter,
    .btn-cyan:hover .icon-twitter {
        color: #333333;
    }

    .btn-cyan > *,
    .btn-navy > * {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
    }

#aamericanehr .icon-wrapper {
    height: 35px;
    left: 0;
    padding-top: 5px;
    position: absolute;
    top: 0;
    width: 32px;
}

.icon-wrapper > * {
    font-size: 20px;
}

.btn-cyan .icon-wrapper {
    border-right: 1px solid #009CEB;
    -webkit-box-shadow: inset -1px 0px 1px rgba(255,255,255,0.4);
    -moz-box-shadow: inset -1px 0px 1px rgba(255,255,255,0.4);
    box-shadow: inset -1px 0px 1px rgba(255,255,255,0.4);
}

    .btn-cyan .icon-wrapper + div {
        margin-left: 20px;
    }

.btn-navy .icon-wrapper {
    border-right: 1px solid #6E86AC;
    -webkit-box-shadow: inset -1px 0px 1px rgba(255,255,255,0.4);
    -moz-box-shadow: inset -1px 0px 1px rgba(255,255,255,0.4);
    box-shadow: inset -1px 0px 1px rgba(255,255,255,0.4);
}

    .btn-navy .icon-wrapper > * {
        font-size: 28px;
    }

    .btn-navy .icon-wrapper + div {
        margin-left: 32px;
    }
/* Latest News */
#latest-news .icon-newspaper {
    color: #2ea1bf;
}

#latest-news .panel-body {
    padding: 0;
}

#latest-news .date-marker strong {
    font-style: normal;
}

#latest-news .date-marker {
    margin-bottom: 0;
}

    #latest-news .date-marker:first-child {
        margin-top: 10px;
    }

#latest-news .btn-blue {
    height: 36px;
    width: 160px;
}
/* Partners */
.partners {
    background: #f9f9f9;
    border-top: 1px solid #e2e2e2;
    padding-bottom: 24px;
    padding-top: 24px;
}

#founding-partners {
    background: #fbfbfb;
    border-top: 1px solid #e2e2e2;
}

    #founding-partners .col-sm-6 {
        border-right: 1px solid #e2e2e2;
        width: 479px;
    }

h2 {
    color: #5c5c5c;
    font-size: 1.25em;
    font-weight: 400;
    margin: 0;
}

#founding-partners h2 + p {
    color: #5c5c5c;
    font-size: 0.9375em;
    font-weight: 400;
    margin: 0;
}

#founding-partners .col-sm-2 {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    height: 60px;
    margin-left: 1px;
    text-align: center;
    width: 159px;
}

    #founding-partners .col-sm-2:last-child {
        border-right: 0;
        padding-top: 15px;
        text-align: right;
        width: 160px;
    }

        #founding-partners .col-sm-2:last-child .btn {
            width: 100%;
        }

h3 {
    color: #5c5c5c;
    font-size: 1.25em;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}

#partner-orgs {
    overflow: hidden;
}

    #partner-orgs > li {
        display: inline;
        line-height: 40px;
        margin-left: -38px;
        margin-right: 32px;
    }

        #partner-orgs > li > * {
            display: inline;
            vertical-align: middle;
        }

        #partner-orgs > li > div {
            color: #e2e2e2;
            font-size: 1.75em;
            padding: 0 12px;
        }

        #partner-orgs > li > a {
            font-size: 0.9735em;
            word-spacing: 5px;
        }
/* global footer */
.footer-bg {
    border-top: 1px solid #e2e2e2;
    background-color: #F3F3F3;
    margin-top: 36px;
}

#footer {
    background: #f3f3f3;
}

.fix-bottom {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
}

#footer .icon-aehr-cross {
    color: #ed1b26;
    font-size: 28px;
    margin-bottom: 24px;
    margin-top: 24px;
}

#footer .btn-socialnetwork {
    height: 40px;
    padding: 6px 0 0;
    margin-left: 15px;
    margin-top: 18px;
    width: 40px;
}

    #footer .btn-socialnetwork:active,
    #footer .btn-socialnetwork:focus,
    #footer .btn-socialnetwork:hover,
    #footer .btn-socialnetwork.active {
        color: #fff;
    }

#footer .btn-facebook {
    font-size: 32px;
    padding: 0;
}

#footer .btn-twitter {
    font-size: 18px;
    padding-top: 8px;
}

#footer li {
    height: 30px;
}

    #footer li > * {
        display: inline-block;
        *display: inline;
        zoom: 1;
        vertical-align: middle;
    }

    #footer li > a + div {
        color: #e2e2e2;
        font-size: 1.875em;
        padding: 0 2px 0 13px;
    }

#footer .copyright {
    font-size: 11px;
    margin-bottom: 12px;
    padding-top: 11px;
}
/* End of Home page */
/* Start of Ratings Page */
/* Product Summary */
#product {
    background: #f3f3f3;
    padding-bottom: 12px;
    padding-top: 12px;
}

    #product .product-title {
        color: #5c5c5c;
        font-size: 1.5em;
        font-weight: 800;
    }

    #product .product-subtitle {
        font-weight: 600;
    }

    #product .list-inline > li {
        padding-left: 0;
        padding-right: 0;
    }

.product-contacts {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .product-contacts > li {
        display: table-cell;
        text-align: left;
    }

#product p.product-subtitle {
    margin-bottom: 0;
}

.btn-socialnetwork {
    border: 0;
    border-radius: 0;
    font-size: 20px;
}

#product .btn-socialnetwork {
    height: 36px;
    margin-right: 10px;
    padding: 5px 0 0;
    width: 36px;
}

.btn-linkedin {
    background: #318de7;
    border: 1px solid #318de7;
    color: #fff;
}

.btn-twitter {
    background: #00acee;
    border: 1px solid #00acee;
    color: #fff;
}

    .btn-twitter > .icon-twitter {
        color: #fff;
    }

.btn-facebook {
    background: #60759e;
    border: 2px solid #60759e;
    -webkit-box-shadow: inset 0px -5px 0px 0px rgba(110,132,181,1);
    -moz-box-shadow: inset 0px -5px 0px 0px rgba(110,132,181,1);
    box-shadow: inset 0px -5px 0px 0px rgba(110,132,181,1);
    color: #fff;
}

#product .btn-facebook {
    font-size: 28px;
    padding-left: 10px;
    padding-top: 1px;
}

.btn-youtube {
    background: #df2526;
    border: 1px solid #df2526;
    color: #fff;
}

#product .col-sm-2 {
    padding-left: 0;
    padding-right: 0;
}

    #product .col-sm-2 .btn {
        margin-bottom: 10px;
        height: 36px;
        width: 100%;
        line-height: 22px;
    }
/* filters */
.filters {
    background: #f3f3f3;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    margin-top: -20px;
}

    .filters .col-lg-12 {
        padding: 0;
    }

    .filters .list-unstyled > li {
        padding-bottom: 18px;
        padding-top: 18px;
    }
    /*
.filters .list-unstyled > li:last-child {
    border-top: 1px solid #d9d9d9;
}*/
    .filters li > label {
        color: #5c5c5c;
        font-size: 0.875em;
        font-weight: 600;
    }

    .filters .list-unstyled > li:last-child > .list-inline > li > h1 {
        margin-left: 20px;
        margin-right: 40px;
    }

    .filters .list-inline > li:first-child {
        padding-left: 0;
    }

    .filters .list-inline > li:last-child {
        padding-right: 0;
    }

.btn-no-padding {
    border-radius: 0;
    padding: 0;
    text-align: center;
    width: 18px;
}

.filters .list-inline > li > .select2-container {
    font-size: 0.875em;
    height: auto;
    line-height: normal;
    max-width: 220px;
    padding: 0;
    width: 220px;
}

.select2-container .select2-choice .select2-arrow {
    background: none;
    border: 0;
}
/* Submenu */
#submenu .cross-screen {
    background: #2c72a3;
}

#submenu .btn-group {
    padding-left: 18px;
    padding-right: 18px;
}

    #submenu .btn-group > .btn {
        border: 0;
        border-radius: 0;
        color: rgba(255, 255, 255, 0.75);
        font-size: 0.875em;
    }

        #submenu .btn-group > .btn.active,
        #submenu .btn-group > .btn:active,
        #submenu .btn-group > .btn:hover {
            color: rgba(255, 255, 255, 1);
        }

.btn-shadow-cyan {
    background: #2ea1be;
}

    .btn-shadow-cyan.active,
    .btn-shadow-cyan:active,
    .btn-shadow-cyan:hover {
        background: #7fcbdc; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdmY2JkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjN2ZjYmRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNyUiIHN0b3AtY29sb3I9IiM3MmMzZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMyUiIHN0b3AtY29sb3I9IiM3MmMzZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiM0MmFmYzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWY4YWFkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(top, #7fcbdc 0%, #7fcbdc 6%, #72c3d7 7%, #72c3d7 13%, #42afc9 14%, #1f8aad 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7fcbdc), color-stop(6%,#7fcbdc), color-stop(7%,#72c3d7), color-stop(13%,#72c3d7), color-stop(14%,#42afc9), color-stop(100%,#1f8aad)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #7fcbdc 0%,#7fcbdc 6%,#72c3d7 7%,#72c3d7 13%,#42afc9 14%,#1f8aad 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #7fcbdc 0%,#7fcbdc 6%,#72c3d7 7%,#72c3d7 13%,#42afc9 14%,#1f8aad 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #7fcbdc 0%,#7fcbdc 6%,#72c3d7 7%,#72c3d7 13%,#42afc9 14%,#1f8aad 100%); /* IE10+ */
        background: linear-gradient(to bottom, #7fcbdc 0%,#7fcbdc 6%,#72c3d7 7%,#72c3d7 13%,#42afc9 14%,#1f8aad 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fcbdc', endColorstr='#1f8aad',GradientType=0 ); /* IE6-8 */
    }

.btn-shadow-green {
    background: #68bd44;
}

    .btn-shadow-green.active,
    .btn-shadow-green:active,
    .btn-shadow-green:hover {
        background: #a8da90; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4ZGE5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjYThkYTkwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNyUiIHN0b3AtY29sb3I9IiM5ZGQ1ODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMyUiIHN0b3AtY29sb3I9IiM5ZGQ1ODQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiM3YmM3NWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNTBhYTMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(top, #a8da90 0%, #a8da90 6%, #9dd584 7%, #9dd584 13%, #7bc75a 14%, #50aa32 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a8da90), color-stop(6%,#a8da90), color-stop(7%,#9dd584), color-stop(13%,#9dd584), color-stop(14%,#7bc75a), color-stop(100%,#50aa32)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #a8da90 0%,#a8da90 6%,#9dd584 7%,#9dd584 13%,#7bc75a 14%,#50aa32 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #a8da90 0%,#a8da90 6%,#9dd584 7%,#9dd584 13%,#7bc75a 14%,#50aa32 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #a8da90 0%,#a8da90 6%,#9dd584 7%,#9dd584 13%,#7bc75a 14%,#50aa32 100%); /* IE10+ */
        background: linear-gradient(to bottom, #a8da90 0%,#a8da90 6%,#9dd584 7%,#9dd584 13%,#7bc75a 14%,#50aa32 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8da90', endColorstr='#50aa32',GradientType=0 ); /* IE6-8 */
    }

.btn-shadow-navy {
    background: #2c72a3;
}

    .btn-shadow-navy.active,
    .btn-shadow-navy:active,
    .btn-shadow-navy:hover {
        background: #7daecb; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYWVjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjN2RhZWNiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNyUiIHN0b3AtY29sb3I9IiM3MWE1YzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMyUiIHN0b3AtY29sb3I9IiM3MWE1YzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiM0MDg1YWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWQ1YjhjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(top, #7daecb 0%, #7daecb 6%, #71a5c5 7%, #71a5c5 13%, #4085af 14%, #1d5b8c 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7daecb), color-stop(6%,#7daecb), color-stop(7%,#71a5c5), color-stop(13%,#71a5c5), color-stop(14%,#4085af), color-stop(100%,#1d5b8c)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #7daecb 0%,#7daecb 6%,#71a5c5 7%,#71a5c5 13%,#4085af 14%,#1d5b8c 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #7daecb 0%,#7daecb 6%,#71a5c5 7%,#71a5c5 13%,#4085af 14%,#1d5b8c 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #7daecb 0%,#7daecb 6%,#71a5c5 7%,#71a5c5 13%,#4085af 14%,#1d5b8c 100%); /* IE10+ */
        background: linear-gradient(to bottom, #7daecb 0%,#7daecb 6%,#71a5c5 7%,#71a5c5 13%,#4085af 14%,#1d5b8c 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7daecb', endColorstr='#1d5b8c',GradientType=0 ); /* IE6-8 */
    }

.btn-shadow-orange {
    background: #e39825;
}

    .btn-shadow-orange.active,
    .btn-shadow-orange:active,
    .btn-shadow-orange:hover {
        background: #f0c577; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwYzU3NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjZjBjNTc3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNyUiIHN0b3AtY29sb3I9IiNlZWJkNmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMyUiIHN0b3AtY29sb3I9IiNlZWJkNmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiNlN2E2MzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDk4MDE5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(top, #f0c577 0%, #f0c577 6%, #eebd6b 7%, #eebd6b 13%, #e7a638 14%, #d98019 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0c577), color-stop(6%,#f0c577), color-stop(7%,#eebd6b), color-stop(13%,#eebd6b), color-stop(14%,#e7a638), color-stop(100%,#d98019)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f0c577 0%,#f0c577 6%,#eebd6b 7%,#eebd6b 13%,#e7a638 14%,#d98019 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f0c577 0%,#f0c577 6%,#eebd6b 7%,#eebd6b 13%,#e7a638 14%,#d98019 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f0c577 0%,#f0c577 6%,#eebd6b 7%,#eebd6b 13%,#e7a638 14%,#d98019 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f0c577 0%,#f0c577 6%,#eebd6b 7%,#eebd6b 13%,#e7a638 14%,#d98019 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0c577', endColorstr='#d98019',GradientType=0 ); /* IE6-8 */
    }

.btn-shadow-pink {
    background: #f15e78;
}

    .btn-shadow-pink.active,
    .btn-shadow-pink:active,
    .btn-shadow-pink:hover {
        background: #f8a1b2; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4YTFiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjZjhhMWIyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNyUiIHN0b3AtY29sb3I9IiNmNjk2YTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMyUiIHN0b3AtY29sb3I9IiNmNjk2YTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiNmMzcyOGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWM0NzVmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(top, #f8a1b2 0%, #f8a1b2 6%, #f696a8 7%, #f696a8 13%, #f3728a 14%, #ec475f 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8a1b2), color-stop(6%,#f8a1b2), color-stop(7%,#f696a8), color-stop(13%,#f696a8), color-stop(14%,#f3728a), color-stop(100%,#ec475f)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f8a1b2 0%,#f8a1b2 6%,#f696a8 7%,#f696a8 13%,#f3728a 14%,#ec475f 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f8a1b2 0%,#f8a1b2 6%,#f696a8 7%,#f696a8 13%,#f3728a 14%,#ec475f 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f8a1b2 0%,#f8a1b2 6%,#f696a8 7%,#f696a8 13%,#f3728a 14%,#ec475f 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f8a1b2 0%,#f8a1b2 6%,#f696a8 7%,#f696a8 13%,#f3728a 14%,#ec475f 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8a1b2', endColorstr='#ec475f',GradientType=0 ); /* IE6-8 */
    }

.btn-shadow-voilet {
    background: #714099;
}

    .btn-shadow-voilet.active,
    .btn-shadow-voilet:active,
    .btn-shadow-voilet:hover {
        background: #ad8cc6; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkOGNjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYlIiBzdG9wLWNvbG9yPSIjYWQ4Y2M2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNyUiIHN0b3AtY29sb3I9IiNhMjgwYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMyUiIHN0b3AtY29sb3I9IiNhMjgwYmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxNCUiIHN0b3AtY29sb3I9IiM4MjU1YTciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNTgyZTgxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(top, #ad8cc6 0%, #ad8cc6 6%, #a280be 7%, #a280be 13%, #8255a7 14%, #582e81 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ad8cc6), color-stop(6%,#ad8cc6), color-stop(7%,#a280be), color-stop(13%,#a280be), color-stop(14%,#8255a7), color-stop(100%,#582e81)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ad8cc6 0%,#ad8cc6 6%,#a280be 7%,#a280be 13%,#8255a7 14%,#582e81 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ad8cc6 0%,#ad8cc6 6%,#a280be 7%,#a280be 13%,#8255a7 14%,#582e81 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ad8cc6 0%,#ad8cc6 6%,#a280be 7%,#a280be 13%,#8255a7 14%,#582e81 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ad8cc6 0%,#ad8cc6 6%,#a280be 7%,#a280be 13%,#8255a7 14%,#582e81 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad8cc6', endColorstr='#582e81',GradientType=0 ); /* IE6-8 */
    }

.normal-label input[type="checkbox"],
.normal-label input[type="radio"],
.normal-label label,
label.normal-label {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 5px !important;
    vertical-align: text-top;
}

.normal-label > label {
    margin-right: 20px;
}

.rating-txt {
    color: #5c5c5c;
    font-size: 0.75em;
    font-weight: 400;
    padding-bottom: 12px;
}

    .rating-txt strong {
        font-weight: 600;
    }
/* subpage, EHR Feedback, of ratings page */
/* feedback detail of single rating */
#feedback-detail {
    padding-top: 32px;
}

li.rating {
    padding-right: 0;
}

li.star-bar {
    padding-right: 0;
}

#feedback-detail .list-inline > li {
    padding-left: 0;
}

#feedback-detail .list-group-item {
    background: #fcfcfc;
}

    #feedback-detail .list-group-item:first-child {
        background: #fff;
    }

.counters {
    margin-right: 36px;
}

.feedback-helpers {
    padding: 0;
}

#feedback-detail .feedback-helpers li {
    border-right: 1px solid #cbcbcb;
    padding: 10px 15px;
}

    #feedback-detail .feedback-helpers li:last-child {
        border: 0;
    }
/* EHR feedback list for a product */
#feedback-list .form-horizontal .form-group {
    margin-right: 0;
}

#feedback-list label[for=feedback-search] {
    color: #5c5c5c;
    font-size: 0.875em;
    font-weight: 800;
}

    #feedback-list label[for=feedback-search] + div.input-group {
        padding-left: 0;
        padding-right: 0;
    }

#feedback-list .input-group-addon {
    background: #fff;
}

#feedback-search {
    border-left: 0;
}

#feedback-list .table {
    border: 1px solid #cbcbcb;
    border-collapse: separate;
    border-radius: 4px;
}

    #feedback-list .table > thead,
    #feedback-list .table > tfoot {
        background: #f3f3f3;
    }

        #feedback-list .table > thead > tr:first-child > th:first-child {
            border-top-left-radius: 4px;
        }

        #feedback-list .table > thead > tr > th {
            border-bottom: 0;
            border-right: 1px solid #cbcbcb;
            font-weight: 400;
        }

            #feedback-list .table > thead > tr > th:last-child {
                border-right: 0;
            }

    #feedback-list .table > tbody > tr > td {
        border-right: 1px solid #ddd;
    }

        #feedback-list .table > tbody > tr > td:last-child {
            border-right: 0;
        }

.limit > a {
    text-decoration: underline;
}
/* Subpage, Overview, of Page, Ratins */
#ehr-overview h1 {
    margin-bottom: 0;
}

.red-dots,
.white-dots {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .red-dots > li,
    .white-dots > li {
        padding-left: 1em;
        text-indent: -1em;
        margin-bottom: 10px;
    }

        .red-dots > li:before,
        .white-dots > li:before {
            content: "• ";
            margin-right: .5em;
        }

        .red-dots > li:before {
            color: #ec1f27;
        }

        .white-dots > li:before {
            color: #ffffff;
        }

#ehr-overview .red-dots {
    font-size: 0.75em;
    line-height: 12px;
}

    #ehr-overview .red-dots strong {
        font-weight: 600;
    }

#ehr-overview td:first-child {
    color: #5c5c5c;
    font-size: 0.9375em;
    font-weight: 600;
}

td.alt-col {
    background: #f3f3f3;
    border-left: 1px solid #cbcbcb;
    font-size: 0.875em;
    font-weight: 600;
    line-height: 12px;
    width: 80px;
}

.rating-table .list-inline > li {
    vertical-align: middle;
}

#ctl00_ContentPlaceHolderMainContent_ctl00_divViewableText {
    font-size: 0.75em;
    padding-bottom: 12px;
    padding-top: 12px;
}

    #ctl00_ContentPlaceHolderMainContent_ctl00_divViewableText ul {
        margin-bottom: 0;
    }

    #ctl00_ContentPlaceHolderMainContent_ctl00_divViewableText .btn-no-padding {
        padding-right: 3px;
        width: 14px;
    }

.progress {
    background: #e5e5e5;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    height: 10px;
    margin-bottom: 0;
    margin-top: 14px;
}

.progress-bar {
    border-radius: 5px;
    background: #115da8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExNWRhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjNTdhOGVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiM0NTljZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiM0NTljZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OCUiIHN0b3AtY29sb3I9IiMyOTdkZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTE1ZGE4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #115da8 0%, #57a8ee 2%, #459ceb 4%, #459ceb 10%, #297de2 98%, #115da8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#115da8), color-stop(2%,#57a8ee), color-stop(4%,#459ceb), color-stop(10%,#459ceb), color-stop(98%,#297de2), color-stop(100%,#115da8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #115da8 0%,#57a8ee 2%,#459ceb 4%,#459ceb 10%,#297de2 98%,#115da8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #115da8 0%,#57a8ee 2%,#459ceb 4%,#459ceb 10%,#297de2 98%,#115da8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #115da8 0%,#57a8ee 2%,#459ceb 4%,#459ceb 10%,#297de2 98%,#115da8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #115da8 0%,#57a8ee 2%,#459ceb 4%,#459ceb 10%,#297de2 98%,#115da8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#115da8', endColorstr='#115da8',GradientType=0 ); /* IE6-8 */
}
/* Table */
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 12px 24px;
}

.one-3rd .table thead > tr > th, .one-3rd .table tbody > tr > th, .one-3rd .table tfoot > tr > th, .one-3rd .table thead > tr > td, .one-3rd .table tbody > tr > td, .one-3rd .table tfoot > tr > td {
    padding: 8px;
}

.big-table th,
.big-table td {
    min-width: 130px;
}

.big-table th {
    font-weight: 400;
}

.tablesorter thead tr th {
    padding: 20px 24px;
    vertical-align: middle;
    white-space: nowrap;
}

.tablesorter thead tr .tablesorter-headerAsc,
.tablesorter thead tr .tablesorter-headerDesc {
    background: #949494; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk0OTQ5NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjYjViNWI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjYzhjOGM4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjZDVkNWQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I5YjliOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #949494 0%, #b5b5b5 4%, #c8c8c8 10%, #d5d5d5 99%, #b9b9b9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949494), color-stop(4%,#b5b5b5), color-stop(10%,#c8c8c8), color-stop(99%,#d5d5d5), color-stop(100%,#b9b9b9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #949494 0%,#b5b5b5 4%,#c8c8c8 10%,#d5d5d5 99%,#b9b9b9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #949494 0%,#b5b5b5 4%,#c8c8c8 10%,#d5d5d5 99%,#b9b9b9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #949494 0%,#b5b5b5 4%,#c8c8c8 10%,#d5d5d5 99%,#b9b9b9 100%); /* IE10+ */
    background: linear-gradient(to bottom, #949494 0%,#b5b5b5 4%,#c8c8c8 10%,#d5d5d5 99%,#b9b9b9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#b9b9b9',GradientType=0 ); /* IE6-8 */
    font-weight: 600;
}

.tablesorter thead tr th .tablesorter-header-inner:after {
    content: url(/images/bg.gif);
}

.tablesorter thead tr .tablesorter-headerAsc .tablesorter-header-inner:after {
    content: url(/images/asc.gif);
}

.tablesorter thead tr .tablesorter-headerDesc .tablesorter-header-inner:after {
    content: url(/images/desc.gif);
    position: relative;
    top: -6px;
}

.scores {
    border-left: 1px solid #ddd;
    white-space: nowrap;
}

li.one-3rd {
    margin: 0;
    padding: 12px 18px 0 0;
    vertical-align: top;
    width: 33%;
}

    li.one-3rd > .panel {
        margin-bottom: 0;
    }

@media screen and (max-width: 950px) {
    li.one-3rd {
        width: 49%;
    }
}

@media screen and (max-width: 660px) {
    li.one-3rd {
        width: 100%;
        padding: 0;
    }
}

.even {
    background: #fcfcfc;
}

.gray-col {
    background: #fcfcfc;
    border-left: 1px solid #cbcbcb;
    width: 70%;
}

.ratingDetails > td {
    font-size: 0.875em;
    font-weight: 400;
}

.ratingDetails p {
    margin: 0;
}

.full-widthbg {
    background: rgb(44,115,162); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(44,115,162,1) 0%, rgba(58,164,193,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,115,162,1)), color-stop(100%,rgba(58,164,193,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(44,115,162,1) 0%,rgba(58,164,193,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(44,115,162,1) 0%,rgba(58,164,193,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(44,115,162,1) 0%,rgba(58,164,193,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(44,115,162,1) 0%,rgba(58,164,193,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c73a2', endColorstr='#3aa4c1',GradientType=0 ); /* IE6-9 */
    width: 100%;
    min-height: 90px;
}

    .full-widthbg.purple_bg {
        background: #714099; /* Old browsers */
        background: -moz-linear-gradient(top, #714099 0%, #9b64c8 49%, #ba7eea 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#714099), color-stop(49%,#9b64c8), color-stop(100%,#ba7eea)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #714099 0%,#9b64c8 49%,#ba7eea 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #714099 0%,#9b64c8 49%,#ba7eea 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #714099 0%,#9b64c8 49%,#ba7eea 100%); /* IE10+ */
        background: linear-gradient(to bottom, #714099 0%,#9b64c8 49%,#ba7eea 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#714099', endColorstr='#ba7eea',GradientType=0 ); /* IE6-9 */
    }

    .full-widthbg .container {
        color: white;
        padding-top: 36px;
        padding-bottom: 18px;
    }

    .full-widthbg.two-cols .container {
        padding: 0;
    }

    .full-widthbg .container h1 {
        color: #fff;
    }

    .full-widthbg .container h2 {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

    .full-widthbg .container a {
        color: white;
        font-style: italic;
        text-decoration: underline;
    }

        .full-widthbg .container a:hover {
            text-decoration: none;
        }

    .full-widthbg .col-sm-5.grey-bg {
        background-color: #f0f0f0;
        color: #676767;
    }

    .full-widthbg.two-cols .col-sm-7,
    .full-widthbg.two-cols .col-sm-5 {
        padding-top: 36px;
        padding-bottom: 18px;
    }

    .full-widthbg.two-cols .col-sm-5 {
        padding-right: 0;
        min-height: 188px;
        width: 382px;
    }

    .full-widthbg .col-sm-5.grey-bg h2 {
        font-size: 1.5em;
        font-style: normal;
        font-weight: 400;
        margin-top: 5px;
        margin-bottom: 10px;
        vertical-align: middle;
        color: #676767;
    }

.col-sm-5.grey-bg ul li a {
    color: #5C5C5C;
    font-style: normal;
    text-decoration: none;
}

.SignUpForm {
    /*width: 400px;*/
}

    .SignUpForm label {
        font-weight: 600;
    }

    .SignUpForm li span,
    .SignUpForm table td span {
        /*color: red;*/
    }

.trmyaccount .tdcol2 input[type="radio"] {
    margin-right: 10px !important;
}

.trmyaccount .tdcol2 label {
    margin-right: 20px;
}

.trmyaccount .number_input {
    overflow: auto;
    padding: 4px 0;
}

.number_input input:hover,
.number_input input:focus {
    width: 30px !important;
}

.number_input input {
    border-radius: 4px;
    width: 30px;
}

    .number_input input.riTextBox.riEnabled.number {
        width: 30px !important;
    }

#ctl00_ContentPlaceHolderMainContent_usercontrols_mus_genericcontrol_ascx1_ctl01_TextBoxOffices_wrapper input {
    border-radius: 4px;
    width: 30px;
}

.communicationCheckBox {
    padding: 10px;
}

    .communicationCheckBox tr {
        background: #eeeeee;
    }

        .communicationCheckBox tr td {
            padding: 5px 15px;
        }

            .communicationCheckBox tr td input {
                margin-right: 7px;
            }

.communication CheckBox#moreInfoWrapper {
    padding: 10px;
}

/*Partners organizations*/
#associationsList .panel-body {
    margin: 0;
    padding: 0;
}

    #associationsList .panel-body .row {
        margin: 0;
        border-bottom: 1px solid #CBCBCB;
        overflow: hidden;
    }

#associationsList h3 {
    color: #5c5c5c;
    font-weight: bold;
}

#associationsList .association {
    color: #2ea1bf;
    text-align: center;
    border-right: 1px solid #CBCBCB;
    padding: 20px;
    padding-bottom: 1001em;
    margin-bottom: -999.5em;
}

#associationsList .associationImage {
    margin-bottom: 10px;
}

#associationsList .row .association.last {
    border-right: 0;
}

#associationsList .row.last {
    border-bottom: 0;
}

.feed-comments .comment-box {
    padding-bottom: 48px;
    position: relative;
}

.comment-box .bootpop {
    bottom: 12px;
    opacity: 0.5;
    position: absolute;
    right: 24px;
}

/*News list page + news detail page*/
.newsList .panel-body {
    margin: 0;
    padding: 0;
}

.newsList .newsItem {
    border-bottom: 1px solid #CBCBCB;
    padding: 12px 24px;
}

    .newsList .newsItem:last-child {
        border-bottom: 0;
    }

.allNewsLink {
    margin: 24px 0;
}

.sf_singleNews .sf_newsDate {
    font-size: 14px;
    line-height: 1.35;
}

.sf_singleNews ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .sf_singleNews ul > li {
        padding-left: 1em;
        text-indent: -1em;
    }

        .sf_singleNews ul > li:before {
            content: "• ";
            color: #ec1f27;
            margin-right: .5em;
        }

.sf_singleNews .sf_postBookmark {
    margin: 24px 0;
}

/*about page*/
.media .logos {
    margin-top: 52px;
    margin-left: 30px;
}

.aboutText h3 {
    margin: 14px 0;
}

/*FAQ page hacks*/
#ctl00_ContentPlaceHolderMainContent_ListDisplay1 h2.sf_listTitle {
    display: none;
}

#ctl00_ContentPlaceHolderMainContent_ListDisplay1 .sf_controlListItems a {
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-style: solid;
    border-width: 1px;
    color: #616161;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    font-size: 0.8125em;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 24px;
    width: 120px;
}

    #ctl00_ContentPlaceHolderMainContent_ListDisplay1 .sf_controlListItems a:hover {
        background-color: #e6e6e6;
        border-color: #ADADAD;
        text-decoration: none;
    }

#ctl00_ContentPlaceHolderMainContent_ListDisplay1 ul.sf_expandableList {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #ctl00_ContentPlaceHolderMainContent_ListDisplay1 ul.sf_expandableList .sf_listItemBody {
        margin: 10px;
    }


/*notifications - myaccount page */
.divJoinNowMyAccount {
    background-color: #e1eaef;
    padding: 20px;
    border-bottom: 1px solid #93c1d8;
}

    .divJoinNowMyAccount .panelHeader {
        clear: both;
    }

        .divJoinNowMyAccount .panelHeader span.text {
            font-size: 12px;
            color: #3d3e40;
            font-weight: bold;
        }

        .divJoinNowMyAccount .panelHeader .closeButton {
            float: right;
            text-indent: -9999px;
            background: url('/images/my-profile/community-panel/btn-close.png') no-repeat;
            height: 17px;
            width: 17px;
            cursor: pointer;
        }

        .divJoinNowMyAccount .panelHeader #closeButton:hover {
            background-position: 0 -17px;
        }

/* myaccount page - surey thank you*/
.blueBackground {
    background-color: #e1eaef;
    border-radius: 4px;
    padding: 20px;
    padding-top: 0;
    border: 1px solid #92aac6;
    margin-bottom: 20px;
    position: relative;
}

    .blueBackground h2 {
        color: #2a87e4;
        margin-bottom: 20px;
    }

    .blueBackground p {
        margin-bottom: 20px;
    }

        .blueBackground p:last-child {
            margin-bottom: 0;
        }

    .blueBackground .closeButton {
        color: #5c5c5c;
        height: 20px;
        padding-top: 5px;
        padding-right: 10px;
    }

        .blueBackground .closeButton:hover {
            text-decoration: none;
        }

/*my account edit*/

tr.trmyaccount label {
    font-weight: normal;
}

tr.trmyaccount .tdcol1 {
    width: 220px;
    padding-right: 20px;
}

tr.trmyaccount td.tdcol2 {
    width: 300px;
}

tr.trmyaccount td.tdcol3 {
    /* width: 200px; */
}

tr.trmyaccount td.tdcol2 ul.ulHorizontal,
tr.trmyaccount td.tdcol2 ul.ulEHRWhen {
    list-style-type: none;
}

tr.trmyaccount td.tdcol2 input.number,
span.RadInput input.riTextBox.number {
    width: 33px !important;
    margin: 2px 0;
    border-radius: 4px;
}

tr.trmyaccount td.tdcol2 input.text,
tr.trmyaccount td.tdcol2 input.input {
    width: 273px !important;
}

tr.trmyaccount select.HotDropdownlist {
    width: 279px;
}

tr.trmyaccount table.VerticalCheckBoxList {
    padding: 0 0 0 0 !important;
}

tr.myaccount span {
    display: inline-block;
}

tr.trmyaccount input[type="checkbox"] {
    margin-right: 10px;
}

tr.trmyaccount td.tdcol2 select.form-control {
    width: 273px !important;
}

tr.trmyaccount td {
    padding: 5px 0;
}

tr.trmyaccount .select2-container {
    width: 273px;
}

tr.trmyaccount ul.yes-no-list li {
    display: inline;
}

.trmyaccount ul.VerticalCheckBoxList {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

    .trmyaccount ul.VerticalCheckBoxList li {
        width: 400px;
        clear: both;
    }

        .trmyaccount ul.VerticalCheckBoxList li input {
            float: left;
        }

        .trmyaccount ul.VerticalCheckBoxList li label {
            float: left;
            width: 300px;
        }

div.divMyaccount {
    padding-left: 52px;
}

#ctl00_ContentPlaceHolderMainContent_Breadcrumb1 {
    margin-bottom: 10px;
    display: block;
    clear: both;
}

.reportsList.panel .panel-body {
    padding: 0;
}

/* ----- Validation and error messages class starts -----*/
.validationheaderline1 {
    background: url(../images/icon-alert.png) no-repeat left center;
    position: relative;
    font-size: 16px;
    color: #ED1B26;
    font-weight: 600;
    margin: 0 0 0 61px;
    padding: 0px 0 0 23px;
}

.validationheaderline2 {
    position: relative;
    color: #333333;
    font-weight: 600;
    padding: 6px 0 0 86px;
}

.validationsummary ul {
    padding: 0 0 0 55px;
    list-style: none;
    font-style: italic;
}

    .validationsummary ul li {
        padding: 6px 0px 0px 29px;
        background-image: url(../images/icon-red-bullet.png);
        background-position: left center;
        background-repeat: no-repeat;
    }

        .validationsummary ul li:last-child {
            padding-bottom: 12px;
        }
/* -- --Validation and error messages class ends -- --*/
.aboutText h3 {
    margin: 14px 0;
}

.square {
    height: 18px;
    width: 18px;
}

.bg-orange,
.bg-orange:focus,
.bg-orange:active,
.bg-orange:hover {
    background: #d85c1f; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDg1YzFmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMiUiIHN0b3AtY29sb3I9IiNmZjkzNGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0JSIgc3RvcC1jb2xvcj0iI2ZmODUzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2ZmODUzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2ZmNjMyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YTM4MGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(-45deg, #d85c1f 0%, #ff934f 2%, #ff853d 4%, #ff853d 10%, #ff6322 98%, #9a380b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#d85c1f), color-stop(2%,#ff934f), color-stop(4%,#ff853d), color-stop(10%,#ff853d), color-stop(98%,#ff6322), color-stop(100%,#9a380b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #d85c1f 0%,#ff934f 2%,#ff853d 4%,#ff853d 10%,#ff6322 98%,#9a380b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #d85c1f 0%,#ff934f 2%,#ff853d 4%,#ff853d 10%,#ff6322 98%,#9a380b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #d85c1f 0%,#ff934f 2%,#ff853d 4%,#ff853d 10%,#ff6322 98%,#9a380b 100%); /* IE10+ */
    background: linear-gradient(135deg, #d85c1f 0%,#ff934f 2%,#ff853d 4%,#ff853d 10%,#ff6322 98%,#9a380b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d85c1f', endColorstr='#9a380b',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    color: #fff;
}

.bg-blue {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExNWRhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIlIiBzdG9wLWNvbG9yPSIjNTdhOGVlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNCUiIHN0b3AtY29sb3I9IiM0NTljZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiM0NTljZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OCUiIHN0b3AtY29sb3I9IiMyOTdkZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTE1ZGE4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, #115da8 0%, #57a8ee 2%, #459ceb 4%, #459ceb 10%, #297de2 98%, #115da8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#115da8), color-stop(2%,#57a8ee), color-stop(4%,#459ceb), color-stop(10%,#459ceb), color-stop(98%,#297de2), color-stop(100%,#115da8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #115da8 0%,#57a8ee 2%,#459ceb 4%,#459ceb 10%,#297de2 98%,#115da8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #115da8 0%,#57a8ee 2%,#459ceb 4%,#459ceb 10%,#297de2 98%,#115da8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #115da8 0%,#57a8ee 2%,#459ceb 4%,#459ceb 10%,#297de2 98%,#115da8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #115da8 0%,#57a8ee 2%,#459ceb 4%,#459ceb 10%,#297de2 98%,#115da8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#115da8', endColorstr='#115da8',GradientType=0 ); /* IE6-8 */
}

.need-feedback {
    padding: 10px 18px;
    font-weight: 600;
}


.ui-dialog.productDialog {
    z-index: 10000 !important;
    top: 406px !important;
    left: 627px !important;
}

.ui-dialog {
    display: none;
}

    .ui-dialog.ui-widget {
        padding: 0;
        border-top: 4px solid #3079ac;
        border-bottom: 2px solid #3079ac;
    }

    .ui-dialog .ui-widget-header {
        background: #ffffff;
        border: 0;
        color: #000000;
        font-size: 13px;
    }

.ui-widget-header .ui-dialog-titlebar-close .ui-icon-closethick {
    background-image: url("../images/btn-close.png");
    height: 19px;
    width: 19px;
    background-position: 0 -1px;
}

.ui-dialog-titlebar-close.ui-state-hover .ui-icon-closethick,
.ui-icon-closethick:hover {
    background-position: -1px -18px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: transparent !important;
    border: 0 !important;
}

.ui-dialog .ui-dialog-content.attestation-spec-modal,
.ui-dialog .ui-dialog-content.attestation-spec-modal2 {
    padding: 0;
}

.red {
    color: #ec1f27;
}

.productDialog .ui-dialog p {
    font-size: 12px;
}

.productDialog .subscriber-type-list,
.productDialog .subscriber-type-list-product-list {
    list-style-type: none;
}

    .productDialog .subscriber-type-list li,
    .productDialog .subscriber-type-list-product-list li {
        font-size: 12px;
    }

.productDialog .product-box-add-to-cart-button {
    display: none;
}

.productDialog li {
    margin-bottom: 10px;
}

.productDialog .purchase-modal a,
.productDialog .purchase-modal-list a {
    color: #2F79AB;
    text-decoration: none;
}

.productDialog .purchase-modal input,
.productDialog .purchase-modal-list input {
    font-size: 12px;
    font-weight: 600;
}

.productDialog .subscriber-type-list label,
.productDialog .subscriber-type-list-product-list label {
    font-weight: normal;
    margin-left: 10px;
}

.align-top > * {
    vertical-align: top;
}

.one-4th {
    width: 24%;
    margin-top: 12px;
}

#dashboards {
    margin-top: 10px;
}

    #dashboards .col-sm-7,
    #dashboards .col-sm-5 {
        margin: 0;
        padding: 0;
    }

.divJoinNowMyAccountArea .panel-body {
    padding: 0;
}

.carousel-indicators {
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

.img-max-180 {
    max-width: 180px;
}
/*chart page style*/
#chartTable {
    border-collapse: collapse;
    margin-bottom: 25px;
    clear: both;
    overflow: auto;
}

    #chartTable td.labelCell {
        width: 26px;
    }

    #chartTable .yaxisLabel {
        font-family: GillSansMTRegular,sans-serif;
        font-style: italic;
        width: 24px;
        -moz-transform: rotate(-90deg); /* FF3.5+ */
        -o-transform: rotate(-90deg); /* Opera 10.5 */
        -webkit-transform: rotate(-90deg); /* Saf3.1+, Chrome */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* IE6,IE7 */
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; /* IE8 */
        position: relative;
        font-weight: normal;
        margin-top: 230px;
        float: left;
    }

        #chartTable .yaxisLabel .greenbox {
            position: absolute;
            top: 3px;
            left: -13px;
            background: #0bb495;
            display: block;
            height: 10px;
            width: 10px;
        }

        #chartTable .yaxisLabel .bluebox {
            background: #328DBA;
            display: block;
            height: 10px;
            width: 10px;
            position: absolute;
            top: 3px;
            left: -13px;
        }

        #chartTable .yaxisLabel .text {
            float: left;
        }

#legendIE8 {
    display: none;
}

#chartTable #chart-placeholder {
    float: left;
}

.flot-text.flot-x-axis {
    width: 50px;
    text-align: center;
    margin-left: 9px;
}

#tooltip {
    padding: 3px 5px;
}

    #tooltip.green {
        background: #0bb495;
    }

.tooltip-arrow.green,
.tooltip-arrow.blue {
    display: block;
    height: 8px;
    width: 14px;
}

.tooltip-arrow.green {
    background: url('../images/charts/img-green-arrow.png') no-repeat 100% 50%;
}

#tooltip.blue {
    background: #328DBA;
}

.tooltip-arrow.blue {
    background: url('../images/charts/img-blue-arrow.png') no-repeat 100% 50%;
}

.chartBorder {
    border-top: 1px solid #CBCBCB;
    padding-top: 25px;
}

.chartColumns {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .chartColumns .left {
        float: left;
        width: 66%;
    }

    .chartColumns .right {
        float: right;
        width: 32%;
    }

        .chartColumns .right img {
            padding-bottom: 25px;
        }

.practiceSizeFilter td label {
    font-weight: normal;
    padding: 0 4px;
}

.cross-screen {
    margin-left: -100%;
    padding-left: 100%;
    padding-right: 100%;
    width: 300%;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}
/* google ads */

.advertisement_1 div.img {
    padding-top: 9px;
}

.advertisement_1 div.heading {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    padding: 93px 0px 0 0;
    margin-left: 7px;
    margin-top: 7px;
    text-align: center;
    background: url( ../images/advertisment-text.png ) no-repeat;
}

    .advertisement_1 div.heading span {
        float: none;
        color: #999;
        font: 9px arial, sans-serif;
        text-transform: uppercase;
    }

.advertisement_1 div.ad_0, .advertisement_1 div.ad_1 {
    position: absolute;
    top: 22px;
    width: 468px;
    height: 60px;
    background: #949494;
}

.advertisement_1 div.ad_0 {
    left: 5px;
}

.advertisement_1 div.ad_1 {
    left: 480px;
}

.advertisement_1 {
    position: relative;
    width: 770px;
    height: 109px;
    margin: -8px 0 11px -5px;
    background: #D5D5D5;
    text-align: center;
}

.advertisement_300 {
    background-color: #F3F3F3;
    padding: 0 10px 8px 2px;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #CBCBCB;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .advertisement_300 .heading {
        text-transform: uppercase;
        font-size: 10px;
        padding: 5px 0;
    }
/* end - google ads */
.list-group-item,
.panel-heading,
.panel-footer {
    padding: 12px;
}

p {
    margin: 0 0 12px;
}

.popover .list-inline > li {
    vertical-align: middle;
}

textarea.form-control {
    height: 34px;
}
/* coparison engine and advanced search*/
.comparison.panel-default {
    margin-bottom: 0;
}

    .comparison.panel-default .panel-heading,
    .panel .big.panel-heading {
        background-color: #F3F3F3;
        background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
        background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
        border-color: #CBCBCB;
        color: #2C73A2;
    }

.panel-footer + .panel-heading,
ul.list-group + .panel-heading,
.panel-body + .panel-heading {
    border-top: 1px solid #CBCBCB;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.comparison.panel-default .panel-heading > h1 {
    margin: 0;
    padding: 0;
}

.comparison.panel .table {
    margin-bottom: 0;
}

.comparison .table .col-sm-4:first-child {
    vertical-align: middle;
}

.comparison .table td.has-select {
    overflow: hidden;
}

.comparison .table .col-sm-8 .select2-container,
.comparison .table .col-sm-8 select {
    max-width: 590px;
    min-width: 100%;
}

.comparison .table .col-sm-4 .select2-container,
.comparison .table .col-sm-4 select {
    max-width: 290px;
    min-width: 100%;
}

.comparison .table .col-sm-4 ul,
.comparison .table .col-sm-8 ul,
.comparison .panel-footer ul {
    margin-bottom: 0;
}

    .comparison .table .col-sm-4 ul.list-inline > li,
    .comparison .table .col-sm-8 ul.list-inline > li {
        margin-top: 0;
        vertical-align: middle;
    }

.comparison .table .col-sm-4 .progress {
    padding-left: 0;
    width: 80%;
}

.txt-centre {
    text-align: center;
}

.txt-sm {
    font-size: .75em;
}

.comparison .table .col-sm-8 ul li label {
    font-weight: normal;
    margin-bottom: 0;
    margin-left: 12px;
}

.comparison .table .col-sm-8 .list-inline li label {
    margin-right: 12px;
}

.btn-circle {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    height: 24px;
    padding: 0;
    width: 24px;
}

.popover .icon-cross {
    font-size: 1.5em;
}

.popFlagForm + .popover {
    max-width: 100%;
    width: 540px;
}

    .popFlagForm + .popover li {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .popFlagForm + .popover .list-unstyled li:first-child {
        margin-bottom: 12px;
        margin-top: 4px;
    }

    .popFlagForm + .popover textarea {
        height: auto;
        margin-bottom: 12px;
    }

    .popFlagForm + .popover .pull-right {
        margin-bottom: 12px;
    }

.btn-link {
    border: none;
    color: #2EA1BF;
    font-size: inherit;
    font-weight: normal;
}

.panel-no-margin {
    margin: 0;
}

.panel-sm-margin {
    margin-bottom: 12px;
}

a[href="#"].no-click {
    pointer-events: none;
}

b, strong {
    font-weight: 600;
}

div.list-validation-summary > ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

    div.list-validation-summary > ul > li {
        color: #ec1f27;
        display: inline-block;
        padding-right: 12px;
    }

.list-group-item > p:last-child {
    margin-bottom: 0;
}

.bg-gray {
    background: #f3f3f3;
}

.border-below {
    border-bottom: 1px solid #d9d9d9;
}

.border-left {
    border-left: 1px solid #d9d9d9;
}
/* MU Attestation Data page*/
.muattestation .row > * {
    padding: 12px;
}

.muattestation .row > .col-sm-6 {
    height: 67px;
}

.muattestation .row h1 {
    margin: 0;
}

.muattestation .row > .has1line {
    padding-top: 20px;
}

    .muattestation .row > .has1line > .list-inline > .col-sm-3 {
        padding-top: 4px;
    }

.muattestation .row ul {
    margin-bottom: 0;
}

.muattestation .row .normal-label > input[type="radio"]:first-child {
    margin-left: 0;
}

.muattestation .row > .has1line > .inline-list > li:first-child {
    padding-left: 0;
}

.muattestation .row .select2-container {
    max-width: 327px;
    width: 100%;
}

.bg-default {
    background-color: #f3f3f3;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
}

.muattestation .table th,
.muattestation .table td {
    border-left: 1px solid #dddddd;
    min-width: 174px;
}

    .muattestation .table th:first-child,
    .muattestation .table td:first-child {
        border-left: none;
    }

.muattestation .table thead > tr > th {
    border-bottom: none;
    vertical-align: middle;
}

    .muattestation .table thead > tr > th.rgSorted {
        background: #949494; /* Old browsers */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk0OTQ5NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjYjViNWI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjYzhjOGM4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjZDVkNWQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I5YjliOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(top, #949494 0%, #b5b5b5 4%, #c8c8c8 10%, #d5d5d5 99%, #b9b9b9 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949494), color-stop(4%,#b5b5b5), color-stop(10%,#c8c8c8), color-stop(99%,#d5d5d5), color-stop(100%,#b9b9b9)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #949494 0%,#b5b5b5 4%,#c8c8c8 10%,#d5d5d5 99%,#b9b9b9 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #949494 0%,#b5b5b5 4%,#c8c8c8 10%,#d5d5d5 99%,#b9b9b9 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #949494 0%,#b5b5b5 4%,#c8c8c8 10%,#d5d5d5 99%,#b9b9b9 100%); /* IE10+ */
        background: linear-gradient(to bottom, #949494 0%,#b5b5b5 4%,#c8c8c8 10%,#d5d5d5 99%,#b9b9b9 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949494', endColorstr='#b9b9b9',GradientType=0 ); /* IE6-8 */
    }

    .muattestation .table thead > tr > th > a {
        background-image: url("/images/bg.gif");
        background-position: right center;
        background-repeat: no-repeat;
        color: #5c5c5c;
        display: block;
        height: 100%;
        width: 100%;
    }

    .muattestation .table thead > tr > th.rgSorted > a {
        background: none;
        display: inline-block;
        width: 87%;
    }

        .muattestation .table thead > tr > th.rgSorted > a:focus {
            outline: 0 none;
        }

    .muattestation .table thead > tr > th.rgSorted > input {
        float: right;
    }

        .muattestation .table thead > tr > th.rgSorted > input.rgSortAsc {
            background-image: url("/images/asc.gif");
            background-position: center center;
            background-repeat: no-repeat;
        }

        .muattestation .table thead > tr > th.rgSorted > input.rgSortDesc {
            background-image: url("/images/desc.gif");
            background-position: center center;
            background-repeat: no-repeat;
        }

.muattestation .table tfoot a.rgCurrentPage {
    color: #ed1b26;
}

.no-margin-bottom {
    margin-bottom: 0;
}
/* Join */
#ctl00_ContentPlaceHolderMainContent_ctl00_CreateUserWizard1 label,
#ctl00_ContentPlaceHolderMainContent_usercontrols_mus_genericcontrol_ascx1_ctl01_joinStep2 label {
    font-weight: 600;
}

#ctl00_ContentPlaceHolderMainContent_ctl00_CreateUserWizard1 .select2-container,
#ctl00_ContentPlaceHolderMainContent_usercontrols_mus_genericcontrol_ascx1_ctl01_joinStep2 .select2-container,
#ctl00_ContentPlaceHolderMainContent_ctl00_ctl01_DynamicViewFieldList1_DivForm .select2-container {
    padding: 0;
}

    #ctl00_ContentPlaceHolderMainContent_ctl00_CreateUserWizard1 .select2-container .select2-choice,
    #ctl00_ContentPlaceHolderMainContent_usercontrols_mus_genericcontrol_ascx1_ctl01_joinStep2 .select2-container .select2-choice,
    #ctl00_ContentPlaceHolderMainContent_ctl00_ctl01_DynamicViewFieldList1_DivForm .select2-container .select2-choice,
    .select2-sm .select2-choice {
        height: 34px;
    }

#ctl00_ContentPlaceHolderMainContent_ctl00_CreateUserWizard1_CreateUserStepContainer_CheckBoxListCommunication input {
    margin-right: 6px;
}

#ctl00_ContentPlaceHolderMainContent_ctl00_CreateUserWizard1 .div-form label,
#ctl00_ContentPlaceHolderMainContent_ctl00_CreateUserWizard1 .div-form .form-control,
#ctl00_ContentPlaceHolderMainContent_ctl00_ctl01_DynamicViewFieldList1_DivForm .select2-container,
.select2-sm {
    font-size: 0.875em;
}

.select2-container .select2-choice,
.select2-results .select2-result-label {
    padding-left: 12px;
    padding-right: 12px;
}

    .select2-container .select2-choice .select2-chosen {
        margin-top: 2px;
    }

    .select2-container .select2-choice .select2-arrow {
        margin-right: 6px;
    }

.select2-container.form-control {
    border: 0 none;
    padding: 0;
}

#ctl00_ContentPlaceHolderMainContent_ctl00_CreateUserWizard1 .table td {
    padding: 12px 24px;
}

#ctl00_ContentPlaceHolderMainContent_ctl00_CreateUserWizard1 .table .checked-row {
    background: #d0e3f9;
}

#ctl00_ContentPlaceHolderMainContent_ctl00_CreateUserWizard1 .table td * {
    margin-bottom: 0;
    margin-top: 0;
}

#ctl00_ContentPlaceHolderMainContent_ctl00_CreateUserWizard1 .table td > .even {
    display: block;
    min-width: 100%;
    margin: -12px -24px;
    padding: 12px 24px;
}

.form-group {
    margin-bottom: 12px;
}

#ctl00_ContentPlaceHolderMainContent_usercontrols_mus_genericcontrol_ascx1_ctl01_joinStep2 .form-group:last-child,
#ctl00_ContentPlaceHolderMainContent_usercontrols_mus_genericcontrol_ascx1_ctl01_joinStep2 ul,
#ctl00_ContentPlaceHolderMainContent_ctl00_ctl01_DynamicViewFieldList1_DivForm ul {
    margin-bottom: 0;
}

.panel-body {
    padding: 12px;
}

    .panel-body + .panel-body {
        padding-top: 0;
    }

#ctl00_ContentPlaceHolderMainContent_usercontrols_mus_genericcontrol_ascx1_ctl01_RadioButtonListRecMember,
#ctl00_ContentPlaceHolderMainContent_usercontrols_mus_genericcontrol_ascx1_ctl01_UpdateProgress6 {
    display: block;
    padding-top: 18px;
}

#ctl00_ContentPlaceHolderMainContent_usercontrols_mus_genericcontrol_ascx1_ctl01_trContactByRec {
    display: block;
    /*padding-top: 18px;*/
}

#ctl00_ContentPlaceHolderMainContent_usercontrols_mus_genericcontrol_ascx1_ctl01_trPhysicians .list-inline > li:first-child {
    padding-left: 0;
    vertical-align: text-top;
}

#ctl00_ContentPlaceHolderMainContent_usercontrols_mus_genericcontrol_ascx1_ctl01_UpdatePanel3 .panel-heading {
    border-top: 1px solid #CBCBCB;
    border-radius: 0;
}

#ctl00_ContentPlaceHolderMainContent_usercontrols_mus_genericcontrol_ascx1_ctl01_joinStep2 .normal-label label,
#ctl00_ContentPlaceHolderMainContent_ctl00_ctl01_DynamicViewFieldList1_DivForm .normal-label label {
    display: inline;
}

#ctl00_ContentPlaceHolderMainContent_usercontrols_mus_genericcontrol_ascx1_ctl01_trPhysicians .list-unstyled > li {
    height: 46px;
    overflow: hidden;
}

    #ctl00_ContentPlaceHolderMainContent_usercontrols_mus_genericcontrol_ascx1_ctl01_trPhysicians .list-unstyled > li:last-child {
        height: 34px;
    }

#ctl00_ContentPlaceHolderMainContent_usercontrols_mus_genericcontrol_ascx1_ctl01_trOfficeSites > label {
    padding-top: 0;
}

#ctl00_ContentPlaceHolderMainContent_ctl00_CreateUserWizard1 .riTextBox.form-control {
    padding: 6px 12px;
    text-align: center;
}

#divBirthDate .list-inline > li:first-child {
    padding-left: 0;
}

#ctl00_ContentPlaceHolderMainContent_ctl00_CreateUserWizard1 .riFocused.form-control {
    border-color: #66AFE9;
}

#ctl00_ContentPlaceHolderMainContent_ctl00_CreateUserWizard1 .help-block.red {
    font-size: 0.75em;
}

#ctl00_ContentPlaceHolderMainContent_ctl00_CreateUserWizard1_CreateUserStepContainer_CheckBoxListCommunication label {
    font-weight: 400;
}

.tooltip-inner {
    background: #4b4b4b;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #4b4b4b;
}

.bread-crumb {
    display: block;
    font-size: 0.875em;
}

.gap-under-sm {
    margin-bottom: 12px;
}

.no-gap-under-lg {
    margin-bottom: -36px;
}
/* survey */
.survey ul {
    margin-bottom: 0;
}

.survey h1 {
    margin-bottom: 0;
    margin-top: 0;
}

.list-group-item.row {
    border: 0;
    margin: 0;
    padding: 0;
}

    .list-group-item.row > * {
        border-left: 1px solid #D9D9D9;
        padding: 12px;
    }

        .list-group-item.row > *:first-child {
            border-left: 0 none;
        }

.survey ul {
    margin-bottom: 5px;
}

li.progress {
    padding: 0;
    /*width: 93.15%; when .col-sm-9*/
    width: 91.78%; /*when .col-sm-98*/
}

.alert {
    margin-bottom: 12px;
    padding: 12px;
}

#ctl00_ContentPlaceHolderMainContent_ctl00_ctl01_DynamicViewFieldList1_DivForm .form-control {
    width: 220px;
}

#ctl00_ContentPlaceHolderMainContent_ctl00_ctl01_DynamicViewFieldList1_DivForm select + .select2-container {
    margin-left: 24px;
}

#ctl00_ContentPlaceHolderMainContent_ctl00_ctl01_DynamicViewFieldList1_DivForm .list-inline > li:first-child input {
    margin-left: 0;
}

#ctl00_ContentPlaceHolderMainContent_ctl00_ctl01_DynamicViewFieldList1_DivForm .long-label > li {
    margin-bottom: 12px;
    padding-left: 25px;
}

    #ctl00_ContentPlaceHolderMainContent_ctl00_ctl01_DynamicViewFieldList1_DivForm .long-label > li > input[type=radio] {
        margin-left: -25px;
    }

#ctl00_ContentPlaceHolderMainContent_ctl00_ctl01_DynamicViewFieldList1_DivForm .list-inline > li:first-child {
    padding-left: 5px;
}

#ctl00_ContentPlaceHolderMainContent_ctl00_ctl01_DynamicViewFieldList1_DivForm .list-unstyled > li:last-child {
    margin-bottom: 0;
}

.dynamic-rating-scale > li {
    border-bottom: 1px solid #CBCBCB;
    overflow: hidden;
    padding: 12px 20px;
}

    .dynamic-rating-scale > li:last-child {
        border-bottom: 0 none;
        padding-bottom: 0;
    }

    .dynamic-rating-scale > li:first-child {
        padding-top: 0;
    }

    .dynamic-rating-scale > li > * {
        margin: 0;
    }

        .dynamic-rating-scale > li > *:after {
            clear: both;
        }

#ctl00_ContentPlaceHolderMainContent_ctl00_ctl01_DynamicViewFieldList1_DivForm il {
    margin-bottom: 0;
}

.alert-danger {
    color: #EC1F27;
}

#ctl00_ContentPlaceHolderMainContent_ctl00_ctl01_DynamicViewFieldList1_ulProgressBar > .progress {
    margin-top: 9px;
}

.dynamic-rating-scale em.pull-left + ul.list-inline {
    margin-top: 12px;
    width: 100%;
}

.dynamic-rating-scale em.pull-left + ul.text-label > li label {
    font-weight: normal;
    margin-left: 4px;
}

.dynamic-rating-scale em.pull-left + ul.text-label > li {
    padding-left: 0;
    padding-right: 15px;
    display: inline-block;
    width: 19%;
}

.dynamic-rating-scale em.pull-left + ul.normal-label > li {
    height: auto;
    overflow: auto;
    padding-left: 0;
    vertical-align: top;
    width: 32%;
}

.dynamic-rating-scale em.pull-left + ul.list-inline.normal-label > li label {
    width: 90% !important;
}

.dynamic-rating-scale em.pull-left + ul.list-inline > li label {
    width: auto;
}

.dynamic-rating-scale em.pull-left + ul.long-label > li {
    padding-left: 0 !important;
    width: 44%;
}

.dynamic-rating-scale em.pull-left + ul.list-inline > li > input[type=radio] {
    margin-left: 0;
}

div.textboxlist-item {
    clear: both;
    overflow: auto;
    margin-bottom: 5px;
}

    div.textboxlist-item input {
        float: right;
    }

#ctl00_ContentPlaceHolderMainContent_ctl00_ctl01_DynamicViewFieldList1_DivForm .list-group-item {
    padding-left: 24px;
    padding-right: 24px;
}

.divs-inline > .select2-container {
    float: left;
}

.clear {
    clear: both;
}

#ctl00_ContentPlaceHolderMainContent_ctl00_ctl01_divList {
    margin-bottom: 0;
}

.panel .table-bordered {
    border: 0 none;
}

.panel-footer.place-holder {
    padding: 20px 24px;
}

.list-inline.first-no-pad > li:first-child {
    padding-left: 0;
}

div.internal_page.container {
    margin-top: 20px;
}

#ehr_internal {
    margin-top: 20px;
}

    #ehr_internal table.big-table {
        margin-top: 20px;
    }

table.ehrTable {
    width: 100%;
}

    table.ehrTable tr td,
    table.ehrTable tr th {
        padding: 5px 10px;
    }

.forgotPassForm ul {
    padding-left: 0;
}

.forgotPassForm li {
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    #product .col-sm-2 .btn {
        width: auto;
    }

    #product .product-image {
        width: 30%;
    }

    #product .col-sm-8 {
        padding-left: 0;
    }
}

@media print {
    #site-header .col-xs-5 {
        display: none;
    }

    #top-nav-wrapper,
    #nav-dropdown-wrap {
        display: none;
    }
}

.updateProgressTop10 {
    position: relative;
    top: 330px;
    z-index: 9999;
    height: 0;
}

.overlayTop10 {
    background-color: white;
    height: 800px;
    left: -50px;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    top: 0;
    width: 1100px;
    z-index: 10000;
}

.subscriber-type-list label {
    font-size: 12px;
}

div#s2id_ctl00_ContentPlaceHolderMainContent_ctl00_CreateUserWizard1_CreateUserStepContainer_DropDownListProf {
    width: 300px;
}

div#flotfilters {
    margin-top: 0px !important;
}

div.social-icons {
    margin: 15px 0;
    overflow: hidden;
}

.social-icons .floatLeft {
    float: left;
    margin: 0 5px;
}

.social-icons .socialNetwork {
    float: left;
    width: auto;
    margin: 0 5px;
}

.list-inline td {
    border-top: 0px solid #dddddd !important;
}

.divSocialIcons {
    padding-bottom: 14px;
}

.DivChangePassword {
    background: yellow;
}

.col-sm-7.rfp-name {
    padding-right: 0px;
}

span.product-name {
    font-weight: 600;
    color: #2ea1bf;
}

.col-sm-5.div-raters {
    padding: 0 0 0 5px;
}

.rating-line {
    padding: 10px 0;
}

span.verifiedRaters {
    padding: 0 20px 0 0px;
    float: right;
}

.row.home-rfp {
    padding: 16px 0;
    border-bottom: 2px solid #ccc;
    font-size: 16px;
}

.rfp-button {
    padding: 4px 27px;
}

a.RFPForm.btn {
    width: 152px !important;
}

a.product-action-button.btn {
    width: 122px !important;
}

span.vendor-name {
    font-size: 14px;
}

.col-sm-6.left-col {
    padding-top: 38px;
}

.div-load-more {
    padding: 10px 0;
}

.load-more {
    width: 95%;
}

img.mob-img-header {
    display: none;
}

@media screen and (max-width: 766px) {
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    div.full-widthbg {
        display: none;
    }

    img.mob-img-header {
        width: 100%;
        display: block;
    }


    .div-intro {
        padding-left: 9px;
    }

    .div-rating {
        padding-left: 0px;
    }

    .col-xs-3.pc-only {
        padding: 9px;
        display: none;
    }

    a.RFPForm.btn {
        width: auto !important;
    }

    .col-sm-3.rfp-logo {
        max-width: 190px;
    }

    div#top-nav {
        z-index: 99 !important;
    }

    .rfp-button {
        padding: 5px 12px;
    }
    /*
    .col-sm-3.rfp-logo {
        width: 90%;
        margin: 0px 18px;
    }

    .col-sm-7.rfp-name {
        padding: 1px 26px;
    }

    */
}
