﻿@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
}

.bold {
    font-weight: bold;
}
.line-height-2 {
    line-height: 2.0
}

h5, .h5 {
    font-size: 16px;
}

hr {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #e3e3e3;
    height: 0;
}

.btn-single {
    font-size: 12px;
    font-weight: 500;
    text-shadow: 0 1px 0 #fff;
    color: #f5f5f5;
    border-color: #ccc;
    text-transform: uppercase;
    background: #6e6e6e;
    padding: 8px 23px;
}
.btn-single:focus, .btn-single:hover {
    color: #f5f5f5;
}
.btn-single.disabled {
    background: #aaa;
}

.form-inline .date .form-control {
    width: 121px !important;
}

.form-control.number {
    width: 78px !important;
}

/* admin */
.navbar.admin {
    background: #303030;
    border-bottom: 2px solid #0c0c0c;
    height: 36px;
    min-height: 36px;
    padding: 0;
}
.navbar.admin .navbar-toggle {
	padding: 3px;
}
.navbar.admin .navbar-brand {
	background: url(img/logo-admin.png) no-repeat;
	width: 101px;
	height: 34px;
	margin-left: 10px;
	text-indent: 150%;
	white-space: nowrap;
	overflow: hidden;
}
.admin.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	border-right: 1px solid #1b1b1b;
	padding: 7px 18px;
	box-shadow: 1px -1px 1px #454545;
}
.admin.navbar-default .navbar-nav.navbar-right>li>a {
	border-left: 1px solid #1b1b1b;
}
.admin.navbar-default .navbar-nav>.active>a, .admin.navbar-default .navbar-nav>.active>a:focus, .admin.navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #303030;
}
.admin.navbar-default .navbar-nav>li>a:hover {
	text-decoration: underline;
}
.admin .navbar a.btn.btn-default.pull-right, .admin .navbar .pull-right a.btn.btn-default {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	border-right: 1px solid #1b1b1b;
	padding: 7px 18px;
	box-shadow: 1px -1px 1px #454545;
	text-transform: none;
}
.admin .navbar a.btn.btn-default.pull-right:hover, .admin .navbar .pull-right a.btn.btn-default:hover {
	text-decoration: underline;
}
body.admin {
	background: url(img/shadow.jpg) 0 36px repeat-x;
}
body.admin .jumbotron {
	clear: both;
	background: #f6f6f6;
	border-radius: 0;
	border: 1px solid #e3e3e2;
	box-shadow: 0 2px 4px #d4d4d4;
	padding: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
body.admin .jumbotron h2 {
    position: relative;
	border-bottom: 1px solid #e3e3e2;
	font-size: 16px;
	color: #303030;
	font-weight: 600;
	margin: 0;
	padding: 0 0 2px 0;
}
body.admin .jumbotron h2 small, body.admin .jumbotron h2 .small {
    font-size: 75%;
}
    body.admin .jumbotron h2::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -2px;
        border-bottom: 1px solid #ffffff;
    }
body.admin .jumbotron .jumbotron-content {
	padding: 5px 0;
}
body.admin .company-name {
	font-size: 20px;
	color: #303030;
	font-weight: 600;
	letter-spacing: -1px;
	padding: 30px 0 15px 0;
}
body.admin .download .btn-primary span {
    margin-right: 4px;
}
body.admin .download .btn-primary {
    background-image: -webkit-linear-gradient(top, #91c40d 0, #5ea108 100%);
    background-image: -o-linear-gradient(top, #91c40d 0, #5ea108 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#91c40d), to(#5ea108));
    background-image: linear-gradient(to bottom, #91c40d 0, #5ea108 100%);
    border-color: transparent;
    outline: none;
    border: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 1px 1px 3px #004b71;
    letter-spacing: -0.5px;
    padding: 10px 25px;
    border-radius: 6px;
}
body.admin .download .btn-primary:hover {
    background: #73b00a;
}
body.admin .container {
	clear: both;
	padding-bottom: 25px;
}
/* website */
.navbar {
	background: url(img/header.jpg) #151515 center repeat;
	height: 79px;
	padding: 18px 0;
	border-radius: 0;
	margin-bottom: 0;
}

#navbar {
    z-index: 2;
}

.container #navbar a.btn-default {
    /*width: 107px;*/
    text-align: left;
    /*padding-top: 0px;
    padding-left: 0px;*/
    padding: 7px 15px;
}
.navbar-collapse.in {
	background: url(img/header.jpg) #151515 center repeat;
}
.navbar-brand {
    background: url(img/logo-public.png) no-repeat;
    width: 155px;
    height: 58px;
    margin-left: 15px;
    text-indent: 150%;
    white-space: nowrap;
    overflow: hidden;
}
.navbar-header {
    margin-top: -9px;
}
.admin .navbar-header {
    margin-top: 0px;
}
.navbar-inverse .navbar-nav>li>a {
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
}
.navbar-inverse .navbar-nav>li>a:hover {
	text-decoration: underline;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #2e92c7;
	text-decoration: underline;
	background: none;
}
.nav>li>a {
	padding: 10px 9px;
}
.navbar a.btn.btn-default.pull-right, .navbar .pull-right a.btn.btn-default {
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	background: transparent;
	border: none;
	box-shadow: none;
	font-weight: 600;
	padding: 10px 9px;
	text-shadow: none;
}
.navbar a.btn.btn-default.pull-right:hover, .navbar .pull-right a.btn.btn-default:hover {
	text-decoration: underline;
}
@media (max-width: 992px) {

	.nav>li>a { 
		padding: 11px 15px;
	}
	.navbar a.btn.btn-default.pull-right {
		padding: 10px 15px 10px 15px;
	}
    .faqs .h3 {
        padding-left: 18px !important;
    }
    .pricing.testimonials .photo {
        margin-top: 0 !important;
    }
    .top-dentists {
        min-height: 100px !important;
    }
    .panel.panel-default.col-md-8 {
        padding-right: 0 !important;
    }
}
ul.dropdown-menu.Tutorials a {
    width: 100%;
    text-align: right;
    font-size: 14px !important;
}
ul.dropdown-menu.Tutorials {
    background: #303030;
}
.primary {
    background: url(img/primary.jpg) #05669d center repeat;
    min-height: 615px;
    background-size: cover;
}
.primary h1 {
	font-size: 43px;
	line-height: 47px;
	letter-spacing: -1px;
	color: #ffffff;
	text-shadow: 1px 1px 3px #004b71;
	font-weight: 400;
	padding-top: 5px;
}
.primary p {
	font-size: 17px;
	line-height: 27px;
	color: #ccddec;
	font-weight: 300;
	max-width: 825px;
	margin: 0 auto;
}
.primary .col-sm-12 .video {
	max-width: 806px;
	max-height: 458px;
	margin: 0 auto;
	width: 100%;
	height: auto;
	border: 1px solid #fff;
	box-shadow: 0px 0px 2px #848484;
}
.primary .col-sm-12 .video-container2 .video {
	box-shadow: none;
}
.primary .col-sm-12 .video-container {
	padding: 4px;
	background: #f2f2f2;
	border-radius: 3px;
	max-width: 806px;
	max-height: 458px;
	margin: 25px auto -45px auto;
	width: 100%;
	height: auto;
}
.primary .col-sm-12 .video-container2 {
	padding: 4px;
	background: #f2f2f2;
	border-radius: 3px 3px 0 0;
	max-width: 708px;
	max-height: 428px;
	margin: 15px auto -45px auto;
	width: 100%;
	box-shadow: 1px 2px 9px #00496f;
	height: auto;
}
.bubble {
	background: url(img/bubble.png) 0 0 no-repeat;
	width: 217px;
	height: 219px;
	font-size: 22px;
	font-weight: 600;
	margin-right: 110px;
	line-height: 26px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	padding: 34px;
	text-shadow: 1px 1px 3px #004b71;
	right: 0;
	bottom: 0;
    left: 936px;
    top: 274px;
}
.col-md-3.pay-per-case.smile-serv .popular,
.col-md-3.pay-per-case.smile-serv .btn-box button,
.col-md-3.pay-per-case.smile-serv .btn-box a,
.col-md-3.pay-per-case.smile-serv .btn-box a:visited {
    background: #75d9ff;
}
.col-md-3.pay-per-case.smile-serv .btn-box button,
.col-md-3.pay-per-case.smile-serv .btn-box a,
.col-md-3.pay-per-case.smile-serv .btn-box a:visited {
    border: 1px solid #75d9ff;
}
.smile-service-text {
    font-size: 10px;
    text-align:center;
    min-height:225px;
}
.smile-service-text p.not-ready-commit {
    color: #47cdff;

}
.discover {
    background: #f2f2f2;
    border-radius: 15px;
    padding: 5px 10px 5px 10px;
    margin: 5px 0;
}
    .discover p {
        line-height: 14px;
        padding-bottom: 5px !important;
    }
@media (min-width: 450px) and (max-width: 1199px) {
    .bubble {
	display:none;
}
    .pricing-boxes .title span {
        white-space: normal !important;
    }
}
.cta.light-bg {
	background: url(img/light-bg.jpg) #e5e5e5 repeat;
	padding-top: 0;
	padding-bottom: 0;
	min-height: 395px;
}
.cta.light-bg .text p {
	color: #3f3f40;
	font-weight: 400;
}
.cta.light-bg .col-sm-6 p {
	color: #3f3f40;
}
.cta.light-bg .col-sm-6 p span {
	color: #3f3f40;
	font-weight: 600;
}
.cta {
	min-height: 445px;
	background: url(img/grey-bg.jpg) #1a1a1a repeat;
	padding-top: 70px;
	padding-bottom: 50px;
}
.cta .text {
	background: url(img/text.png) center no-repeat;
	max-width: 807px;
	min-height: 122px;
	margin: 25px auto 0px auto;
}
.cta .text p {
	font-size: 16px;
	color: #ffffff;
	font-weight: 300;
	letter-spacing: -0.5px;
	padding: 11px 40px;
	line-height: 25px;
    margin: 0px;
}

.cta .cosmeticSimulation p {
	font-size: 16px;
	color: #ffffff;
	font-weight: 300;
	letter-spacing: -0.5px;
	padding: 10px 40px;
	line-height: 25px;
}
.cta .btn-info {
	background-image: -webkit-linear-gradient(top, #00b6ea 0, #008adc 100%);
	background-image: -o-linear-gradient(top, #00b6ea 0, #008adc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00b6ea), to(#008adc));
	background-image: linear-gradient(to bottom, #00b6ea 0, #008adc 100%);
	border-color: transparent;
	outline: none;
	border: none;
	font-size: 23px;
	color: #ffffff;
	font-weight: 400;
	text-shadow: 1px 1px 3px #004b71;
	letter-spacing: -0.5px;
	padding: 20px 25px;
	border-radius: 8px;
}
.cta .btn-info:hover {
	background: #009de2
}
.cta .btn-success {
	background-image: -webkit-linear-gradient(top, #91c40d 0, #5ea108 100%);
	background-image: -o-linear-gradient(top, #91c40d 0, #5ea108 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#91c40d), to(#5ea108));
	background-image: linear-gradient(to bottom, #91c40d 0, #5ea108 100%);
	border-color: transparent;
	outline: none;
	border: none;
	font-size: 23px;
	color: #ffffff;
	font-weight: 400;
	text-shadow: 1px 1px 3px #004b71;
	letter-spacing: -0.5px;
	padding: 20px 25px;
	border-radius: 8px;
}
.cta .btn-success:hover {
	background: #73b00a;
}

.cta .btn-Gray {
	background-image: -webkit-linear-gradient(top, #e7e7e7 0, #555555 100%);
	background-image: -o-linear-gradient(top, #e7e7e7 0, #555555 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#555555));
	background-image: linear-gradient(to bottom, #e7e7e7 0, #555555 100%);
	border-color: transparent;
	outline: none;
	border: none;
	font-size: 19px;
	color: #ffffff;
	font-weight: 400;
	text-shadow: 1px 1px 3px #004b71;
	letter-spacing: -0.5px;
	padding: 10px 25px;
    margin: 10px 20px;
	border-radius: 8px;
}
.cta .btn-Gray:hover {
	background: DarkGray ;
}
button:active, button:focus {
	outline: none !important;
}
.cta .purchase-btns {
	max-width: 920px;
	margin: 20px auto 0 auto;
}
.cta .col-sm-6 p {
	font-size: 13px;
	color: #8d8d8d;
	width: 75%;
	margin: 5px auto 10px auto;
}
.cta .col-sm-6 p span {
	color: #ffffff;
}
.features {
	background: url(img/light-bg.jpg) #e5e5e5 repeat;
	padding: 20px 0 50px 0;
}
.features .fieldset {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #d1d2d3;
	height: 0;
	margin: 15px 0 0;
}
.features .fieldset .legend {
	border: medium none;
	color: #404041;
	font-size: 22px;
	letter-spacing: 2px;
	margin: -15px auto;
	max-width: 530px;
	padding: 0 40px;
	text-align: center;
	background: url(img/light-bg.jpg) #e5e5e5 repeat;
}
.features .row {
	padding-top: 45px;
}
.features h3 {
	font-size: 18px;
	color: #3f3f40;
	font-weight: 700;
}
.features .col-sm-2 {
	text-align: right;
}
.features img {
	margin: 12px 0 0 0px;
}
.features ul {
	margin: 0 0 0 15px;
}
.features ul li {
	margin: 7px 0;
}
.features a, .features a:visited {
	color: #0080b8;
	text-decoration: underline;
}
.features a:hover, .features a:visited:hover {
	color: #0080b8;
	text-decoration: none;
}
.pricing {
	background: url(img/light-bg.jpg) #e5e5e5 repeat;
	padding: 20px 0 50px 0;
}
.pricing .fieldset {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #d1d2d3;
	height: 0;
	margin: 15px 0 0;
}
.pricing .fieldset .legend {
	border: medium none;
	color: #404041;
	font-size: 22px;
	letter-spacing: 2px;
	margin: -15px auto;
	max-width: 200px;
	padding: 0 40px;
	text-align: center;
	background: url(img/light-bg.jpg) #e5e5e5 repeat;
}
.pricing .table-bordered, .jumbotron-content .table-bordered, .pricing-table {
	border: 1px solid #ddd;
	box-shadow: 1px 1px 5px #939393;
	background: #fff;
	margin: 30px 0 55px 0;
}
.pricing .table-bordered thead td, .jumbotron-content .table-bordered thead td, .pricing-table thead td {
	background: #2e92c7;
	font-size: 17px;
	color: #fff;
	border-color: #61b1dc;
	text-align: center;
    vertical-align: middle;
	font-weight: 700;
	line-height: 20px;
	padding: 20px 20px;
}
.pricing .table-bordered td, .jumbotron-content .table-bordered td, .pricing-table td {
	vertical-align: middle;
}
.jumbotron-content .table-bordered td, .pricing-table td {
	text-align: center;
}
.pricing .table-bordered td .btn-default, .pricing-table td .btn-default {
	text-shadow: none;
	padding-left: 25px;
	padding-right: 25px;
	background-image: -webkit-linear-gradient(top, #00b6ea 0, #008adc 100%);
	background-image: -o-linear-gradient(top, #00b6ea 0, #008adc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00b6ea), to(#008adc));
	background-image: linear-gradient(to bottom, #00b6ea 0, #008adc 100%);
	border-color: transparent;
	outline: none;
	border: none;
	color: #ffffff;
	font-weight: 400;
}
.pricing .table-bordered td .btn-default:hover, .pricing-table td .btn-default:hover {
	background: #009de2
}
.pricing-table td span.checkmark {
	font-size: 20px;
	color: #2e92c7;
}
.pricing h1 {
	font-weight: 300;
	font-size: 31px;
	color: #434344;
	max-width: 630px;
	margin: 25px auto
}
.pricing h2 {
	font-weight: 300;
	font-size: 31px;
	color: #434344;
}
.pricing p {
	font-size: 14px;
	color: #404041;
	margin: 25px auto;
}
@media (min-width: 992px) {
    .blx img {
        float: none;
        margin: 40px 0px 0px 0;
        width: auto;
        max-height: 34px;
        margin-top: 0 !important;
    }

    .client-package .blx {
        text-align: left;
        margin: 30px 0 50px 0;
        padding: 0px 0 0 5px;
    }
    .client-package .middle-section::before {
        content: '';
        position: absolute;
        display: block;
        height: 60%;
        top: 16%;
        left: 0%;
        width: 100%;
        border-left: 1px solid #b9b9b9;
        border-right: 1px solid #b9b9b9;
    }
	.pricing.price-box .col-md-2{
		width:23%;
	}
}
.wizard .pricing.price-box .col-md-2 ul li, .wizard .pricing.price-box .col-md-2 ul {
    display: list-item !important;
    list-style: inherit;
    list-style-type: disc;
}
.pricing.price-box .col-md-2{
	background: #ffffff;
	min-height: 200px;
	margin: 30px 1% 60px 1%;
	box-shadow: 1px 1px 5px #939393;
	padding: 0;
}
.pricing.price-box .col-md-2.awesome .head {
	background: #2e92c7;
	color: #fff;
}
.pricing.price-box .col-md-2 .offer{
    display: block;
	color: #2e92c7;
	font-size: 15px;
	position: absolute;
    margin: -24px 0 0px 0;
    width: 100%;
}
.pricing.price-box .col-md-2 .head{
	background: #eaeaea;
	font-size: 23px;
	color: #3f3f40;
	text-align: left;
	font-weight: 700;
	line-height: 20px;
	padding: 30px 20px 15px 30px;
    text-align: center;
}
.pricingPlanTable .head .PlanName {
    padding-bottom: 5px;
}
.pricing.price-box .col-md-2 .head span{
	font-size: 17px;
	font-weight: 300;
}
.pricing.price-box .col-md-2 .content{
	text-align: left;
	padding: 20px 20px 20px 30px;
}
.pricing.price-box .col-md-2 .content li b{
    margin: 0 8px;
}
.pricing.price-box .col-md-2 .content li b{
    padding-right: 5px;
}
.pricing.price-box .col-md-2 .content strong{
	font-size: 16px;
	font-weight: 600;
	color: #404041
}
.pricing.price-box .col-md-2 .content {
    width: 90%;
    margin: 0 auto;
}
.pricing.price-box .col-md-2 ul{
	margin: 0 0 20px 0;
}
.pricing.price-box .col-md-2 ul li{
	margin: 5px 0 5px 0
}
.pricing.price-box .col-md-2 ul li span{ 
	font-size:12px; 
	display:block;
	font-style:italic;
}
.pricing.price-box .col-md-2 .content ul li.feature{ 
	color:#2e92c7; 
}
.pricing .col-md-2 .content .btn-primary{
	width: 100%;
	background-image: -webkit-linear-gradient(top, #00b6ea 0, #008adc 100%);
	background-image: -o-linear-gradient(top, #00b6ea 0, #008adc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00b6ea), to(#008adc));
	background-image: linear-gradient(to bottom, #00b6ea 0, #008adc 100%);
	border-color: transparent;
	outline: none;
	border: none;
	color: #ffffff;
	font-weight: 400;
}
.pricing .col-md-2 .content .btn-primary:hover{
	background: #009de2
}
.pricingPlanTable .button {
    text-align: center;
}
.pricingPlanTable .button a {
    padding-left: 20px;
    padding-right: 20px;
    width: auto !important;
}
.marketing {
	min-height: 445px;
	background: url(img/grey-bg2.jpg) #444445 repeat;
	padding: 20px 0 50px 0;
}
.marketing .fieldset {
	border-bottom: 1px solid #4d4d4e;
	border-top: 1px solid #3c3c3d;
	height: 0;
	margin: 15px 0 0;
}
.marketing .fieldset .legend {
	border: medium none;
	color: #fff;
	font-size: 22px;
	letter-spacing: 2px;
	margin: -15px auto;
	max-width: 380px;
	padding: 0 40px;
	text-align: center;
	background: url(img/grey-bg2.jpg) #e5e5e5 repeat;
}
.marketing .row {
	padding-top: 45px;
}
.marketing .img-circle {
	border: 2px solid #fff;
	box-shadow: 1px 1px 5px #252525;
}
.marketing .row i {
	font-size: 18px;
	display: block;
	color: #b8b8b8;
	min-height: 145px;
	padding: 13px 60px;
}
.marketing .row h2 {
	font-size: 17px;
	color: #ffffff;
	font-weight: 700;
}
.marketing .row p {
	font-size: 13px;
	color: #ffffff;
	font-weight: 300;
	width: 265px;
	margin: 0 auto;
}
.marketing .row p i {
	font-size: 13px;
	display: inline;
	font-weight: 300;
	padding: 0;
	min-height: inherit;
	color: #fff;
}

@media (min-width: 450px) and (max-width: 1199px) {
.marketing .row i {
	min-height: inherit;
}
.marketing .img-circle {
	margin-top: 20px;
}
}
footer {
	background: url(img/grey-bg.jpg) #1a1a1a repeat;
	padding: 13px 0;
}
footer p {
	font-size: 13px;
	color: #ffffff;
	margin: 0;
}
footer p a, footer p a:visited {
	font-size: 15px;
	color: #00a6d6;
	text-decoration: underline;
	padding: 0 4px;
	display: inline-block;
}
footer p a:hover, footer p a:visited:hover {
	color: #00a6d6;
	text-decoration: none;
}
footer p.social {
    padding: 15px 0;
}
footer p.social a {
    padding: 5px 8px;
    display: inline-block;
}
footer .row {
	margin: 15px 0;
	color: #fff;
    z-index:1;
    position: relative;
}
.login-form {
	padding-bottom: 15px;
}
.login-form h2 {
	padding: 10% 0 2% 0;
}
.login-form.signup form {
	max-width: 710px;
	margin: 0 auto;
}
.login-form form {
	max-width: 350px;
	margin: 0 auto;
}
.login-form a {
	color: #0080b8
}
.login-form .btn-primary {
	background-image: -webkit-linear-gradient(top, #00b6ea 0, #008adc 100%);
	background-image: -o-linear-gradient(top, #00b6ea 0, #008adc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00b6ea), to(#008adc));
	background-image: linear-gradient(to bottom, #00b6ea 0, #008adc 100%);
	border-color: transparent;
	outline: none;
	border: none;
	color: #ffffff;
	font-weight: 400;
}
.login-form .btn-primary:hover, .login-form .btn-primary:active, .login-form .btn-primary:focus {
	background: #009de2
}
#Password-error, #UserName-error, #Email-error, #Name_FirstName-error, #Name_LastName-error, #Company-error, #Address_Street-error, #Address_City-error, #Address_StateCode-error, #Address_Zip-error, #Phone-error, #DentalAnswer-error, #Terms-error, .validation-summary-errors ul li, .field-validation-error {
	color: red;
}
.validation-summary-errors ul {
    list-style-type: none;
}
.bootstrap-datetimepicker-widget table td.day, .bootstrap-datetimepicker-widget table thead tr:first-child th {
	color: black;
}
.jumbotron-content .btn-default, #purchase-form .btn-default {
	text-shadow: none;
	padding-left: 25px;
	padding-right: 25px;
	background-image: -webkit-linear-gradient(top, #00b6ea 0, #008adc 100%);
	background-image: -o-linear-gradient(top, #00b6ea 0, #008adc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00b6ea), to(#008adc));
	background-image: linear-gradient(to bottom, #00b6ea 0, #008adc 100%);
	border-color: transparent;
	outline: none;
	border: none;
	color: #ffffff;
	font-weight: 400;
}
.jumbotron-content .btn-default:hover, .jumbotron-content .btn-default:active, .jumbotron-content .btn-default:focus, .jumbotron-content .btn-default:visited, #purchase-form .btn-default:hover, #purchase-form .btn-default:active, #purchase-form .btn-default:focus, #purchase-form .btn-default:visited {
	background-color: #009de2 !important;
	background-image: none !important;
	background-position: 0 0 !important;
	background-repeat: no-repeat !important;
}
.jumbotron-content .btn-primary, #purchase-form .btn-primary {
	text-shadow: none;
	padding-left: 25px;
	padding-right: 25px;
	background-image: -webkit-linear-gradient(top, #91c40d 0, #5ea108 100%);
	background-image: -o-linear-gradient(top, #91c40d 0, #5ea108 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#91c40d), to(#5ea108));
	background-image: linear-gradient(to bottom, #91c40d 0, #5ea108 100%);
	border-color: transparent;
	outline: none;
	border: none;
	color: #ffffff;
	font-weight: 400;
}
.jumbotron-content .btn-primary:hover, .jumbotron-content .btn-primary:active, .jumbotron-content .btn-primary:focus, #purchase-form .btn-primary:hover, #purchase-form .btn-primary:active, #purchase-form .btn-primary:focus {
	background-color: #73b00a !important;
	background-image: none !important;
	background-position: 0 0 !important;
	background-repeat: no-repeat !important;
}
#purchase-form {
	text-align: left;
	min-height: 570px;
}
label.control-label.col2 {
	padding-top: 0;
	line-height: 17px;
}
.jumbotron-content.account-info .col-md-2:not(:first-child), .jumbotron-content.account-info .col-md-4:not(:first-child), .jumbotron-content.account-info .col-md-5:not(:first-child) {
    padding-right: 0;
}
.jumbotron-content.account-info .col-md-7:first-child, .jumbotron-content.account-info .col-md-8:first-child, .jumbotron-content.account-info .col-md-10:first-child {
    padding-left: 0;
}
.jumbotron-content .dl-horizontal dt {
	text-align: left;
	font-weight: normal;
}
.jumbotron-content .dl-horizontal dd {
    color: #868686;
}
.jumbotron-content dd, .jumbotron-content dt {
	line-height: 25px;
}
.jumbotron-content dl {
	margin-bottom: 0;
}
.light-gray {
    color: #868686;
}

@media (min-width: 768px) {
.jumbotron-content .dl-horizontal dt {
	width: 235px;
}
}
.jumbotron-content thead td a {
	color: #2f84c6;
}
.jumbotron-content h3{
    margin-bottom: 30px;
}
.btnLink.disabled{
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}
.form-control.firstname.disabled, .form-control.lastname.disabled {
	pointer-events: none;
	cursor: not-allowed;
	-webkit-box-shadow: none;
	box-shadow: none;
    background-color: #efefef;
}
.confirm dl {
	margin: 0 auto;
	width: 388px;
}
.confirm dd, .confirm dt {
	line-height: 24px;
}
.confirm dd {
	text-align: left;
}
.confirm .btn {
	margin: 0 10px;
}
.pricing-table .info span.PlansHeader {
	color: #2e92c7;
}
.current-logo img {
    display: block;
    padding: 20px;
    margin: 10px 0 20px 0;
    height: auto;
    max-width: 350px;
    max-height: 230px;
    border: 1px dashed grey;
}
.new-logo img {
	display: block;
	padding: 20px;
	margin: 10px 0 20px 0;
	height: auto;
    max-width: 350px;
    max-height: 230px;
}
.file-input-name {
	display:none;
}
input.btn.btn-success.submit {
    margin-left: 16px;
	background-image: -webkit-linear-gradient(top, #91c40d 0, #5ea108 100%);
	background-image: -o-linear-gradient(top, #91c40d 0, #5ea108 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#91c40d), to(#5ea108));
	background-image: linear-gradient(to bottom, #91c40d 0, #5ea108 100%);
	border-color: transparent;
	border:none;
}
input.btn.btn-success.submit:hover, input.btn.btn-success.submit:focus, input.btn.btn-success.submit:active {
	background: #73b00a;
}
/* footer down */
* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  display: table;
  height: 100%;
  width:100%;
}
.login-wrapper {
  display: table-row;
  height: 100%;
}

.tooltip-wrapper {
  display: inline-block; /* display: block works as well */
}
.tooltip-wrapper img {
    width: 20px;
    height: 20px;
}
.tooltip-wrapper-block {
    display: block;
}
.tooltip-wrapper .btn[disabled],
.tooltip-wrapper-block .btn[disabled],
.tooltip-wrapper-block button[disabled] {
    /* don't let button block mouse events from reaching wrapper */
    pointer-events: none;
}


p#confirm-card-type, p#confirm-card-number, p#confirm-name, p#confirm-exp-date, p#confirm-amount, p.form-control-static {
    min-height: initial;
    height: initial;
    padding: 0;
    margin: 7px 7px;
	font-size:14px;
}
.form-group.now-next {
    padding-left: 15px;
}
p#confirm-firstname, p#confirm-lastname, p#confirm-email, p#confirm-username, p#confirm-pass {
    font-size: 14px;
    margin-bottom: 0;
}
.admin .container p {
	clear:both;
}
.admin .container p.alert.alert-danger {
	float:left;
}
@media (min-width: 768px) {
.dl-horizontal dd {
    margin-left: 235px;
    margin-bottom: 10px;
}
}
.jumbotron .jumbotron-content .form-control,
.Purchase .form-control{
    width: 330px;
}
.jumbotron .jumbotron-content div[data-step=fees] .form-control {
    width: 370px;
}

.jumbotron .jumbotron-content .settings .form-control {
    width: 500px;
}

.jumbotron .jumbotron-content .form-control.exp-month,
.jumbotron .jumbotron-content .form-control.exp-year,
.Purchase .form-control.exp-month,
.Purchase .form-control.exp-year {
    width: auto;
}

.jumbotron .jumbotron-content .form-control#CardInfo_Cvv,
.Purchase .form-control#CardInfo_Cvv
{
    width: 63px;
}
.form-control.promo-code {
    display: inline-block;
    margin-right: 12px;
}

.videos .video-title {
    text-align: center;
    padding-top: 17px;
    padding-bottom: 20px;
    font-size: 22px;
}
.videos video {
    width: 1098px;
}

.SecondVideoDescription h1 {
    padding-top: 56px;
    margin-top: 70px;
}
.SecondVideoDescription h2 {
    color: #ffffff;
    margin: 0px 20px 20px 20px;
}
.primary.tour {
    height: 1250px;
    background-image: url(img/primaryBig.jpg);
    background-color: #05669d;
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
}
.ChangePayPeriod .form-group .col-md-3.radio,
.ChangePlan .form-group .col-md-3.radio,
.Purchase .form-group .col-md-3.radio{
    padding-top: 0px; 
}
/* modal */
#contactModal .modal-backdrop.in {
    filter: alpha(opacity=80);
    opacity: .8;
}
#contactModal .modal-backdrop {
    background-color: #017cbc;
}
#contactModal .modal-lg .modal-content {
    background: url(img/modalBg.jpg) repeat;
}
@media (min-width: 768px) {
    #contactModal .modal-lg {
        margin-top: 170px;
    }
}
@media (max-width: 991px) {
    #contactModal .modal-lg .modal-body {
        padding-left: 30px !important;
    }
    .pricing.price-box .col-md-2 .offer {
        position: absolute;
        margin: -30px 0 0 0;
        width:100%;
        text-align:center;
    }
    .panel-heading .accordion-toggle::after {
        position: absolute;
        right: -4%;
        top: 50%;
        margin-top: -6px;
    }
    .panel.panel-default.col-md-8 {
        width: 95%;
    }
}
#contactModal .modal-dialog .close {
    margin: -10px -6px;
}
#contactModal .modal-dialog .close:hover {
        opacity: 0.8
    }
#contactModal .modal-header {
    border: none;
    background: url(img/headerBg.jpg) center center no-repeat;
}
#contactModal .modal-header h4 {
        font-size: 21px;
        color: #fff;
        letter-spacing: 2px;
        margin: 5px 0;
        text-align: center;
    }
#contactModal .modal-lg .modal-body {
    position: relative;
    padding: 15px 30px 25px 80px;
}
#contactModal .modal-lg .form-control {
    font-size: 13px;
    margin-bottom: 20px;
    border-radius: 3px;
}
#contactModal .modal-lg select.form-control {
    color: #9f9c99;
}
#contactModal .modal-lg textarea.form-control {
    height: 180px;
    width: 100% !important;
    resize: none;
}
#contactModal .modal-lg .btn-primary {
    background-image: -webkit-linear-gradient(top, #00b6ea 0, #008adc 100%);
    background-image: -o-linear-gradient(top, #00b6ea 0, #008adc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00b6ea), to(#008adc));
    background-image: linear-gradient(to bottom, #00b6ea 0, #008adc 100%);
    border: 1px solid #009de2;
    color: #ffffff;
    font-weight: 400;
    text-shadow: 1px 1px 3px #004b71;
    background-position: 0 0;
}
#contactModal .modal-lg .modal-body .col-md-6 h3 {
    color: #848484;
    font-size: 18px;
    margin-left: 25px;
}
#contactModal .modal-lg .modal-body .col-md-6 p {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    margin-left: 35px;
}
    #contactModal .modal-lg .modal-body .col-md-6 p a, .modal-lg .modal-body .col-md-6 p a:visited {
        color: #009de2;
        text-decoration: underline;
    }
    #contactModal .modal-lg .modal-body .col-md-6 p a:hover, .modal-lg .modal-body .col-md-6 p a:visited:hover {
        color: #009de2;
        text-decoration: none;
    }
    #contactModal .modal-lg .modal-body .col-md-6 p strong {
        font-size: 21px;
        letter-spacing: 2px;
    }
#contactModal .modal-lg .modal-body p.social a {
    padding: 0 5px;
    display: inline-block;
}

body.admin footer .container {
	padding-bottom:0px; 
}
.AuthorizeNetSeal.col-sm-2 {
    margin-top: 25px;
}
@media (max-width: 768px) {
    .trouble {
        clear: both;
        margin-left: 0;
        margin-top: 60px;
    }
    .navbar-collapse {
            position:absolute;
            right:15px;
    }
    .navbar-collapse.pull-right {
        float: none !important;
    }
    .navbar-collapse a.pull-right{
        float: none !important;
        padding-left: 7px !important;
        padding-top: 0 !important;
        padding-bottom: 15px !important;
        display: block;
    }
     .navbar-collapse .dropdown-menu.Tutorials a.pull-right {
        padding-left:15px !important;
    }
    .navbar .btn.btn-default.dropdown-toggle.Tutorials {
            padding: 5px 15px 5px 0px;
    }
    .admin .navbar-collapse a.pull-right {
        display: block;
        width: 100%;
        box-shadow: none !important;
        border: none !important;
        margin-left: -15px;
        padding-left: 25px !important;
    }
    .navbar-collapse.in {
        overflow-y: inherit;
        display: flex;
        flex-flow: wrap;
        width: 140px;
        padding-bottom: 5px;
    }
    .navbar-collapse.in a:nth-child(2) {
    }
    .navbar .pull-right a.btn.btn-default.sign-up {
        display: block;
    }
    .navbar-nav {
        margin: 7.5px -15px 9px -7px;
    }
    .admin a.btn.btn-default.dropdown-toggle.Tutorials {
        border: none;
        box-shadow: none;
        padding: 0px 0 12px 10px;
    }
    nav.navbar .dropdown.pull-right {
        float: none !important;
        margin:-5px 0 7px 7px;
    }
    .admin.navbar-default .navbar-nav > li > a {
        box-shadow:none !important
    }
    .navbar-collapse {
    background: url(img/header.jpg) #151515 center repeat;
}
    .AuthorizeNetSeal.col-sm-2 {
	    width:100%;
    }
    a#AuthorizeNetText {
        display: block;
    }
}
.RegularUserHome .jumbotron-content h4 {
    padding-top: 30px;
    padding-bottom: 10px;
}
.html5gallery .html5gallery-elem-img-0 a div,
.html5gallery-fullscreen-0 .html5gallery-elem-img-0 a div{
    display: none !important;
    visibility: hidden !important;
    color: #fff !important;
}
.primary.simulations {
    height: 710px;
    background-image: url(img/primaryBig.jpg);
    background-color: #05669d;
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
}
.simulations .container {
    width: 854px;
}
.simulations .container .col-sm-12 {
    padding-bottom: 20px;
}

.simulations .container h1 {
    margin-bottom: 18px;
}
.form-group.information {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.form-group.information .control-label {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
.jumbotron.Accounts .DeleteTd {
    width: 20px; 
    padding-right: 5px; 
    padding-left: 0;
}
.jumbotron.Accounts .DeleteTd .DeleteButton,
.jumbotron.Accounts .DeleteTd .EditButton,
.jumbotron.Accounts .DeleteTd .StatsButton {
    display: inline-block;
    font-size: 0;
    line-height: 30px;
    width: 20px;
    height: 20px;
}
.jumbotron.Accounts .DeleteTd .DeleteButton {
    background: url(../Content/img/delete.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
.jumbotron.Accounts .DeleteTd .EditButton {
    background: url(../Content/img/edit.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
.jumbotron.Accounts .DeleteTd .StatsButton {
    background: url(../Content/img/stats.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
}
.table-bordered > tbody > tr > td.edit-note {
    width: 28px;
    border-left-width: 0;
    padding-left: 0;
}
.table-bordered > tbody > tr > td.order-note {
    border-right-width: 0;
}
    td.edit-note a {
        display: inline-block;
        font-size: 0;
        width: 20px;
        height: 20px;
        background: url(../Content/img/icon-edit.png);
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position-y: center;
    }
.jumbotron.Accounts .RegularPaidLabel {
    font-size: 14px;
    color: green;
    font-weight: bold;
    width: 220px;
    padding-left: 40px;
    display: inline-block;
}
.RegularPaidLabel .collapse.in {
    display: inline-block;
}

@media (max-width: 1199px) {
    .navbar-inverse .navbar-nav > li > a, .navbar a.btn.btn-default.pull-right, .navbar .pull-right a.btn.btn-default {
        padding: 11px 12px;
        font-size: 16px;
    }
        .navbar .pull-right a.btn.btn-default.sign-up {
            margin-left: 12px !important;
        }
    .pricing.price-box .col-md-2 .content {
        width: 95%;
        margin:0 auto
    }
    .pricing.price-box .col-md-2 .head {
        font-size: 18px;
    }
}
@media (max-width: 992px) {
    .navbar-inverse .navbar-nav > li > a, .navbar a.btn.btn-default.pull-right, .navbar .pull-right a.btn.btn-default {
        padding: 11px 7px;
        font-size: 13px;
    }
        .navbar .pull-right a.btn.btn-default.sign-up {
            margin-left: 7px !important;
            padding: 8px !important;
        }
    .admin.navbar-default .navbar-nav > li > a, .admin .navbar a.btn.btn-default.pull-right, .admin .navbar .pull-right a.btn.btn-default {
        padding: 7px 15px;
        font-size: 13px;
    }
    .pricing.price-box .col-md-2 .content{
         width: 45%;
         margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .navbar-inverse .navbar-nav > li > a {
        padding: 6px 15px;
    }
    a.btn.btn-default.pull-right:nth-last-of-type(3) {
        order: 1;
        bottom: -5px;
    }
    .navbar a.btn.btn-default.pull-right, .navbar .pull-right a.btn.btn-default {
    }
    .admin.navbar-default .navbar-nav > li > a, .admin .navbar a.btn.btn-default.pull-right {
        padding: 7px 17px;
    }
    .admin .navbar .pull-right a.btn.btn-default {
        padding: 7px 25px 7px 3px;
    }
    .pricing.price-box .col-md-2 .content {
        width: 60%;
        margin: 0 auto;
    }
}
@media (max-width: 600px) {
        .pricing.price-box .col-md-2 .content {
        width: 75%;
        margin: 0 auto;
    }
}
.DivIsRoleOfficeAdmin {
    
}
.IsRoleOfficeAdminLabel1 {
    margin-right: 60px;
}

/*signup form fixes*/
.form-horizontal .control-label[for=IsRoleOfficeAdmin] {
    padding-top: 0;
}
.DivIsRoleOfficeAdmin label{
    vertical-align:top;
}
.DivIsRoleOfficeAdmin div {
    display:inline-block;
}
.DivIsRoleOfficeAdmin .tooltip-wrapper {
    position:absolute;
    margin-left:120px;
}
.tooltip-wrapper.col-md-1 {
    margin:6px 0 0 -27px;
}
.tooltip {
    background: transparent !important;
}
.tooltip-inner {
    width: max-content;
    max-width: 300px;
}
.tooltip-wide + .tooltip > .tooltip-inner {
    max-width: 450px;
}
.tooltip-wide.tooltip-inner {
    max-width: 450px;
}

/* mobile fixes */
.jumbotron-content a.btn.btn-default.pull-right.payment-history {
    position: relative;
    z-index: 1;
}
.admin ul.dropdown-menu.Tutorials li {
    margin-left: 10px;
}
.manage-users-title {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
.manage-users-icon {
    display: inline-block;
}
.btn.btn-primary.SuccessRegistrationDone{
    margin-right: 30px;
    width: 112px;
}
.btn.btn-primary.SuccessRegistrationSignUp{
    width: 112px;
}

/* support resources accordion */
.support-resources.green {
    border: 2px solid #5ea108;
    margin-bottom: -25px;
}
    .support-resources.green button.accordion p {
        width: 50%;
        display: inline-block;
        padding: 10px 0 0px 0;
    }
    .support-resources.green button.accordion {
        background-color: #91c40d;
    }
        .support-resources.green button.accordion:hover {
            background-color: #a1d717;
        }
        .support-resources.green button.accordion.active {
            background-color: #91c40d;
        }
    .support-resources.green div.panel {
        border: 1px solid #5ea108;
        border-top: 0;
    }

.support-resources div.panel a.btn-primary, .support-resources div.panel a.btn-primary:visited {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}
    .support-resources div.panel a.btn-primary:hover, .support-resources div.panel a.btn-primary:visited:hover {
        color: #fff;
        text-decoration: none;
        font-weight: normal;
    }
.support-resources.green div.panel .panel-group .panel {
    max-height: none;
    border: none;
    background: transparent;
    background-color: transparent;
    padding-left:0;
}
.support-resources.green div.panel .panel-group {
    padding-top: 15px;
    margin-bottom: 5px;
}
    .support-resources.green div.panel .panel-group .panel-heading .accordion-toggle:after {
        float: none;
        position: relative !important;
    }
    .support-resources.green div.panel .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: 0;
    }
.contact-help {
    float: right;
}

.store-link{
    float: left;
    height: 60px;
    width: 200px;
    margin-right: 20px;
}

.mobile-trouble-installing {
    float: right;
}

.mobile-trouble-installing span:first-child{
    margin-right: 10px;
}

@media (max-width: 991px) {
    .store-link {
        float: none;
        display: block;
        margin-bottom: 10px;
    }

    .mobile-trouble-installing {
        float: none;
        display: block;
        margin-top: 20px;
    }
    .contact-help {
        float: none;
        display: block;
        margin: 0 auto 10px auto;
    }
    .support-resources.green div.panel .panel-group ul {
        width: 88% !important;
    }
    .plus {
        margin-top: 0 !important;
    }
}
#Scr_error_message .modal-dialog, #Scr_computer_properties .modal-dialog {
    width: auto !important;
    max-width: 980px;
}
.support-resources.green .col-md-2, .support-resources.green .col-md-5 {
    text-align: center;
}
.support-resources.green div.panel .panel-group .panel .col-md-5 a, .support-resources.green div.panel .panel-group .panel .col-md-6 a {
    color: #00ace7;
    text-decoration: underline;
    font-weight: 600;
}
    .support-resources.green div.panel .panel-group .panel .col-md-5 a:hover, .support-resources.green div.panel .panel-group .panel .col-md-6 a:hover {
        color: #00ace7;
        text-decoration: none;
        font-weight: 600;
    }
.img-tech a img {
    border: 2px solid #000;
}
.img-tech img {
    max-width: 100%;
    margin-top: 10px;
}
.img-keyb img {
    max-width: 100%;
}
.plus {
    color: #2a78e4;
    font-size: 60px;
    vertical-align: middle;
    font-weight: bold;
    text-align: center;
    margin-top: 90%;
    display: block;
} 
.support-resources.green div.panel .panel-group ul {
    width: 69%;
    margin-left: 50px;
}
.support-resources.green div.panel .panel-group .panel ul li {
    margin-top: 2px;
    margin-bottom: 2px;
}
.support-resources.green div.panel .panel-group .panel ul li a {
    color: #00ace7;
    text-decoration: underline;
    font-weight: 600;
}
        .support-resources.green div.panel .panel-group .panel ul li a:hover {
            color: #00ace7;
            text-decoration: none;
            font-weight: 600;
        }
    .support-resources.green div.panel .panel-group .panel-default > .panel-heading {
        background-image: none;
        background-color: transparent;
        padding: 5px 0px;
        border: 0;
    }
    .support-resources.green div.panel .panel-group .panel a {
        text-decoration: none;
        color:#000;
    }
    .support-resources.green div.panel .panel-group .panel a:hover {
    }

    
    .support-resources {
        clear: both;
        border: 2px solid #2d88c9;
        border-radius: 3px;
        margin: 45px 0 -15px 0;
    }

.support-resources button.accordion {
    background-color: #00ace7;
    color: #FFF;
    cursor: pointer;
    padding: 12px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    line-height: 20px;
    transition: 0.4s;
    font-weight: 600;
}
    .support-resources button.accordion span {
        font-size: 13px;
        font-style: italic;
        font-weight: 300;
    }
.support-resources button.accordion:hover {
    background-color: #3ec6f5;
}
.support-resources button.accordion.active {
    background-color: #00ace7;
}

.support-resources button.accordion:after {
    content: 'Expand';
    color: #fff;
    font-weight: 600;
    float: right;
    margin: -9px 0 0 0;
}

.support-resources button.accordion.active:after {
    content: "Collapse";
}

    .support-resources div.panel {
        padding: 0 18px;
        background-color: #f6f6f6;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        border: 1px solid #2d88c9;
        border-top: none;
        box-shadow: none;
        border-radius: 0;
        margin-bottom: 0px;
    }
    .support-resources div.panel p {
        padding:10px 0;
        margin: 5px 0 -5px 0;
    }
    .support-resources div.panel a, .support-resources div.panel a:visited {
        color:#00ace7;
        text-decoration: underline; 
        font-weight: 600;
    }
    .support-resources div.panel a:hover, .support-resources div.panel a:visited:hover {
        color:#00ace7;
        text-decoration: none; 
        font-weight: 600;
    }
    .support-resources div.panel p.schedule a {
        margin-right: 30px; 
    }
    .support-resources div.panel div.need-more-help {
        background: #e7e7e7;
        font-size: 13px;
        padding: 8px 10px;
        margin: 10px -10px 10px -10px;
        font-style: italic;
        line-height: 16px;
    }
        .support-resources div.panel div.need-more-help p {
            margin: 0;
            padding: 0 0 3px 0;
        }
@media (max-width: 768px) {
.support-resources button.accordion:after {
    content: '\002B';
    font-size: 35px;
    margin-top:-5px;
}
.support-resources button.accordion.active:after {
    content: "\2212";
    font-size: 35px;
    margin-top:-5px;
}
.support-resources button.accordion span {
    width: 340px;
    display: inline-block;
    line-height: 15px;
    margin-top: 3px;
}
    .support-resources div.panel {
        font-size: 13px;
    }
    .support-resources div.panel p.schedule a {
        display: block;
    }
}
.support-resources div.panel a.btn.btn-default {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    margin-left: 7px;
    padding: 2px 13px;
}
.support-resources .glyphicon-usd {
    background: #4e4d4b;
    border-radius: 50px;
    color: #fff;
    padding: 4px;
    font-size: 10px;
}
.support-resources div.panel div.main-block {
    background: #e7e7e7;
    font-size: 14px;
    padding: 8px 10px;
    margin: 10px -10px 10px -10px;
    font-style: normal;
    line-height: inherit;
}
.trouble {
    margin-top: 1px;
    margin-left: 212px;
    font-weight: 600;
    line-height: 21px;
    margin-bottom: -5px;
}
hr.trouble-hr {
    clear: both;
    color: #000;
    margin-top: 32px;
    margin-bottom: -20px;
}
.trouble a, .trouble a:visited {
    color: #00ace7;
    text-decoration: underline;
    font-weight: 600;
}

    .trouble a:hover, .trouble a:visited:hover {
        color: #00ace7;
        text-decoration: none;
        font-weight: 600;
    }
.expiration {
    padding: 0 15px 0 0;
}
.expiration-red {
    padding: 0 15px 0 0;
    color: darkred;
}
.expiration-red .light-gray {
    color: #dd0000;
}
@media (min-width: 1199px) {
    .pd {
        padding-left: 50px;
    }
}
    .CustomButton, .CustomButton:hover, .CustomButton:visited, .CustomButton:visited:hover {
        -webkit-font-smoothing: subpixel-antialiased;
        -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
        transition: border .25s linear, color .25s linear, background-color .25s linear;
        border: 1px solid #fff;
        white-space: nowrap;
        background: transparent;
        font-size: 19px;
        color: #ffffff;
        font-weight: 400;
        letter-spacing: -0.5px;
        padding: 10px 25px;
        margin: 30px 20px 10px 20px;
        border-radius: 8px;
    }

    /* schedule demo page */
    .schedule-demo {
        margin: 8% auto 3% auto;
    }

        .schedule-demo h1 {
        }

        .schedule-demo p {
            font-size: 18px;
            color: #93979d;
            max-width: 860px;
        }

        .schedule-demo .btn-group {
            margin-top: 5%;
            margin-bottom: 10%;
        }

            .schedule-demo .btn-group a, .schedule-demo .btn-group a:visited {
                display: table-cell;
                background: #86c230;
                width: 300px;
                height: 75px;
                border-radius: 5px;
                color: #f5f5f5;
                font-size: 22px;
                text-align: center;
                vertical-align: middle;
                line-height: 17px;
                text-shadow: 1px 1px 3px #518013;
            }

                .schedule-demo .btn-group a:hover, .schedule-demo .btn-group a:visited:hover {
                    opacity: 0.9;
                    text-decoration: none;
                }

                .schedule-demo .btn-group a span {
                    text-transform: uppercase;
                    font-size: 15px;
                    line-height: 22px;
                }

            .schedule-demo .btn-group .pull-left {
                margin: 0 30px;
            }

            .schedule-demo .btn-group .pull-right {
                margin: 0 30px;
            }

            .schedule-demo .btn-group .pull-left a img {
                float: left;
                margin: 0 -25px 0 25px;
            }

    @media (max-width: 768px) {
        .schedule-demo .btn-group .pull-left, .schedule-demo .btn-group .pull-right {
            float: none !important;
            margin-bottom: 40px;
        }

        .schedule-demo .btn-group a, .schedule-demo .btn-group a:visited {
            width: 100%;
            min-width: 300px;
        }
    }

    .schedule-demo .form-check-label {
        font-weight: normal;
        font-size: 16px;
        opacity: 0.9;
    }

    .schedule-demo .btn-single {
        margin-top: 10px;
        background: none;
    }

        .schedule-demo .btn-single a {
            font-size: 12px;
            font-weight: 500;
            color: #f5f5f5;
            text-transform: uppercase;
            background: #6e6e6e;
            padding: 8px 23px;
        }
            .schedule-demo .btn-single a.disabled {
                background: #aaa;
            }
            .schedule-demo .btn-single button:disabled:hover {
                color: #f5f5f5;
                text-transform: uppercase;
                background: #aaa;
            }
    /*sign up btn*/
    .navbar .pull-right a.btn.btn-default.sign-up {
        background-image: -webkit-linear-gradient(top, #00b6ea 0, #008adc 100%);
        background-image: -o-linear-gradient(top, #00b6ea 0, #008adc 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#00b6ea), to(#008adc));
        background-image: linear-gradient(to bottom, #00b6ea 0, #008adc 100%);
        border-color: transparent;
        outline: none;
        border: none;
        border-radius: 7px;
        margin-left: 25px;
    }

        .navbar .pull-right a.btn.btn-default.sign-up:hover {
            background: #009de2;
            text-decoration: none;
        }

    h4.br {
        margin-bottom: 25px;
    }

    .last {
        margin-bottom: 45px;
    }

    .note {
        margin: 10px 0 20px 0;
        font-size: 16px;
    }

.plan-note {
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
}


    /* new pricing */
  
    .head {
        background: #0d6c99; /* Old browsers */
        background: -moz-linear-gradient(top, #0d6c99 0%, #07608c 48%, #01547e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #0d6c99 0%,#07608c 48%,#01547e 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #0d6c99 0%,#07608c 48%,#01547e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d6c99', endColorstr='#01547e',GradientType=0 ); /* IE6-9 */
        font-size: 20px;
        color: #ffffff;
        font-weight: 600;
        border-bottom: 2px solid #69caf3;
        letter-spacing: 3px;
        text-align: center;
        padding: 13px 0 7px 0;
    }

    .btm {
        background: #2eb0e3; /* Old browsers */
        background: -moz-linear-gradient(top, #2eb0e3 0%, #1985b4 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #2eb0e3 0%,#1985b4 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #2eb0e3 0%,#1985b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2eb0e3', endColorstr='#1985b4',GradientType=0 ); /* IE6-9 */
        height: 48px;
    }



    .light {
        background: #71cdf4; /* Old browsers */
        background: -moz-linear-gradient(-45deg, #71cdf4 0%, #88d5f6 48%, #53c2f0 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, #71cdf4 0%,#88d5f6 48%,#53c2f0 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, #71cdf4 0%,#88d5f6 48%,#53c2f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71cdf4', endColorstr='#53c2f0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }

   
    .anchor {
        margin-bottom: 0;
    }

        .anchor a, .anchor a:visited {
            font-size: 18px;
            color: #fff;
            background: #008ec6;
            -webkit-border-top-right-radius: 20px;
            -webkit-border-bottom-left-radius: 20px;
            -moz-border-radius-topright: 20px;
            -moz-border-radius-bottomleft: 20px;
            border-top-right-radius: 20px;
            border-bottom-left-radius: 20px;
            width: 65%;
            margin: 0 auto;
            display: block;
            padding: 8px 0 6px 0;
            border: 2px solid #58b9df;
            -moz-box-shadow: inset 0px 2px 1px #001634;
            -webkit-box-shadow: inset 0px 2px 1px #001634;
            box-shadow: inset 0px 2px 1px #001634;
            border-top: 0px;
        }

            .anchor a:hover, .anchor a:visited:hover {
                text-decoration: none;
                opacity: 0.8;
            }

    .include {
        display: block;
        font-weight: bold;
        margin-bottom: -34px;
    }

    .save {
        display: block;
        font-size: 12px;
        font-weight: bold;
        margin: -9px 0 -8px 0;
    }


    span.features {
        display: block;
        padding: 8px 0;
        background: none;
    }

    .compare-box {
        background: #efeeed; /* Old browsers */
        background: -moz-linear-gradient(left, #efeeed 1%, #ffffff 48%, #efeeed 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #efeeed 1%,#ffffff 48%,#efeeed 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #efeeed 1%,#ffffff 48%,#efeeed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efeeed', endColorstr='#efeeed',GradientType=1 ); /* IE6-9 */
        margin-top: 90px;
        margin-bottom: 30px;
    }

        .compare-box div {
            display: table;
            width: 100%;
            height: 35px;
        }

            .compare-box div .inner {
                display: table-cell;
                width: 100%;
                vertical-align: middle;
                line-height: 13px;
                font-size: 12px;
            }

            .compare-box div.white {
                background: #fff;
            }

            .compare-box div.blue {
                font-family: 'nexa_boldregular';
                background: #004567; /* Old browsers */
                background: -moz-linear-gradient(left, #004567 1%, #0091ca 49%, #004567 100%); /* FF3.6-15 */
                background: -webkit-linear-gradient(left, #004567 1%,#0091ca 49%,#004567 100%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to right, #004567 1%,#0091ca 49%,#004567 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004567', endColorstr='#004567',GradientType=1 ); /* IE6-9 */
                color: #fff;
            }

                .compare-box div.blue .inner {
                    font-size: 18px;
                }

        .compare-box .title-box {
            width: 70%;
            position: absolute;
            left: 14%;
        }

    .blue.first {
        padding-top: 35px;
    }

    .comparing .col-md-3 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .title-box.premium {
        background: #01547f;
        background: -moz-linear-gradient(-45deg, #01547f 0%, #2aa6d9 48%, #01547f 100%);
        background: -webkit-linear-gradient(-45deg, #01547f 0%,#2aa6d9 48%,#01547f 100%);
        background: linear-gradient(135deg, #01547f 0%,#2aa6d9 48%,#01547f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01547f', endColorstr='#01547f',GradientType=1 );
        padding: 23px 0;
    }

    .title-box.consult-pro {
        padding: 23px 0;
    }

    .title-box.practice {
        padding: 23px 0;
        background: #71cdf4;
        background: -moz-linear-gradient(-45deg, #71cdf4 0%, #88d5f6 48%, #53c2f0 100%);
        background: -webkit-linear-gradient(-45deg, #71cdf4 0%,#88d5f6 48%,#53c2f0 100%);
        background: linear-gradient(135deg, #71cdf4 0%,#88d5f6 48%,#53c2f0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71cdf4', endColorstr='#53c2f0',GradientType=1 );
    }

    .grey-text {
        color: #9b9b9b;
    }

    .top-dentists {
        background: #27a1d3; /* Old browsers */
        background: -moz-linear-gradient(top, #27a1d3 1%, #1882b1 49%, #01547e 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #27a1d3 1%,#1882b1 49%,#01547e 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #27a1d3 1%,#1882b1 49%,#01547e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27a1d3', endColorstr='#01547e',GradientType=0 ); /* IE6-9 */
        color: #fff;
        font-size: 26px;
        min-height: 225px;
        text-align: center;
        padding-top: 32px;
    }

    .pricing.testimonials {
        background: #444349;
        color: #ffffff;
    }

        .pricing.testimonials p {
            color: #ffffff;
            text-align: left;
            font-size: 13px;
            font-style: italic;
            margin-top: 15px;
            margin-bottom: 15px;
        }

        .pricing.testimonials .name {
            font-size: 20px;
            display: block;
        }

        .pricing.testimonials .company {
            font-size: 20px;
            display: block;
            margin-bottom: 30px;
        }

        .pricing.testimonials .occupation {
            font-size: 12px;
            display: block;
            line-height: 13px;
            width: 80%;
            margin: -30px auto -16px auto;
        }

        .pricing.testimonials hr {
            border-bottom: 1px solid #7a7a7a;
            border-top: 1px solid #0b0b0a;
            height: 0;
        }

        .pricing.testimonials .photo {
            -webkit-border-radius: 100px;
            -moz-border-radius: 100px;
            border-radius: 100px;
            border: 3px solid #aeadac;
            width: 174px;
            margin: -140px auto 20px auto;
        }

            .pricing.testimonials .photo img {
                -webkit-border-radius: 100px;
                -moz-border-radius: 100px;
                border-radius: 100px;
                border: 3px solid #e9e9e8;
            }

    .panel-heading .accordion-toggle:after {
        /* symbol for "opening" panels */
        font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
        content: "\e260"; /* adjust as needed, taken from bootstrap.css */
        float: right; /* adjust as needed */
        color: #036496; /* adjust as needed */
        font-size: 11px;
        background: #fff;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 2px 2px 0px 2px;
    }

    .panel-heading .accordion-toggle.collapsed:after {
        /* symbol for "collapsed" panels */
        content: "\e259"; /* adjust as needed, taken from bootstrap.css */
    }

    a.accordion-toggle {
        font-weight: bold;
        font-size: 15px;
    }

    .faqs .panel-body {
        font-size: 13px;
    }

    .faqs .panel.panel-default {
        text-align: left;
        box-shadow: none;
        background: none;
        border: 0;
        background-image: none;
        background-color: transparent;
        padding-left: 0;
    }

    .faqs .panel-default > .panel-heading {
        box-shadow: none;
        background: none;
        border: 0;
        background-image: none;
        background-color: transparent;
        padding: 7px 17px;
    }

    .faqs .panel-group .panel-heading + .panel-collapse > .panel-body {
        border: 0;
        padding: 0px 15px 15px 17px;
    }

    .faqs hr {
        border-top: 2px solid #d4d4d4;
        margin: 2px 0;
        clear: both;
    }

        .faqs hr.head-hr {
            border-bottom: 1px solid #fff;
        }

    .faqs h3 {
        font-size: 24px;
        margin: 30px 0 50px 0;
        text-align: center;
    }

    .faqs .h3 {
        font-weight: bold;
        color: #00709e;
        padding: 0;
        margin: 4px 0 0 0;
        text-align: left;
        font-size: 20px;
        padding-left: 7%;
    }



    .row.sessions .col-lg-1, .row.sessions .col-lg-2, .row.sessions .col-lg-3, .row.sessions .col-lg-4 {
        padding-right: 0 !important;
    }

    /*video tabs*/
    .nav-tabs.video-tabs {
        border: none;
        max-width: 806px;
        margin: 30px auto -26px auto;
        padding-left: 4px;
    }

        .nav-tabs.video-tabs > li.active > a, .nav-tabs.video-tabs > li.active > a:focus, .nav-tabs.video-tabs > li.active > a:hover, .nav-tabs.video-tabs > li > a {
            color: #fff;
            border: 2px solid #f2f2f2;
        }

        .nav-tabs.video-tabs > li > a {
            background-image: -webkit-linear-gradient(top, #0b8acf 0, #0ca9e2 100%);
            background-image: -o-linear-gradient(top, #0b8acf 0, #0ca9e2 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, from(#0b8acf), to(#0ca9e2));
            background-image: linear-gradient(to bottom, #0b8acf 0, #0ca9e2 100%);
            border: 2px solid #f2f2f2;
            text-shadow: 0px 1px 1px #828282;
            padding: 5px 36px 3px 36px;
        }

        .nav-tabs.video-tabs > li.active > a {
            background-image: -webkit-linear-gradient(top, #8f8f8f 0, #c8c8c8 100%);
            background-image: -o-linear-gradient(top, #8f8f8f 0, #c8c8c8 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, from(#8f8f8f), to(#c8c8c8));
            background-image: linear-gradient(to bottom, #8f8f8f 0, #c8c8c8 100%);
        }

    .payment-period {
        display: inline-block;
        width: 195px;
    }

    .product-price {
        display: inline-block;
    }

    div[data-payperiod] {
        margin-bottom: 15px;
    }

        div[data-payperiod] strong.checked {
            color: #73b00a;
        }

    @media (max-width: 991px) {
        .payment-period {
            width: 100%;
        }
    }

    #training-chart .modal-dialog {
        width: auto !important;
        max-width: 980px;
    }

        #training-chart .modal-dialog img {
            width: 100%;
            height: auto;
        }


.successful-payment {
    color: #36a101;
}
.failed-payment {
    color: #cc0000;
}

/* additional btns */
.btn-groups.additional {
    width: 100%;
    padding: 75px 0 0 0;
    text-align: right;
    white-space: nowrap; 
}
    .btn-groups.additional .btn {
        padding-left: 22px;
        padding-right: 22px;
        display: inline-block;
    }
    .btn-groups.additional .btn.pay-now {
        margin-right: 7px;
    }

.payment-summary-btns {
    padding-right: 0;
}

ul.nav-tabs + .jumbotron {
    margin-top: 0;
}

.form-horizontal .control-label {
    text-align: left;
    padding-right: 10px;
}

a.btn + input[type=submit].btn, a.btn + a.btn {
    margin-left: .5em;
}
.designed-for-windows {
    width: 150px;
    position: absolute;
    right: 0;

}
.windows-logo {
    background: url(../Content/img/Windows_logo.png);
    width: 85px;
    height: 85px;
    background-size: contain;
    margin: 0 auto;
}
.login-form {
    position: relative;
}
.disabled-tab {
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .designed-for-windows {
        position: relative;
        margin: 50px auto -30px auto;
    }
    .faqs .h3 {
        padding-left: 18px; 
    }
}
@media screen and (min-width: 768px) {
    .designed-for-windows {
        position: relative;
        margin: 50px auto -50px auto;
    }
}

@media screen and (min-width: 992px) {
    .designed-for-windows {
        margin: 62px 95px 0 0;
        position: absolute;
    }
}
@media screen and (min-width: 1200px) {
    .designed-for-windows {
        margin: 85px 190px 0 0;
        position: absolute;
    }
}

/* new pricing */
.pricing-boxes {
    background: #fff ;
}
    .pricing-boxes h1 {
        color: #00b1f4;
        font-weight: bold;
        font-size: 65px;
        margin: 0;
        line-height: 70px;
        padding: 0;
    }
    .pricing-boxes .col-md-4 h3 {
        font-weight: bold;
        font-size: 15px;
    }
    .pricing-boxes .container {
        padding-top: 40px;
    }
    .pricing-boxes .col-md-4 ul, .pricing-box ul {
        list-style: none;
        text-align: left;
        width: 85%;
        margin: 0 auto;
        font-size: 15px;
    }
.additional {
    font-size: 9px;
    display: block;
    width: 100%;
    margin: 0 auto -13px 0;
}
        .pricing-boxes .col-md-4 ul li {
            padding-bottom: 10px;
            padding-top: 10px;
        }
            .pricing-boxes .col-md-4 ul li::before, .pricing-box ul li::before {
                content: url('/Content/img/li-item.png');
                font-weight: bold;
                display: inline-block;
                zoom: 0.7;
                width: 1.4em;
                margin-left: -1.3em;
                -moz-transform: scale(0.7);
                -webkit-margin-before: 5px;
                position: absolute;
            }
.client-package .pricing-box ul li::before {
    zoom: .5;
    margin: 0;
    -moz-transform: scale(0.5);
    position: inherit;
    vertical-align: middle;
}
    .pricing-boxes .col-md-4 p {
        text-align: justify;
        padding-top: 10px;
    }
    .pricing-boxes .title {
        align-items: center;
        display: flex;
        justify-content: left;
        padding: 20px 0 50px 0;
        position: relative;
        width: calc(100% - 30px);
        margin: 0 auto;
    }
        .pricing-boxes .title:before {
            display: block;
            content: '';
            border-bottom: 2px solid #808080;
            flex-grow: 1;
            margin-right: 15px;
            width: 100%;
        }
        .pricing-boxes .title:after {
            display: block;
            content: '';
            border-bottom: 2px solid #808080;
            flex-grow: 1;
            margin-left: 15px;
            width: 100%;
        }
        .pricing-boxes .title span {
            color: #00b1f4;
            font-size: 24px;
            line-height: 28px;
            line-height: 32px;
            order: 0;
            text-align: center;
            white-space: nowrap;
        }
.pricing-boxes .description {
    font-size: 11px;
    line-height: 14px;
    min-height: 285px;
}
.pricing-boxes .pay-per-case .description {
    min-height: 310px;
}
.pricing-boxes .subtitle {
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.pricing-boxes .paragraph {
    text-align: left;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 10px;
}
    .pricing-boxes h2 {
        font-size: 16px;
        font-weight: bold;
        color: #00b1f4;
        text-align: left;

    }
    .pricing-boxes h4 {
        font-size: 16px;
        font-weight: bold;
        color: #00b1f4;
        text-align: left;
        padding-top: 5px;
        margin-bottom: 5px;
    }
            .pricing-boxes h4 span {
                font-style: italic;
                color: #333;
                font-weight: normal;
                font-size: 14px;
            }
            .pricing-boxes p {
                font-size: 13px;
            }

        .pricing-boxes h2:after {
            display: block;
            content: '';
            border-bottom: 2px solid #808080;
            flex-grow: 1;
            margin-top: 5px;
            width: 40%;
        }
        .pricing-boxes .nav {
            background: #ffffff;
            border-radius: 50px;
            padding: 4px;
            margin: 0 auto;
            max-width: 240px;
            box-shadow: 0px 4px 7px #a9a9a9;
            width: fit-content;
            margin-bottom: 90px;
            border: 0;
        }

        .pricing-boxes .nav > li > a {
            border-radius: 50px;
            font-size: 18px;
            padding: 6px 25px;
            color: #00b1f3;
            background: none;
        }
    .pricing-boxes .nav-pills > li.active > a, .pricing-boxes .nav-pills > li.active > a:focus, .pricing-boxes .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #00b1f3;
        background-image: none; 
    }

.pricing-boxes .pricing-box {
    background: #fff;
    border: 1px solid #f1f1f1;
    padding: 15px 15px 30px 15px;
    background-image: none;
}

        .pricing-boxes .pricing-box .title-box {
            color: #00adf2;
            font-size: 25px;
            font-weight: 800;
        }

        .pricing-boxes .pricing-box .header-box strong {
            font-size: 16px;
            line-height: 20px;
            padding: 20px 0;
            display: inline-block;
        }

        .pricing-boxes .pricing-box .price {
            color: #00adf2;
            font-size: 50px;
            font-weight: 800;
            letter-spacing: -0.5px;
        }

            .pricing-boxes .pricing-box .price small {
                font-size: 55%;
                vertical-align: middle;
            }

            .pricing-boxes .pricing-box .price.call {
                font-size: 23px;
                padding-top: 40px;
                display: inline-block;
            }

            .pricing-boxes .pricing-box .price sub {
                color: #00adf2;
                font-size: 28px;
                font-weight: 800;
                display: inline-block;
                vertical-align: middle;
                margin: -7px 0 0 0;
            }
.pricing-box ul li, .wizard .pricing-box ul li {
    padding: 5px 0;
    font-size: 11px;
}
.pricing-box hr {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #bcbec0;
    height: 0;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.btn-box button, .btn-box a, .btn-box a:visited {
    background: #00b1f3;
    display: block;
    font-weight: 800;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 9px;
    width: 85%;
    margin: 35px auto 0 auto;
    border-radius: 0px 25px 0px 25px;
    border: 1px solid #00b1f3;
    text-transform: uppercase;
}

    .btn-box button:hover, .btn-box a:hover, .btn-box a:visited:hover {
        color: #00b1f3;
        background: #fff;
        border: 1px solid #00b1f3;
    }

.pricing-boxes .pricing-box.premium {
    background: #00b1f3;
    color: #fff;
    border-radius: 0px 20px 0px 20px;
    margin-top: -30px;
    padding: 30px 15px;
    border: 2px solid #f1f1f1;
    position: relative;
}

    .pricing-boxes .pricing-box.premium .title-box {
        color: #fff;
        font-size: 32px;
        padding-top: 15px;
    }

    .pricing-boxes .pricing-box.premium .header-box strong {
        font-size: 18px;
    }

    .pricing-boxes .pricing-box.premium .price, .pricing-boxes .pricing-box.premium .price sub {
        color: #fff;
    }

    .pricing-boxes .pricing-box.premium .btn-box button,
    .pricing-boxes .pricing-box.premium .btn-box a,
    .pricing-boxes .pricing-box.premium .btn-box a:visited {
        color: #00b1f3;
        background: #fff;
        font-size: 19px;
        padding: 10px;
        border: 1px solid #fff;
    }

        .pricing-boxes .pricing-box.premium .btn-box button:hover,
        .pricing-boxes .pricing-box.premium .btn-box a:hover,
        .pricing-boxes .pricing-box.premium .btn-box a:visited:hover {
            color: #fff;
            background: #00b1f3;
            border: 1px solid #fff;
        }

.container-fluid {
    padding: 0; 
}
.pricing-boxes .popular {
    display: block;
    margin: -46px 0 15px 0;
    background: #00b1f3;
    color: #fff;
    border-radius: 0px 25px 0px 0px;
    border: 2px solid #f7f5f6;
    text-transform: uppercase;
    padding: 15px 0 20px 0;
    font-size: 18px;
}

.pricing-boxes p a, .pricing-boxes p a:visited {
    color: #00b1f3;
}

    .pricing-boxes p a:hover, .pricing-boxes p a:visited:hover {
        color: #00b1f3;
    }
div.image {
    position: relative;
}
    div.image img {
        width: 100%;
        padding: 20% 25%;
    }
.top-text {
    position: absolute;
    top:15%;
    font-size: 16px;
    font-weight: bold;
    color: #00b1f4;
    width: 100%;
}
.right-text {
    position: absolute;
    right: 3%;
    top: 50%;
    width: 20%;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #00b1f4;
}
.bottom-text {
    position: absolute;
    bottom: 15%;
    font-size: 16px;
    font-weight: bold;
    color: #00b1f4;
    width: 100%;
}
.left-text {
    position: absolute;
    left: -5%;
    top: 50%;
    width: 30%;
    font-size: 16px;
    font-weight: bold;
    color: #00b1f4;
}
.next-steps {
    background: #00b1f4;
    padding: 0 0 80px 0;
}
    .next-steps .title {
        padding: 10px 0 20px 0;
    }
    .next-steps .title span {
        color: #fff;
    }
    .next-steps .title:before, .next-steps .title:after {
        border-bottom: 2px solid #fff;
    }
    .next-steps .title span {
    }
    .next-steps button,
    .next-steps a {
        background: #fff;
        display: block;
        font-weight: 800;
        color: #00b1f3;
        text-decoration: none;
        font-size: 16px;
        padding: 9px;
        width: 85%;
        margin: 0px auto 0 auto;
        border-radius: 0px 25px 0px 25px;
        border: 1px solid #00b1f3;
    }

        .next-steps button:hover,
        .next-steps a:hover {
            color: #fff;
            background: #00b1f3;
            border: 1px solid #fff;
        }
    .next-steps .col-md-3 img {
        margin: -3px 0 0 3px;
    }
    .next-steps .next-steps-info {
        color: #fff;
        font-style: italic;
    }
    .client-package {
        background: #f2f2f2;
        padding: 0 0 80px 0;
    }
    .client-package p.initial-plans {
        text-align: center;
        font-size: 16px;
        padding-bottom: 60px; 
    }


    .client-package h1 {
        font-weight: bold;
        clear: both;
    }

    .client-package h2 {
        font-weight: bold;
        font-size: 23px;
    }

        .client-package .blx p {
            text-align: justify;
        }
        .client-package h3 {
            font-size: 17px;
            font-weight: 600;
            padding: 0;
        }
    .client-package h5 {
        color: #00a7f2;
        font-weight: bold;
        font-size: 19px;
        margin: 40px 0 -10px 20px;
    }
    .client-package .middle-section {
        position: relative;
    }


    .client-package p {
        margin: 0;
    }
        .client-package p.text-center {
            text-align: center;
            font-size: 16px;
        }

        .client-package .col-md-4 {
            padding: 0 29px;
        }

span.price-small {
    font-size: 11px;
    display: block;
    margin-bottom: -13px;
    width: 100%;
    color: #59a2be;
    font-style: italic;
}
.pricing-boxes .row {
    position: relative;
}

.discount {
    position: absolute;
    margin-top: -180px;
    font-size: 17px;
    line-height: 20px;
}

    .discount .fade {
        display: none;
    }

        .discount .fade.in {
            display: block;
        }

    .discount h4 {
        color: #00adf2;
        font-weight: bold;
        padding-bottom: 0;
        margin-bottom: 2px;
        font-size: 20px;
    }

.pricing-boxes .pricing-box {
    margin: 0 0 50px 0;
}

.pricing-boxes .popular {
    margin-top: 0;
}

.blx img {
    float: none;
    margin: 0;
    margin-top:20px;
}
.client-package h5 {
    margin-left:0;
}
.discount {
    clear: both;
    margin: -50px 0 50px 0;
    position: relative;
    width: 100%;
}
.tab-pane.fade.active.in.monthly::before {
    content: url(https://prevudental.com/Content/img/arrow.png);
    background-size: 0px 0px;
    width: 111px;
    height: 30px;
    background-repeat: no-repeat;
    margin-left: 120px;
    margin-top: -40px;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    zoom: 0.9;
    transform: rotate(90deg);
}
    .discount .monthly {
        background: none;
    }

@media (min-width: 992px) {
    .discount {
        right: 0;
        width: 370px;
    }
    .tab-pane.fade.active.in.monthly::before {
        display: none;
    }
    .pricing-boxes .pricing-box .title-box {
        font-size: 18px;
        padding-top: 20px;
    }

    .pricing-boxes .pricing-box.starter .title-box, .pricing-boxes .pricing-box .price.call {
        font-size: 20px;
    }

    .pricing-box .tab-pane, .client-package p {
        font-size: 12px;
        padding: 0;
    }

    .btn-box a, .btn-box a:visited {
        font-size: 13px;
    }

    .pricing-boxes .pricing-box {
        margin: 0;
    }

    .pricing-boxes .popular {
        margin-top: -46px;
    }



    .discount {
        position: absolute;
        margin-top: -180px;
        width: 370px;
    }

        .discount .monthly {
            background: url("./img/arrow.png") left top no-repeat;
        }
    .sale {
        top: -1px !important;
    }
}

@media (min-width: 1200px) {
    .blx img {
        float: left;
        margin: 0px 0px 0px -75px;
        width: auto;
        max-height: none;
    }
    .client-package .middle-section::before {
        content: '';
        position: absolute;
        display: block;
        height: 60%;
        top: 16%;
        left: 0%;
        width: 100%;
        border-left: 1px solid #b9b9b9;
        border-right: 1px solid #b9b9b9;
    }
    .client-package .blx {
        text-align: left;
        margin: 30px 0 50px 0;
        padding: 0px 0 0 65px;
    }
    .discount {
        right: 20px;
        width: 460px;
    }
    .tab-pane.fade.active.in.monthly::before {
        display: none;
    }
    .pricing-boxes .pricing-box .title-box {
        font-size: 25px;
        padding-top: 20px;
    }

    .pricing-boxes .pricing-box.starter .title-box {
        font-size: 28px;
    }

    .pricing-boxes .pricing-box .price.call {
        font-size: 23px;
    }

    .pricing-box .tab-pane, .client-package p {
        padding: 0;
    }

    .btn-box a, .btn-box a:visited {
        font-size: 16px;
    }

    .pricing-boxes .pricing-box {
        margin: -30px 0 0 0;
    }

    .pricing-boxes .popular {
        margin-top: -46px;
    }


    .discount {
        position: absolute;
        margin-top: -180px;
        width: 460px;
    }

        .discount .monthly {
            background: url("./img/arrow.png") left top no-repeat;
        }
    .sale {
        top: -1px !important;
    }
}
.practice .sale {
    background: url(./img/discount-blue.png) left top no-repeat;
    right: 8px;
    top: 1px !important;
}
.sale {
    background: url(./img/discount.png) left top no-repeat;
    display: block;
    width: 98px;
    height: 61px;
    position: absolute;
    right: -1px;
    top: -1px;
}
.pricing-box.selected {
    border: 2px solid #00b1f3;
}
.btn-box button:disabled, .btn-box button:disabled:hover, .pricing-boxes .pricing-box.premium .btn-box button:disabled, .pricing-boxes .pricing-box.premium .btn-box button:disabled:hover {
    background: #9de4ff;
    border: none;
    color: #fff;
    border: 1px solid #9de4ff;
}
.pricing-boxes .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}
.faqs .panel-default > .panel-heading {
    box-shadow: none;
    background: none;
    border: 0;
    background-image: none;
    background-color: transparent;
    padding: 7px 17px;
}
.form-group .control-label.wider {
    padding-right: 0;
}

.banner-text {
    font-size: 18px;
    padding-top: 10px;
}
.col-md-3.pay-per-case {
    margin-top: -25px;
}

.col-md-3.pay-per-case .popular {
    background: #00b1f4;
    margin-top: 0;
    font-weight: bold;
}
.col-md-3 .popular {
    background: #47cdff;
    margin-top: 0;
    font-weight: bold;
}
        .col-md-3 .popular span {
            font-size: 10px;
            display: block;
        }
        .col-md-3.pay-per-case .pricing-box.practice {
            border-radius: 0px 25px 0px 25px;
            margin-top: -30px;
        }
.col-md-3 .pricing-box.consult-pro {
    border-radius: 0px 0px 0px 25px;
    margin-top: -30px;
}
    .col-md-3.pay-per-case .pricing-box .title-box {
        color: #9b9b9b;
        font-size: 22px;
    }
    .col-md-3.pay-per-case .pricing-box .header-box strong {
        font-size: 15px;
    }
    .col-md-3 .pricing-box .price, .col-md-3 .pricing-box .price sub {
        color: #9b9b9b;
        line-height: 48px;
    }

@media (min-width: 1200px) {
    .col-md-3.pay-per-case .pricing-box .tab-pane, .col-md-3.pay-per-case .client-package p {
        font-size: 13px !important;
    }
    .col-md-3 .pricing-box .price {
        font-style: italic;
        color: #666666;
    }
        .col-md-3 .pricing-box .price sub {
            font-size: 28px !important;
        }
}
.col-md-3 .btn-box button, .col-md-3 .btn-box a, .col-md-3 .btn-box a:visited {
    background: #47cdff;
    border: 1px solid #47cdff;
    margin: 35px auto 0 auto;
    font-size: 13px;
    padding: 12px;
}

    .col-md-3 .btn-box button:hover, .col-md-3 .btn-box a:hover, .col-md-3 .btn-box a:visited:hover {
        color: #47cdff;
        background: #fff;
        border: 1px solid #47cdff;
    }
.col-md-3.pay-per-case .btn-box button, .col-md-3.pay-per-case .btn-box a, .col-md-3.pay-per-case .btn-box a:visited {
    background: #00b1f4;
    border: 1px solid #00b1f4;
    margin: 35px auto 0 auto;
    font-size: 13px;
    padding: 12px;
}

    .col-md-3.pay-per-case .btn-box button:hover, .col-md-3.pay-per-case .btn-box a:hover, .col-md-3.pay-per-case .btn-box a:visited:hover {
        color: #00b1f4;
        background: #fff;
        border: 1px solid #00b1f4;
    }
@media (min-width: 992px) {
    .col-md-3.pay-per-case .pricing-box .tab-pane, .col-md-3.pay-per-case .client-package p {
        font-size: 12px;
        padding: 0;
    }
    .col-md-3 .pricing-box .price {
        font-size: 30px;
    }

        .col-md-3 .pricing-box .price sub {
            font-size: 22px;
        }
}

.success-notification {
    color: #36a101;
}

.ml-15 {
    margin-left: 15px;
}

.ml-top-clear{
    margin-top: 0px;
}

.mode-menu {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    z-index: 1;
}

.mode-menu .label {
    padding: .5rem 1rem;
    font-weight: normal;
    font-size: 12px;
    color: #333;
}

.mode-menu .btn {
    padding: .2rem 1rem;
    font-size: 12px;
    height: 22px;
}

.mode-menu .btn a {
    line-height: 1;
}

.password-input-group {
    display: flex;
}

.password-input-group input.form-control {
    flex: 1;
    width: auto;
}

.jumbotron .jumbotron-content .password-input-group, .Purchase .password-input-group {
    max-width: 330px;
}

.password-toggle-button {
    height: 34px;
    width: 34px;
    border: 1px solid #ccc;
    border-left: 0;
    color: black;
    font-size: 14px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
    background-repeat: repeat-x;
}

.password-toggle-button:hover, .password-toggle-button:active{
    background-color: #e0e0e0;
    background-position: 0 -15px;
}

.login-form .primary-header {
    color: #0080b8;
    font-weight: bold;
}

.pdf-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-left: 16px;
}

.pdf-link > img {
    height: 32px;
}

.navbar-container {
    margin-left: 130px !important;
}

.navbar--force-mobile .container {
    position: relative;
}

.navbar--force-mobile .navbar-header {
    float: unset;
}

.navbar--force-mobile .navbar-toggle {
    display: block !important;
}

.navbar--force-mobile .navbar-collapse {
    overflow: hidden !important;
    display: flex !important;
    flex-flow: wrap;
    width: 180px;
    padding-bottom: 5px;
    margin-right: -15px;
    position: absolute;
    right: 15px;
    background: url(img/header.jpg) #151515 center repeat;
}

.navbar--force-mobile .navbar-collapse.collapse:not(.in):not(.collapsing) {
    display: none !important;
}

.navbar--force-mobile .dropdown-menu {
    position: static;
}

.navbar--force-mobile ul li {
    float: unset;
}

.navbar--force-mobile ul li a {
    box-shadow: unset !important;
}

.org-logo {
    justify-content: center;
    display: flex;
    padding-bottom: 22px;
}

.org-logo img {
    max-height: 300px;
    max-width: 300px;
}

.tab-content-label {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 16px;
}

.pay-with-invoice-box {
    height: calc(100vh - 350px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.confirmation-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}

.confirmation-modal::before {
    content: '';
    display: block;
    background: rgba(255, 255, 255, 0.4);
    width: 100%;
    height: 100%;
}

.confirmation-modal-body {
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 32px;
    border: 2px solid #00b6ea;
    border-radius: 16px;
}

.confirmation-modal-body  h3 {
    text-align: center;
    margin: 0 0 32px;
}

.confirmation-modal-buttons-container {
    margin-top: 32px;
    display: flex;
    gap: 36px;
    justify-content: center;
}