/* CODT Public Website CSS - DAP
   Website (www.codtinohio.org) 
   Developer: Digitist, LLC (www.digitist.com)
*/
/* Color Palette 
	CODT Blue: #016ddd
	CODT DarkBlueGray: #343a40;
*/
/* Color definition */
:root {
	--codt-blue: #016ddd;
	/*--codt-bluegray: #343a40;*/
	--codt-ltblue: #cbe5ff;

	/* NEW COLOR PALETTE */
	--codt-bluegray: #2b3d4e;
	--codt-text: #1f2429;
	--codt-h1: #46617b;

	/* additions */
	--codt-border: rgba(43, 61, 78, 0.18);
	--codt-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
	--codt-radius: 12px;
}

/* NEW STYLES */
.bg-light {
	background-color: #fff !important;
}

#announcement-bar {
	background-color: var(--codt-bluegray);
	padding: 10px 10px;
	overflow-x: hidden;
}

#announcement-bar i, 
#announcement-bar a { 
	color:#fff !important;
	font-size: 13px;
}

header {
	box-shadow:0 2px 4px 0 rgb(0 0 0 / 25%);
}

span#codt-is-number-one-caption {
	text-transform: uppercase;
	color: rgba(31,36,41,0.6);
	font-weight: 500;
	display: block;
	font-size: 14px;
	margin-top: 20px;
}

#home-hero {
	margin-top:50px;
}

#home-hero h1 {
	margin-top: 50px;
}

#CODT_Advantages {
	margin-top: 50px;
	padding-top: 40px;
	padding-bottom: 80px;
	color:#fff; 
	background-image: url(/assets/img/dental-examination-room.jpg);
    background: linear-gradient(0deg, rgba(2, 36, 110, 0.8), rgba(2,36, 110, 0.8)), url(/assets/img/dental-examination-room.jpg);
    background-size: cover;
    background-position: center center;
	background-attachment: fixed;
}

#CODT_Advantages h3 {
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

#CODT_Advantages p {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 20px;
}

.benefit-ico {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 15px;
	opacity: 0.5;
}

ul#service-benefits li {
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #d9d9d9;
}

date {
	color:#016ddd;
	padding-bottom:20px;
	padding-top:20px;
	background-color:#fff;
	width:100%;
	font-weight: bold;
}

ul.exam-dates {
	margin-left:0px;
	padding-left:0px;
	list-style-type: none;
}

ul.exam-dates li {
	border-bottom:1px solid #d9d9d9;
	padding-bottom:20px;
	padding-top:20px;
}

#txtCandidateLastName, #txtCandidateId {
	padding-left:10px !important;
}

div#EfdaSearch {
	background-color:#fff;
}

div#EfdaSearch h3 {
	margin-bottom:0px;
}

div#EfdaSearch p {
	margin-top:5px;
	margin-bottom:30px;
}

div#EfdaSearch form {
	border:1px solid #d9d9d9;
	padding:20px;
	border-radius:10px;
	background-color:#eee;
}

.card-body {
	text-align: center;
}

.card-text {
	margin-bottom:50px;
	min-height:150px;
}

.card-body a.btn {
	font-size:18px; 
	width:50%;
}

.location-name {
	display:block;
	font-size:13px;
	margin-top:10px;
}

.exam-teeth {
	display:block;
	font-size:13px;
}

.open-closed {
	font-size:14px;
	font-style:; italic;
}


img#dentist-working-img {
	border-radius:5px;
	border:1px solid transparent;
}

ul#examDateList li {
	position:relative;
	padding:25px;
	background-color: #fff;
	border:1px solid #f0f0f0;
	margin-bottom:25px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

ul#examDateList li .location-name {
	font-size:18px;
}

ul#examDateList li date {
	font-size:21px;
}

ul#examDateList li .exam-teeth {
	font-style:italic;
	margin-top:5px;
}

.standard-section {
	padding-top: 40px;
}

#speechBubble {
	position: absolute;
	top: 0px;
	left: -20px;
	opacity: 0.8;
	z-index: 20;
	border: 1px dashed #ccc;
	border-radius: 15px;
	font-size: 14px;
	width: 220px;
	height: 160px;
	padding: 15px 10px 15px 10px;
	background-color: #fff;
}

#speechBubble ul {
	position: relative;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

#speechBubble ul li {
	position: absolute;
	opacity: 0;
	transition: 0.5s;
	transform: translateY(-1.5em);
	font-weight: 500;
	width: 200px;
	max-height: 100%;

}

#speechBubble ul li.active {
	opacity: 1;
	transform:  translateY(0em);
}

html#home #SurveyResults {
	background-color: #f0f0f0;
	margin-top: 80px;
}

html#home #SurveyText p {
	max-width: 600px;
	margin: auto;
	color: #333;
	margin-bottom: 30px;
	line-height: 2em;
}

html#home #PhotoLab {
	/* revise to red */
	background:linear-gradient(0deg,rgba(2, 36, 110, 0), rgba(2, 36, 110, 0)), url('/assets/img/iStock-600102672.jpg');
	background-size:cover;				
	background-blend-mode: multiply;
	padding-bottom: 90px;
	min-height: 250px;
}

#SurveyText {
	padding-bottom: 50px;
}	

table#CODT_Survey {
}

table#CODT_Survey tr {
	background-color: #fff;
}

table#CODT_Survey td {
	color: #333;
}

table#CODT_Survey td:first-child {
	text-align: left;
}

table#CODT_Survey td:last-child {
	font-weight: bold;
	color: var(--codt-blue);
}

#CODT_Advantage_Banner {
	background-color: var(--codt-bluegray);
	padding-bottom: 50px;
}

#CODT_Advantage_Banner #LogoBlue {
	width: 200px; 
	height: auto;
	display: block;
	margin: auto;
	margin-top: 30px;
}

#CODT_Advantage_Banner h2 {
	color: #fff;
	font-size: 36px;
}

#CODT_Advantage_Banner p {
	color: #fff;
	font-size: 24px;
	line-height: 1.6em;
	font-weight: 600;
}
/* END NEW STYLES */
























/* DIGITIST STYLES */
div.df-crud-dialog {
	display:none;
}
/* END DIGITIST STYLES */


/* BOOTSTRAP 4 STYLES */
:active,
:focus {
	outline:none !important;
}

.alert-info {
	color:#333;
	background-color:#d9d9d9;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color:transparent;
}

.dropdown-item {
	padding-top:12px !important;
	padding-bottom:14px !important;
}

div.dropdown-menu {
	border-radius:0px;
}

.modal-header {
	display: block !important;
}

.img-responsive {
	max-width:100%;
}

/*
button.navbar-toggler {
	margin-top:10px;
	margin-bottom:10px;
}

header nav#main-nav {
	border:1px solid #d9d9d9;
	padding-top:0px;
	width:100%;
	padding-bottom:0px;
}
*/

#content {
	min-height:60vh;
}

.card {
	border:1px solid #016ddd; background-color:rgba(255,255,255,0.85);
	border-radius:20px;
	margin-top:25px;
	margin-bottom:25px;
}

.card-title {
	font-size:24px;
	font-weight:bold;
}

.card-text {
	font-size:14px;
}

/* END BS4 STYLES *************************************/
a {
	color:#016ddd;
}

body {
	background: #fff;
	font-family: 'Raleway', sans-serif;
	font-size:16px;
}

h1 {
	font-size:42px;
	margin-top:30px;
	margin-bottom:30px;
	font-weight: bold;
	color: var(--codt-h1);
}

h2 {
	font-size:36px;
	color:#016ddd;
	font-size:27px;
	margin-top:40px;
	margin-bottom:30px;
	font-weight:bold;
}

h3 {
	color:#6b7079;
	margin-bottom:30px;
}

h4 {
	font-weight:bolder !important;
}


p {
	font-size: 16px;
	line-height: 24px;
	color: #46617b;
}

label {
	font-weight: bold;
}

header a.dropdown-item {
	font-weight: bold;
}

header .navbar-nav > li {
	margin-right:20px;
}

header .navbar-nav > li.nav-item-btn {
	margin-right:2px;
}

header .navbar-nav .dropdown-item {
	font-size:14px;
	padding:3px 20px;
}

header .dropdown-item.active,
.dropdown-item:active {
	color: #333;
}


a.link-box {
	text-decoration: none !important;
}


.navbar-light .navbar-nav .nav-link {
	font-weight: bold;
	color: var(--codt-text);
	font-size: 15px;
}


.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .nav-link:hover
{



}

ul#news li {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
	font-size: 14px;
	margin-bottom: 20px;
}


/*
header ul.dropdown-menu li a {
	color:#016ddd !important;
}*/


/* OLD ORIGINAL CODT CODE BELOW HERE **********************************************************/



table.table-bordered {
	box-shadow:3px 3px 5px #777;
}

table.table-bordered tbody tr:first-child {
	background-color:#d9d9d9;
}

table.table-bordered tbody tr {
	background-color:#fff;
}

.alert-info {
	background-color:#016ddd !important;
	color:#fff;
}

.alert-default-hidden {
	display:none;
}


.icon-orange {
	color:brown;
}

p.lead {
	font-size:18px;
	text-align: center;
}

img#logo-header {
	display:block;
	max-width:143px;
	height:auto;
}

img#logo-footer {
	display:block;
	width:150px;
	height:auto;
	margin-top:5px;
	margin-bottom:15px;
	background:transparent;	
}

div#bg-image {
	position:absolute;
	top:0;
	height:600px;
	width:100%;
	z-index:-1;
}


#official-site {
	background-color:#202024; 
	color:#aaa; 
	padding:10px; 
	text-transform: uppercase; 
	font-weight: lighter;
	font-size:12px; 
}

/* Text next do N days left in blue bar */
span#reg_daysleft {
	font-size:30px;
	border:3px solid #fff;
	border-radius:10px;
	padding:5px;
}

span#reg_deadline_text {}

form {
	margin-bottom:30px;
}

/* Button Defaults for primary, default, app */
.btn-default, 
.btn-primary,
.btn-app {
    transition: none;
	background-color:var(--codt-blue); /* #0074de; */
	font-weight: bold;
	color:#fcfcfc;
	border-radius:26px;
	border:none !important;
    padding: .6em 1em;	
	box-shadow: none; /*inset 0 0 0 1px rgba(0,166,233,0.7) !important;*/
    text-transform: none;
    transition:.05s background-color linear;	
}

.btn-default {
	color:#fff !important;
	background-color:#2b3d4e !important;
	background: linear-gradient(#2b3d4e 0%, #2b3d4e 100%) !important;
}

.btn-primary:hover, 
.btn-primary:active,
.btn-app:hover, 
.btn-app:active
{
	color:#fff;
	background-color:rgba(22,72,222,0.9);
}


.btn-success, 
.btn-danger {
	padding:10px 15px 10px 15px !important;
	border-radius:2px;
    padding: .5em 1em;
	box-shadow: none; /*inset 0 0 0 1px rgba(0,166,233,0.7) !important;*/
    transition: .3s;
    text-transform: none;	
	border:none !important;	
}

.btn-default:hover,
.btn-default:active
{
	color:#fff !important;
	background: linear-gradient(#86878c 0%, #86878c 100%) !important;
}

.btn-danger {
	border:none !important;
}

html#signup form#frmSignup {
	margin-top:40px;
}

html#signup .input-group-btn .btn-ps {
	margin:0px !important;
	padding-top:12px !important;
	padding-bottom:12px !important;
	font-size:22px !important;
}

.form-box {
	border:1px solid #ccc;
	padding:10px;
}

/* typically has icon inline with form control text */ 
.form-group > .form-control {
	padding-left:30px !important;
}

.form-control {
	margin-bottom:15px;
	font-size:14px;
	border-radius:0px;
}

.date-picker {
	padding:5px !important;
}

html#signup .input-group .form-control {
	font-size:18px !important;
	height:auto !important;
	padding:15px;
}

.overlay {
	position:absolute;
	background-color:rgba(34,166,165,0.7);
	top:0;
	left:0;
	bottom:0;
	right:0;
}

footer {
	background-color:#222225;
	border-top:1px solid #ededed;
	margin-top: 100px;
	padding-top:25px;
	padding-bottom:30px;
}

html#home footer {
	margin-top: 0px;
}

.form-group {
	position:relative;
}

.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=password],
.form-group input[type=phone],
textarea.form-control {
	padding:20px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	font-size:14px;
}

.form-group i.fa {
	position:absolute;
	top:13px;
	left:10px;
	opacity:0.5;
}

fieldset {
	border:1px solid #ededed;
	border-radius:10px;
	padding:20px;
	margin-bottom:20px;
}

fieldset h2 {
	font-size:14px;
	text-transform: uppercase;
	font-weight: bold;
}

fieldset .form-control {
	font-size:18px !important;
}

html#signin .signin-footnote {
	font-size:11px;
	color:#96979;
}

/* SUBPAGES */
html#signin a#forgot_pwd {
	float:right;
	font-size:14px;
}

/* UI COMPONENTS */
/* Wizard Progress Bar */
ol.progtrckr {
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    width: 100%;
}

ol.progtrckr li {
    display: table-cell;
    text-align: center;
    line-height: 3em;
}

ol.progtrckr[data-progtrckr-steps="2"] li { width: 49%; }
ol.progtrckr[data-progtrckr-steps="3"] li { width: 33%; }
ol.progtrckr[data-progtrckr-steps="4"] li { width: 24%; }
ol.progtrckr[data-progtrckr-steps="5"] li { width: 19%; }
ol.progtrckr[data-progtrckr-steps="6"] li { width: 16%; }
ol.progtrckr[data-progtrckr-steps="7"] li { width: 14%; }
ol.progtrckr[data-progtrckr-steps="8"] li { width: 12%; }
ol.progtrckr[data-progtrckr-steps="9"] li { width: 11%; }

ol.progtrckr li.progtrckr-done {
    color: black;
    border-bottom: 4px solid #016ddd;
}

ol.progtrckr li.progtrckr-todo {
    color: silver; 
    border-bottom: 4px solid silver;
}

ol.progtrckr li.progtrckr-active {
    color: #333;
    font-weight:bold; 
    border-bottom: 4px solid #ee702d;
}

ol.progtrckr li:after {
    content: "\00a0\00a0";
}

ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}

ol.progtrckr li.progtrckr-done:before {
    content: "\2713";
    color: white;
    background-color: #ee702d;
    height: 1.2em;
    width: 1.2em;
    line-height: 1.2em;
    border: none;
    border-radius: 1.2em;
}

ol.progtrckr li.progtrckr-todo:before {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}

select.form-control
{
	padding:5px 10px 5px 10px;
	min-height:40px;
}

/* End Wizard Progress Bar */

/*
ol.progtrckr li.progtrckr-todo:active {
    content: "\039F";
    color: silver;
    background-color: white;
    font-size: 1.5em;
    bottom: -1.6em;
}*/

p.instructions {
	font-size:18px;
	margin-bottom:30px;
}
/* END UI COMPONENTS */

/* CUSTOMER MODULE */
html#company div#bg-image-x {
	/* iStock: http://www.istockphoto.com/photo/dentist-at-work-gm510481174-86265831 */
	background-image:url('/assets/img/510481174.jpg');
	background-image:url('/assets/img/Dentist-at-work-510481174_5300x3538.jpg');
	height:450px;
	background-size:cover;
	background-position:center;
}

/* fancy heading with line thru it */
.fancy {
	line-height:0.5;
	text-align: center;
}

.fancy span {
	display:inline-block;
	position:relative;
}

.fancy span:before,
.fancy span:after {
	content:'';
	position:absolute;
	height:1px;
	border-top:2px solid #016ddd;
	border-top:2px solid #ee702d;
	top:5px;
	width:600px;
}

.fancy span:before {
	right:100%;
	margin-right:15px;
}

.fancy span:after {
	left:100%;
	margin-left:15px;
}

ul.ps-list {
	margin-left:0px;
	padding-left:0px;
	margin-top:20px;
}

ul.ps-list li {
	margin-left:20px;
	padding-left:0px;
	margin-bottom:20px;
}

img#img-footer-logo {
	max-width:170px; 
	float:right;
}

footer nav {
	margin-top:25px;
}

footer nav ul {
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
}

footer nav .nav-link:first-child {
	padding-left:0px;
}

footer nav .nav-link {
	text-transform: uppercase;
	font-size:15px;
	margin-bottom:10px;
}

footer #footer-legal {
	color:#555;
}

footer #footer-legal a {
	font-size:11px;
	color:#777 !important;
}

.copyright {
	color:#777;
	margin-top:5px;
	display:block;
	font-size:11px;
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 36px;
    height: 36px;
    padding: 8px;
    padding-top:5px;
    background-color: #ee702d;
    color: #fff;
    text-align: center;
    display:inline-block;
    font-size:24px;
}

/* TERMS PAGES */
.LegalDoc {
	margin-top:30px;
}

.LegalDoc h2,
.LegalDoc h3 {
	color:#000;
}

/******************** CUSTOMER ACCOUNT PANEL *********************************/
html[data-module="customer"] img#logo-header  {

}

/******************** END CUSTOMER ACCOUNT PANEL *********************************/

/**********************************************************************/
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and  (max-width : 1200px) {}
@media only screen and (min-width:993px) {}
@media only screen and (min-width:993px) and (max-width:1200px) {}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {}
@media only screen and (min-width:768px) and (max-width:992px) {}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}
/* END SUBPAGES */

/**********************************************************************/
/* ==================================================
=      Bootstrap 4 Media Queries - Mobile First     =
===================================================== */
/* Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap4 */

#nav-signup {
	margin-bottom:15px;
}

header .navbar-nav > li.nav-item-btn {
	margin-top:15px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 


}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	.card-title {
		font-size:36px;
	}

	.card-text {
		font-size:16px;
	}
}

/* Large devices (desktops, 992px and up) */
/* Here we have no hamburger menu */
@media (min-width: 992px) { 
	/* Dropdown menu expansion in CSS - placed here does not affect mobile size screen */
	.dropdown:hover>.dropdown-menu {
		display: block;
	}

	header .navbar-nav > li.nav-item-btn {
		margin-top:0px;
	}


	html#home .card {
		margin-top:50px;
		margin-bottom:50px;
	}


	.card-text {
		font-size:16px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	.card-title {
		font-size:40px;
	}
}

@media (max-width: 575px) {

}


/* RESPONSIVE OVERRIDES NON-MOBILE FIRST */
@media (max-width: 767.98px) { 

}
/* END RESPONSIVE */

/* Make clicks pass-through */
#nprogress {
	pointer-events: none;
}

#nprogress .bar {
	background: #29d;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
}

/* Fancy blur effect */
#nprogress .peg {
	display: block;
	position: absolute;
	z-index: 999999;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #29d, 0 0 5px #29d;
	opacity: 1.0;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	  -ms-transform: rotate(3deg) translate(0px, -4px);
	      transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
	display: block;
	position: fixed;
	z-index: 999999;
	top: 15px;
	right: 15px;
}

#nprogress .spinner-icon {
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	z-index: 999999;
	border: solid 2px transparent;
	border-top-color: #29d;
	border-left-color: #29d;
	border-radius: 50%;
	-webkit-animation: nprogress-spinner 400ms linear infinite;
	      animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
	overflow: hidden;
	position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
	position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
