body, nav {
	margin: 0;
	padding: 0;
	position: relative;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
}

.dashboard1, .login {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

header {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#branding {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	flex-direction: column;
}

#logo-branding {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
}



#logo img {
	width: 86px;
	height: 43px;
	margin-left: -0.5em;
}

h1,
.tagline {
	font-size: 2.5em;
}

.tagline {
	margin-top: 32px;
	text-transform: uppercase;
}

#headerMenu>ul,
#headerMenu :first-child>li {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
}

#headerMenu :first-child {
	flex-wrap: wrap;
}

#headerMenu :first-child>li {
	align-items: center;
}

#headerMenu li {
	margin: 0 0 0 1em;
}

#headerMenu li a {
	text-decoration: none;
	color: #898989;
}

#headerMenu .new-account-menu {
	position: relative;
}

#headerMenu .new-account-menu .header-dropdown {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #7BB958;
	border: none;
	display: block;
	margin-top: -5px;
	cursor: pointer;
}

#headerMenu .new-account-menu .header-dropdown span {
	color: #FFF;
	font-size: 30px;
	line-height: 38px;
	display: block;
	text-align: center;
}

#headerMenu .new-account-menu .header-dropdown.dropdown-open {
	background: #929090;
}

#headerMenu .new-account-menu .header-dropdown.dropdown-open span {
	display: none;
}

#headerMenu .new-account-menu .header-dropdown.dropdown-open:after {
	content: '\00d7';
	color: #FFF;
	font-size: 30px;
	line-height: 38px;
	display: block;
	text-align: center;
}

.create {}

.review {
	color: #4D4D4D !important;
	background: #BBB !important;
}

footer nav {
	margin: 0 0 0 10px;
}

main,
footer {
	width: 100%;
}

header,
main {
	background-color: #FFF;
	width: 80%;
	margin: 0 auto;
	margin-top: 1em;
}

#moduleMenuAdmin {
	min-width: 250px;
	height: 40px;
	cursor: pointer;
}

#headerMenu img {
	margin-right: 10px;
	margin-top: 5px;
}

footer {
	color: #838383;
	background-color: #EEE;
	padding: 30px 0 10px;
	bottom: 0;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-self: flex-end;
}

footer section {
	min-width: 40%;
}

footer p {
	margin: 0 0 10px 10%;
	
}

.home-footer{
	background-color: #6CC04A;
	padding-top: 2em;
	margin-top: .75em;
}

.footer-text{
	color: #283990;
}

#copyright {
	color: #FFF;
}
#footer-address {
	text-align: right;
	padding-right: 2em;
}

#contact {
	margin: 0 10% 0 0;
}

#contact a {
	/*text-decoration:none;*/
	color: #2b2b2b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	margin: 10px;
}

main h1,
aside h2 {
	display: none;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1em;
	margin: 0 0 10px 0;
}

ul {
	margin: 0;
	padding: 0;
	position: relative;
}

li {
	list-style: none;
}

aside {
	float: left;
	width: 230px;
	background: #474e53;
	padding-top: 10px;
	z-index: 100;
}

aside a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

aside a:hover {
	color: #6DD5F8;
}

.sidebarMenu li {
	margin: 35px 0;
	height: 40px;
	width: 200px;
}

.sidebarMenu li a {
	height: 40px;
	width: 200px;
	display: block;
	text-indent: 50px;
	line-height: 2.7;
}

.reportlist > li{
	padding: 15px 0px; 
}


/*.new-employee {
	background:url(../_images/add-employee-icon.png) 0 0 no-repeat;
}

.new-account {
	background:url(../_images/add-account-icon.png) 0 0 no-repeat;
}

.new-company {
	background:url(../_images/add-company-icon.png) 0 0 no-repeat;
}

.new-note {
	background:url(../_images/add-note-icon.png) 0 0 no-repeat;
}

.message {
	background:url(../_images/add-message-icon.png) 0 0 no-repeat;
}*/

main.adminMain,
main.manageAccounts,
main.employees {
	width: 80%;
	margin: 0 auto;
	flex: 1;
	margin-bottom: 1em;
	min-height: 90vh;
}

.caspioDash {
	width: 100%;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	flex-direction: column;
}

iframe {
	width: 100%;
	border: none;
	margin-bottom: -4px;
}

.dropdown-opened {
	display: -webkit-box !important;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox !important;
	/* TWEENER - IE 10 */
	display: -webkit-flex !important;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex !important;
}

.dropdown-menu>div>ul>li>a {
	width: 100%;
}

.manageAccounts .primaryDash {
	width: 100.1%;
	background-color: #fff;
}

.homeDash {
	padding-top: 15px;
}

.secondaryDash {
	float: right;
	width: 340px;
	min-height: 480px;
	border-left: 7px solid #0994D0;
	position: relative;
	padding: 10px 0;
	margin-right: 10px;
}

.fullDash {
	float: right;
	width: 97%;
	min-height: 500px;
	border-left: 7px solid #0994D0;
	position: relative;
	padding: 10px 0;
	margin-right: 10px;
}

.widget {
	border-bottom: 2px solid #0994D0;
	position: relative;
	width: 300px;
	margin: 0 auto;
	padding: 10px 0;
}

.block {
	width: 320px;
	float: left;
}

.block-third {
	width: 400px;
	float: left;
}

.fullWidth {
	padding: 10px 30px 10px 10px;
}

.padded {
	padding: 10px;
	width: 94%;
}

.review-contracts {
	border-top: 7px solid #0994D0;
	border-left: 7px solid #0994D0;
	float: left;
	width: 100%;
}

.filters {
	position: relative;
	display: inline-block;
}

.filters-additional {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	padding: 12px 16px;
	z-index: 1;
}

.filters:hover .filters-additional {
	display: block;
}

.notifications,
.staff-reminders,
.documents-to-be-verified,
.employee-birthdays,
.new-appointments,
.pending-appointments {
	min-height: 200px;
}

.cxkg {
	font-size: .6em;
	text-align: right;
}

.featured-buttons {
	width: 200px;
	float: left;
}

.my-employee-file {
	float: left;
	width: 750px;
}

.my-user-profile {
	width: 320px;
	float: left;
}

.login-form {
	border-top: 15px solid #50BDEB;
}

.home form td {
	padding: 5px;
}

#print-cmd {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	justify-content: flex-end;
	align-self: flex-start;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	height: 38px;
}

td[class^="cbHTMLBlockContainer"] pre,
td[class^="cbHTMLBlockContainer"] table {
	margin: 0 0 10px 0;
}

#cbParamVirtual11,
#cbParamVirtual12 {
	width: 100px!important;
	font-size: 16px;
	border-radius: 3px;
	box-shadow: 1px 1px 5px #AAA;
	height: 32px;
	width: 150px!important;
	padding-left: 20px;
}

#CalendarToolBox .BodyTable th {
	color: #009688;
}

#CalendarToolBox .BodyTable td.CurrentDate {
	background-color: #d3d3d3 !important;
	border: 1px solid #50bdeb !important;
	color: red;
	border-radius: 50%;
}

#CalendarToolBox .NavBar {
	background-color: #50bdeb !important;
}

.fstToggleBtn {
	padding: .5em 1em .5em 1em!important;
	min-width: 10em!important;
	font-size: 1.2em!important;
}

.fstToggleBtn:after {
	right: 2%;
}

.fstElement {
	color: #999;
}

.fstResultItem {
	color: #232323;
}

input#cbParamVirtual1[type="text"],
input#cbParamVirtual2[type="text"],
input#cbParamVirtual3[type="text"],
input#cbParamVirtual5[type="text"] {
	height: 48px;
	width: 180px!important;
	padding-left: 10px;
}

.topnav {
	height: 135px;
	background: #8ED8F8;
	padding: 0;
	width: 100%;
	overflow: hidden;

}

.topnav-header {
	width: 100%;
}

.topnav-container {
	max-width: 100%;
	margin: 0 auto;
}

/*.topnav a {
	display: block;
	padding: 12%;
	min-width: 35%;
	text-decoration: none;
    font-size: 1.5em;
	font-weight: bold;
	color:#666;
}*/

.topnav ul {
	float: right;
	min-width: 35%;
	padding-top: 1.75em;
}

.topnav li {
	float: left;
	min-width: 33%;
}

.topnav a {
	display: block;
	padding: 12%;
	min-width: 15%;
	text-decoration: none;
    font-size: 1.5em;
	font-weight: bold;
	color:#666;
}

.banner {
	height: 120px;
	padding: 0;
	width: 100%;
	margin-top: 1em;
	float: left;
}

.banner section {
	width: 15%;
	float: left;
}

.banner div {
	width: 85%;
	float: right;
}

.logo-container {
float: left;
}

.logo-container img {
	max-width: inherit;
}

.branding-container {
	text-align: center;
	padding: 15px 50px;
	vertical-align: middle;
	font-size: 1.5em;

}

.module-nav {
	height: 35px;
	padding: 30px 0px;
	width: 100%;
}

.module-nav ul {
	float: right;
	width: 100%;
}

.module-nav li {
	float: left;
	text-align: center;
	min-width: 20%;
}


.module-nav a {
	display: block;
	min-width: 25%;
	padding: 10px 60px;
	text-decoration: none;
    font-size: 17px;
}

.extra-large-tabs {
	min-width: 25% !important;
}

#colortab1 {
	background-color: #C7EAFB;

}

#colortab2 {
	background-color: #8ED8F8;

}

#colortab3 {
	background-color: #44C8F5;
}

#colortab4 {
	background-color: #6CC04A;
}

.text-Trackit {
	color: #262262;
	font-size: 1.5em;
	font-weight: bold;
}

.text-EZ {
	color: #6CC04A;
	font-size: 1.5em;
	font-weight: bold;
}

.secondary-banner {
	width: 100%;
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	margin-top: 2em;
}

.secondary-banner section, .secondary-banner section:visited {
	position: relative;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
}

.secondary-banner section span {
	display: none;
}

.secondary-banner section:hover { 
	background-color: #e9e9e2; 
}

/* the IE correction rule */
.secondary-banner section:hover	{
	color: #f00; 
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
}

.secondary-banner section:hover span {
	display: block;
	position: absolute;
	top: -25px;
	left: 150px;
	width: 320px;
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #9c9c9c;
	text-align: center;
	border: 1px solid #666;
	z-index: 500;
}

.secondary-banner section:hover div {
	text-align: right;
}

.characters {
	width: 25%;
	float: left;
	display: block;
	margin: auto;
	padding: 1em;
	min-height: max-content
}

.characters img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.characters h4 {
	text-align: center;
}

.navigation {
	height: 70px;
	background: #50BDEB;
	padding: 0;
	margin-top: 1em;
}

.navigation-client {
	height: 70px;
	background: #99162B;
	padding: 0;
	margin-top: 1em;
}

.nav-container {
	max-width: 80%;
	margin: 0 auto;
}

.nav-container>nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-container>nav ul li {
	float: left;
	position: relative;
}

.nav-container>nav ul li a,
.nav-container>nav ul li a:visited {
	display: block;
	padding: 0 20px;
	line-height: 70px;
	color: #ffffff;
	text-decoration: none;
	text-transform: none;
}

.nav-container>nav ul li a:hover,
.nav-container>nav ul li a:visited:hover {
	background: #71b44b;
	color: #ffffff;
}

.nav-container>nav ul li a:not(:only-child):after,
.nav-container>nav ul li a:visited:not(:only-child):after {
	padding-left: 4px;
	content: '\25BE';
}

.nav-container>nav ul li ul li {
	min-width: 190px;
}

.nav-container>nav ul li ul li a {
	padding: 15px;
	line-height: 20px;
}

.nav-dropdown {
	position: absolute;
	background: #50BDEB;
	display: none;
	z-index: 9999;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.selected {
	text-decoration: none;
	color: #fff;
	line-height: 4;
	display: block;
	background-color: #6Bc34A;
	font-size: 16px;
	text-transform: uppercase;
	border-right: 0.5px solid #4EAE2B;
	border-left: 0.5px solid #4EAE2B;
	
}

.nav-container>li.selected>a {
	background: #71b44b;
}

/* Mobile navigation */

.nav-mobile {
	display: none;
	position: absolute;
	top: 0;
	background: #50BDEB;
	height: 70px;
	width: 70px;
}

@media only screen and (max-width: 769px) {
	.nav-mobile {
		display: block;
	}
	.nav-container>nav {
		width: 100%;
		padding: 70px 0 15px;
	}
	.nav-container>nav ul {
		display: none;
		background: #50BDEB;
	}
	.nav-container>nav ul li {
		float: none;
	}
	.nav-container>nav ul li a {
		padding: 15px;
		line-height: 20px;
	}
	.nav-container>nav ul li ul li a {
		padding-left: 30px;
	}
	.nav-dropdown {
		position: static;
	}
	#print-cmd {
		display: none;
	}
	main.manageAccounts {
		margin: 2em auto;
	}
	video {
		width: 100%;
	}
	.secondaryMenu>ul {
		flex-direction: column;
	}
	header {
		justify-content: space-between;
	}
}

@media screen and (min-width: 799px) {
	.nav-list {
		display: block !important;
	}
}

#nav-toggle {
	position: absolute;
	left: 18px;
	top: 22px;
	cursor: pointer;
	padding: 10px 35px 16px 0px;
	margin-left: -12px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	background: #ffffff;
	position: absolute;
	display: block;
	content: '';
	transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
	top: -10px;
}

#nav-toggle span:after {
	bottom: -10px;
}

#nav-toggle.active span {
	background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
	top: 0;
}

#nav-toggle.active span:before {
	transform: rotate(45deg);
}

#nav-toggle.active span:after {
	transform: rotate(-45deg);
}

.landing-page {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	flex-direction: column;
}

.dash-controls {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.date-table>tbody>tr>td {
	vertical-align: inherit;
}

.date-table>tbody>tr>td>input,
.date-table > tbody > tr > td > table > tbody >tr > td input {
	height: 43px !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	border-color: #e9e9e9;
	color: #808080;
}

td[class^="cbHTMLBlockContainer"] pre {
	margin: 0px;
}

.dropdown-menu>ul>li>a {
	width: auto;
}

.dropdown-menu ul {
	box-shadow: none;
}

.menu-dropdown-text{
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	align-items: center;
}

/* modal stuff */

.modal-dialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modal-dialog:target {
	opacity: 1;
	pointer-events: auto;
}

.modal-dialog:target>.bodyclose {
	display: block;
}

.modal-dialog>div.small-modal {
	width: 42%;
	max-width: 100%;
	z-index: 2;
	position: relative;
	margin: 10% auto;
	background: #fff;
	height: calc(60%);
}

.modal-dialog>div.large-modal {
	width: calc(60%);
	max-width: 100%;
	z-index: 2;
	position: relative;
	margin: 0% auto;
	background: #fff;
	height: calc(90%);
}

#myInfo>.small-modal, #modalDialog>.myInfo{
	
width: calc(20%);
	height: calc(30%);
}

#changePassword>.small-modal,
#modalDialog>.change-password {
	height: calc(50%);
}

.modal-dialog>div.edit-modal, #addAccount>.small-modal, #modalDialog>.addAccount{
	width: calc(55%);
}

#modalDialog>.addAccount{
	height: calc(75%);
}

.modal-dialog>div.details-modal{
	width: calc(60%);
}

.modal-body {
	height: calc(100%);
}

.modal-header {
	background: #50BDEB;
	height: 60px;
	width: calc(100%);
}

.modal-heading {
	font-size: 30px;
	color: #fff;
}

.close, .maximize, .minimize {
	width: 45px;
	color: #fff;
}

header > a.close:only-of-type {
	margin-bottom: 16px;
}

a.close, a.maximize, a.minimize {
	text-decoration: none;
}

a.maximize, a.minimize {
	padding-right: 15px;
}

a.small {
	margin-bottom: 8px;
}

div.close:after {
	content: url('../_images/close.png');
	font-size: 60px;
	color: #FFF;
	line-height: 60px;
	text-align: center;
}

div.maximize {
	margin-top: 15px;
}

div.maximize:after{
	color: #FFF;
	line-height: 60px;
	text-align: center;
	content:url('../_images/maximize.png');
}

div.minimize:after{
	color: #FFF;
	line-height: 60px;
	text-align: center;
	content:url('../_images/minimize.png');
}

div.minimize {
	margin-top: 15px;
}

.bodyclose {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	display: none;
	z-index: 1;
	position: fixed;
}

#login-modal>.small-modal>.modal-body>iframe,
#login-modal>.small-modal>.modal-body {
	height: 300px!important;
	min-height: 300px!important;
}

body.login-modal {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	flex-direction: column;
	align-items: center;
}

#login-modal>.small-modal {
	width: 20%;
	height: calc(35%);
}

.caspio-form > .modal-iframe {
	width: 99.9%;
	height: calc(90%);
}

.modal-body > .caspio-form {
	height: calc(95%);
}

#sendAlert, #modalDialog>.sendAlert  {
	width: 99.96%;
}

#sendMessage > .small-modal,
#modalDialog>.sendNotification{
	width: calc(25%);
	height: calc(70%);
}

#editReminder > .large-modal {
	width: calc(60%);
}

#contactUs > .small-modal,
#addEmployee > .small-modal, 
#emergencyContact > .small-modal,
#addReminder > .small-modal,
#modalDialog>.contactUs,
#modalDialog>.addMember, 
#modalDialog>.addMember{
	width: calc(40%);
}

#modalDialog>.addContact{
	width: calc(25%);
	height: calc(70%);
}

#modalDialog>.addReminder{
	width: calc(26%);
}
.manual-closer{
	opacity: 0!important;
	pointer-events: none;
}

#modalDialog>.emergencyContact{
	width: calc(30%);
}

#modalDialog>.addVendor{
	width: calc(25%);
}


#addUser > .small-modal,
#modalDialog>.addUser {
	width: calc(25%);
	height: calc(70%);
}

#modalDialog>.inviteVendor {
	width: calc(25%);
}

#addDocument > .small-modal,
#notification > .small-modal,
#addStudent > .small-modal,
#modalDialog>.addDocument,
#modalDialog>.notification,
#modalDialog>.addStudent {
	width: calc(35%);
}

#addAccountIframe {
	width: 99.9%;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

div.modal-dialog.notransition {
	opacity: 1;
	pointer-events: auto;
}

.modal-dialog > div.small-modal.account-modal {
	width: calc(60%);
	height: calc(70%);
}
.modal-dialog > div.large-modal.account-modal {
	width: calc(90%);
}
.modal-dialog > div.large-modal.user-modal {
	width: calc(49%);
}

.spacer-div{
	height: 10px;
}

#editAccountSpacer {
	display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
	
	.caspio-form {
		height: calc(100% - 10px);
	}
	#addReminderIframe {
		height: calc(80%);
	}
	#addReminder > .small-modal > .modal-body {
		height: 100%;
	}
	#addReminder > .small-modal {
		height: calc(50%);
		width: calc(40% + 50px);
	}
	.modal-dialog > div.small-modal.account-modal {
		width: calc(85%);
		height: calc(85%);
	}
	#modalDialog > .addReminder{
		width: calc(40%);
	}
	#modalDialog > .addMember {
		width: calc(48%);
	}
	
	#modalDialog > .inviteVendor,
	#modalDialog > .addUser{
		width: calc(35%);
	}
	
	#modalDialog > .myInfo{
		width: calc(25%);
	}
	
	#modalDialog > .emergencyContact{
		width: calc(47%);
	}
	
	#modalDialog > .addContact{
		width: calc(35%);
	}
	
	#modalDialog > .sendNotification{
		width: calc(35%);
	}
	
	.modal-dialog > div.large-modal.account-modal {
		width: calc(95%);
	}
	#login-modal>.small-modal {
		width: calc(40%);
		height: calc(35%);
	}
}

@media screen and (max-width: 768px){
	.dropdown-opened{
		flex-direction: column;
	}
}
body.modal-disable-scroll {
	overflow-y: hidden;
}

/* end modal stuff*/

section.caspio-form>#datapage-form>#caspioform {
	overflow-x: hidden;
	height: 500px;
}

.btn-primary {
	color: #FFFFFF;
	font-size: 12px;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	min-width: 120px;
	padding: 7px 16px;
	display: inline-block;
	border: none;
	background-color: #0994D0;
	text-decoration: none;
}

#datapage-form>#caspioform>table[class^="cbTableDefault"]>tbody>tr>td>table[id^="cbTable"] {
	border: none;
}

.dropdown-opened {
	transition: none;
	-webkit-transition: none;
}

.dropdown-menu {
	transition: none;
	-webkit-transition: none;
}

input[type="radio"]#cbParamVirtual11 {
	height: auto;
	width: auto!important;
	box-shadow: none;
}

td[class^="cbSubmitButtonContainer"],
td[class^="cbBackButtonContainer"]{
	border: none;
	background: #fff;
}

div[id^="GridCtnr"] > table,
div[id^="cbDataAjax"],
div > table[class^="cbResultSetTable"]{
	z-index: 0 !important;
}

table[class^="cbFormTableCellspacing"] {
	padding: 0;
}

.overlay {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0, 0.8);
	pointer-events: none;
	display: none;
}

.overlay-inside {
	background: rgba(255, 255, 255, 0.5);
}

td[class^="cbFormLabelCell"],
td[class^="cbFormFieldCell"] {
	vertical-align: inherit;
}

#tabular {
	margin-top: 0px!important;
}

#addDeliveryIframe{
	height: 300px;
}

#aux {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	align-items: center;
}

#help {
	padding-right: 7px;
}

.dash-controls {
	margin-bottom: -3px;
}

.hidden {
	display: none;
}



/*
 IE 10+ Hacks, Please leave at bottom.
*/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.navigation {
		height: auto;
	}
	.nav-container {
		height: 70px;
	}
	main.manageAccounts {
		height: auto;
		flex-basis: auto;
	}
	body {
		min-height: 100vh;
	}
	
	#dropdown-dark-with-icons>.dropdown-anchor{
		left: calc(80%)!important;
	}
	#infoDropdown>.dropdown-anchor{
		left: calc(50% - 5px)!important;
	}
	#infoDropdown>.wide{
		left: calc(53%)!important;
	}
	
	.details-buttons{
		justify-content: space-around;	
	}

}

.tg  {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}
.tg td{
	font-family:Arial, sans-serif;
	font-size:14px;
	padding:10px 5px;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	word-break:normal;
	border-color:black;
}
.tg th{
	font-family:Arial, sans-serif;
	font-size:1.25em;
	font-weight:bold;
	padding:10px 5px;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	word-break:normal;
	border-color:black;
	vertical-align:center;
}
.tg .tg-36en{
	border-color:#6CC04A;
	border-width: thick;
	text-align:left;
	vertical-align:top
}
.tg .tg-of7s{
	border-color:#6CC04A;
	border-width: thick;
	text-align:center;
	font-size: 1.15em;
}

/*Pricing design*/
* {
  box-sizing: border-box;
}

.pricingtable {
	width: 100%;
	margin: 0 auto;
}

/* Create three columns of equal width */
.columns {
  float: left;
  width: 33.3%;
  padding: 8px;
}

/* Style the list */
.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Add shadows on hover */
.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.price .header {
  background-color: #231F20;
  color: white;
  font-size: 25px;
}

/* List items */
.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
	min-height: 100px;
}

/* Grey list item */
.price .grey {
  background-color: #eee;
  font-size: 20px;
}


/* Change the width of the three columns to 100% 
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}
