@charset "UTF-8"; /* CSS Document */
/* 
font-family: 'Pacifico', cursive;
font-family: 'PT Sans', sans-serif;
*/

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/*html {
	font-size: 16px;
	line-height: 1.4;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%
}
body {
	font-size: 100%;
	text-align: center;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}*/
header:after, nav:after, section:after, article:after, footer:after, .inner:after, .row:after, .clearfix:after {
	content: "";
	display: table;
	clear: both;
}
#wrapper {
	/*width: calc(100% - 80px);
	margin: 0 0 0 80px;*/
	padding: 0px;
	position: relative;
	text-align: left;
	transition: all 0.5s ease;
	overflow: hidden;
}
#wrapper-login {
	width: 100%;
	margin: 0;
	padding: 0px;
	position: relative;
	text-align: left;
}
@media (max-width:1300px) {
#wrapper, #wrapper-login {
	margin-left: 20px;
	margin-right: 20px;
}
}
.inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}


.light-blue {
	color: #32afcc;
}
.medium-blue {
	color: #006f89;
}
.dark-blue {
	color: #0c4e5d;
}
.tan {
	color: #eee2d1;
}
.dark-orange {
	color: #ab5c3d;
}
.grey {
	cloro: #8d8987;
}
.purple {
	color: #856390;
}
.alertTxt {
	color: #cc0000;
}
/** Site Header **********************************************/
#header {
	padding: 0px 0;
	border-bottom: 1px solid #e0e0e0;
	background-color: #FFF;
	margin: 0;
	height: 70px;
}
#header .logo {
	float: left;
	width: 40%;
	margin-top: 10px;
	max-width: 305px;
}
#header .logo {
	min-width: 350px;
}
#header .right {
	/*width: 40%;*/
	text-align: right;/*padding-top: 20px;*/
}
#header ul#topNav {
	margin: 0;
	padding: 0;
}
#header ul#topNav li {
	display: inline;
	margin-left: 20px;
}
#header ul#topNav a {
	color: #000;
	text-decoration: none;
}
#header ul#topNav a:hover {
	color: #000;
	text-decoration: underline;
}
/** Site Header LOGIN**********************************************/
#header-login {
	padding: 20px 0;
	border-bottom: 1px solid #e0e0e0;
	background-color: #FFF;
	margin: 0;
	min-height: 70px;
}
#header-login .logo img {
	display: block;
	margin: auto;
}
/** Navigation **********************************************/
#nav {
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 80px;
	height: 100%;
	background-color: #006f89;
	background-image: url(../images/nav-icons/nav-texture.png);
	margin: 0;
	text-align: center;
	transition: all 0.5s ease;
	/*overflow-y: auto;
		overflow-x:hidden;*/
	z-index: 999;
}
#nav .inner {
	padding: 5px 0;
	/*overflow-y: auto;
		overflow-x:hidden;*/
	height: 100%;
	margin-top: 85px;
}
#nav ul {
	/*overflow: hidden;display: inline;*/
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
#nav ul li {
	display: block;
	list-style: none;
	margin: 0 0 14px 0;
	padding: 0;
	/*white-space: nowrap;*/
	/*width:45px;
	height:45px;*/
	/*width:255px;*/
	position: relative;
}
#nav ul li.active {
	background-image: url(../images/nav-icons/active-nav.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav a {
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: left;/*width:45px;
	height:45px;
	margin:auto;
	background-color:#0c4e5d;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;*/
}
#nav a:hover {
	color: #000;
	text-decoration: underline;
}
#nav a:after {
	content: "";
	display: table;
	clear: both;
}
#nav a span.nav-icon {
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	transition: all 0.5s ease;
	margin: 0 0 0 17px;
	background-color: #0c4e5d;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	background-repeat: no-repeat;
	background-position: center center;
}
#nav a span.nav-icon.dashboard {
	background-image: url(../images/nav-icons/dashboard.png);
}
#nav a span.nav-icon.profile {
	background-image: url(../images/nav-icons/profile.png);
}
#nav a span.nav-icon.settings {
	background-image: url(../images/nav-icons/settings.png);
}
#nav a span.nav-icon.logout {
	background-image: url(../images/nav-icons/logout.png);
}
#nav a span.nav-icon.cms {
	background-image: url(../images/nav-icons/cms.png);
}
#nav a span.nav-icon.registrations {
	background-image: url(../images/nav-icons/pending-registrations.png);
}
#nav a span.nav-icon.your-cases {
	background-image: url(../images/nav-icons/cases.png);
}
#nav a span.nav-icon.users {
	background-image: url(../images/nav-icons/users.png);
}
#nav a span.nav-icon.reporting {
	background-image: url(../images/nav-icons/reporting.png);
}
#nav a span.nav-icon.cancelled-cases {
	background-image: url(../images/nav-icons/cancelled.png);
}
#nav a:hover span.nav-icon {
	background-color: #eee;
}
#nav a span.nav-item {
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	float: left;
	margin: 12px 0 0 10px;
	position: absolute;
	left: -200px;
}
#wrapper.nav-expand {
	width: calc(100% - 255px);
	margin: 0 0 0 255px;
}
#wrapper.nav-expand #nav {
	width: 255px;
}
#wrapper.nav-expand #nav ul li {
	width: 255px;
}
#wrapper.nav-expand #nav a span.nav-item {
	visibility: visible;
	opacity: 1;
	position: relative;
	left: auto;
}
#wrapper.nav-expand #nav ul li:hover .tooltip {
	display: none;
}
#nav ul li:hover .tooltip {
	display: block;
}
#nav .tooltip {
	position: absolute;
	text-align: left;
	display: none;
	width: 110px;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	top: -1px;
	right: -100px;
	z-index: 999;
	padding-left: 10px;
	background-image: url(../images/nav-icons/tool-tip.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#nav .tooltip div {
	background-color: #ab5c3d;
	width: 100px;
	height: 47px;
	padding: 10px;
	font-weight: 700;
}
.toggle-expand {
	width: 40px;
	height: 40px;
	display: block;
	top: 16px;
	left: 20px;
	position: absolute;
	transition: all 0.5s ease;
	/* margin: 0 0 0 17px; */
	background-color: #0c4e5d;
	background-image: url(../images/responsive/expand-menu-button.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.toggle-expand:hover {
	background-color: #32afcc;
}
/** Mobile Header and Navigation **********************************************/
#mobile-header {
	display: none;
	background-color: #006f89;
	background-image: url(../images/nav-icons/nav-texture.png);
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
}
.mobile-logo {
	max-width: 315px;
	position: absolute;
	top: 25px;
	left: 75px;
}

@media (max-width:450px) {
.mobile-logo {
	max-width: 245px;
	top: 27px;
}
}

@media (max-width:350px) {
.mobile-logo {
	max-width: 195px;
	top: 29px;
	left: 70px;
}
}
#mobile-nav {
	/*display:none;*/
	background-color: #0c4e5e;
	/*height:100%;
	height: 480px;*/
	position: fixed;
	top: -530px;
	opacity: 0;
	left: 0;
	width: 100%;
	padding: 90px 40px 20px;
	z-index: 1000;
	transition: all 0.5s ease;
	
	max-height: 530px;
    height: 100%;
    overflow-y: auto;

}
#mobile-nav.active {
	/*display:block;*/
	top: 0;
	opacity: 1;
}

@media (min-width:768px) { /*Hide it if menu is open and then screen is widened*/
#mobile-nav, #mobile-nav.active {
	top: -530px;
	opacity: 0;
}
}
#mobile-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mobile-nav li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mobile-nav li a {
	color: #FFF;
	display: block;
	padding: 7px 0 7px 40px;
	font-size: 14px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 35px;
	transition: all 0.5s ease;
}
#mobile-nav li a:hover {
	color: #0c4e5e;
	background-color: #a2cbd4
}
#mobile-nav li a.dashboard {
	background-image: url(../images/nav-icons/dashboard.png);
}
#mobile-nav li a.profile {
	background-image: url(../images/nav-icons/settings.png);
}
#mobile-nav li a.logout {
	background-image: url(../images/nav-icons/logout.png);
}
#mobile-nav li a.cms {
	background-image: url(../images/nav-icons/cms.png);
}
#mobile-nav li a.registrations {
	background-image: url(../images/nav-icons/pending-registrations.png);
}
#mobile-nav li a.your-cases {
	background-image: url(../images/nav-icons/cases.png);
}
#mobile-nav li a.users {
	background-image: url(../images/nav-icons/users.png);
}
#mobile-nav li a.reporting {
	background-image: url(../images/nav-icons/reporting.png);
}
#mobile-nav li a.cancelled-cases {
	background-image: url(../images/nav-icons/cancelled.png);
}
.mobile-initiate {
	text-align: center;
	margin-bottom: 30px;
}
.toggle-mobile {
	width: 40px;
	height: 40px;
	display: block;
	top: 16px;
	left: 20px;
	position: absolute;
	transition: all 0.5s ease;
	/* margin: 0 0 0 17px; */
	background-color: #0c4e5d;
	background-image: url(../images/responsive/expand-menu-button.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.toggle-mobile:hover {
	background-color: #32afcc;
}
/** Site Content **********************************************/
#content {
	background-color: #FFF;
	margin: 0;
	min-height: 400px;
	padding: 30px 0 10px;
}
#content .gridcol { /*So drop dhadows sow around boxes*/
	overflow: visible;
}
.box {
	padding: 20px;
	margin: 0 0 20px;
	background-color: #FFF;
	-webkit-box-shadow: 0.829px 0.559px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0.829px 0.559px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0.829px 0.559px 5px 0px rgba(0, 0, 0, 0.2);
}
.box:after {
	content: "";
	display: table;
	clear: both;
}
.loginType {
	position: fixed;
	top: 0;
	left: 0;
	padding: 5px 10px;
	background-color: #666;
	color: #CCC;
	font-size: 12px;
	text-transform: uppercase;
	z-index: 1010;
}
.loginType strong {
	letter-spacing: 1px;
	color: #FFF;
}
.initiate-case-btn {
	display: inline-block;
	margin-top: 20px;
	background: #d97750;
	background: url(../images/inititate-case-btn.png), -moz-linear-gradient(top, #d97750 0%, #ab5c3d 100%);
	background: url(../images/inititate-case-btn.png), -webkit-gradient(left top, left bottom, color-stop(0%, #d97750), color-stop(100%, #ab5c3d));
	background: url(../images/inititate-case-btn.png), -webkit-linear-gradient(top, #d97750 0%, #ab5c3d 100%);
	background: url(../images/inititate-case-btn.png), -o-linear-gradient(top, #d97750 0%, #ab5c3d 100%);
	background: url(../images/inititate-case-btn.png), -ms-linear-gradient(top, #d97750 0%, #ab5c3d 100%);
	background: url(../images/inititate-case-btn.png), linear-gradient(to bottom, #d97750 0%, #ab5c3d 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d97750', endColorstr='#ab5c3d', GradientType=0 );
	border: 1px solid #ab5c3d;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255,168,134,1), 2px 1px 2px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 1px 0 0 rgba(255,168,134,1), 1px 1px 4px 0 rgba(0,0,0,.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 13px;
	text-transform: uppercase;
	padding: 8px 15px 6px 39px;
	color: #FFF !important;
	text-decoration: none;
	/*background-image:url(../images/inititate-case-btn.png);*/
	background-repeat: no-repeat;
	background-position: left center;
}
.initiate-case-btn:hover {
	color: #FFF;
	border: 1px solid #0c4e5d;
	background: #0c4e5d;
	background: url(../images/inititate-case-btn.png), -moz-linear-gradient(top, #006f89 0%, #0286a5 100%);
	background: url(../images/inititate-case-btn.png), -webkit-gradient(left top, left bottom, color-stop(0%, #006f89), color-stop(100%, #0286a5));
	background: url(../images/inititate-case-btn.png), -webkit-linear-gradient(top, #006f89 0%, #0286a5 100%);
	background: url(../images/inititate-case-btn.png), -o-linear-gradient(top, #006f89 0%, #0286a5 100%);
	background: url(../images/inititate-case-btn.png), -ms-linear-gradient(top, #006f89 0%, #0286a5 100%);
	background: url(../images/inititate-case-btn.png), linear-gradient(to bottom, #006f89 0%, #0286a5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006f890', endColorstr='#0286a5', GradientType=0 );
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-box-shadow: inset 0 1px 0 0 rgba(0,111,137,1), 2px 1px 2px 0 rgba(0,0,0,.3);
	box-shadow: inset 0 1px 0 0 rgba(0,111,137,1), 1px 1px 4px 0 rgba(0,0,0,.3);
}
.initiate-case-btn.small {
	display: inline-block;
	position: relative;
	width: 55px;
	height: 55px;
	margin-top: 0;
	text-align: center;
	background: #d97750;
	background: url(../images/inititate-case-btn-small.png), -moz-linear-gradient(top, #d97750 0%, #ab5c3d 100%);
	background: url(../images/inititate-case-btn-small.png), -webkit-gradient(left top, left bottom, color-stop(0%, #d97750), color-stop(100%, #ab5c3d));
	background: url(../images/inititate-case-btn-small.png), -webkit-linear-gradient(top, #d97750 0%, #ab5c3d 100%);
	background: url(../images/inititate-case-btn-small.png), -o-linear-gradient(top, #d97750 0%, #ab5c3d 100%);
	background: url(../images/inititate-case-btn-small.png), -ms-linear-gradient(top, #d97750 0%, #ab5c3d 100%);
	background: url(../images/inititate-case-btn-small.png), linear-gradient(to bottom, #d97750 0%, #ab5c3d 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d97750', endColorstr='#ab5c3d', GradientType=0 );
	background-repeat: no-repeat;
	background-position: center top;
}
.initiate-case-btn.small:hover {
	background: #0c4e5d;
	background: url(../images/inititate-case-btn-small.png), -moz-linear-gradient(top, #006f89 0%, #0286a5 100%);
	background: url(../images/inititate-case-btn-small.png), -webkit-gradient(left top, left bottom, color-stop(0%, #006f89), color-stop(100%, #0286a5));
	background: url(../images/inititate-case-btn-small.png), -webkit-linear-gradient(top, #006f89 0%, #0286a5 100%);
	background: url(../images/inititate-case-btn-small.png), -o-linear-gradient(top, #006f89 0%, #0286a5 100%);
	background: url(../images/inititate-case-btn-small.png), -ms-linear-gradient(top, #006f89 0%, #0286a5 100%);
	background: url(../images/inititate-case-btn-small.png), linear-gradient(to bottom, #006f89 0%, #0286a5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006f890', endColorstr='#0286a5', GradientType=0 );
	background-repeat: no-repeat;
	background-position: center top;
}
.initiate-case-btn.small span {
	color: #FFF;
	font-size: 10px;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 3px;
}
.header-right {
	float: right;
	margin-top: 5px;
}
.header-right table {
	border: none;
}
.header-right table td {
	border: none;
	padding: 0 0 0 10px;
}
.header-right table td.profile-thumb img {
	width: 55px;
	max-width: none;
}
.logged-in-info {
}
.logged-in-info span {
	display: block;
	font-size: 12px;
	text-align: right;
}
.logged-in-info span.logged-in-name {
	font-size: 16px;
}
.logged-in-info span.logged-in-title {
	color: #8d8987;
	text-transform: uppercase;
}
/** Site Footer ****************************************************************************************/
#footer {
	position: relative;
	padding: 20px 0;
	border-top: 1px solid #e0e0e0;
	background-color: #FFF;
	color: #666666;
	font-size: 12px;
	margin: 0 0 20px;
}
#footer a {
	margin: 0 5px;
	color: #666666;
}
#footer a:hover {
	color: #999;
}
#footer p {
	margin: 17px 0 10px;
	padding: 0;
	float: left;
}
ul.footer-logos {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.footer-logos li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	margin-left: 10px;
}
/* General Styles List ----------------*/
/*a {
	outline: 0;
	cursor: pointer;
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #000;
}
a:hover {
	color: #32afcc;
}*/
a:focus {
	outline: 0;
}
p, h1, h2, h3 {
	margin: 0 0 20px;
	padding: 0;
}
h1 {
	font-size: 1.375em;
}
h2 {
	font-size: 1.250em;
}
h3 {
	font-size: 1.125em;
}
img {
	max-width: 100%;
	border: none;
}
form {
	/*margin: 0 0 20px;*/
	margin: 0;
	padding: 0;
}
input, textarea, select, option {
	font-size: 1em;
	resize: none;
	outline: 0;
}
input, textarea, select {
	border: 1px solid #999;
	padding: 8px;
	margin: 2px 0;
	box-sizing: border-box;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-size: 1em;
	outline: 0;
}
input.formBoxWide, textarea.formBoxWide {
	width: 98%;
}
input[type=submit], input[type=button] {
	border: solid 1px #999;
	background: #EEE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
input[type=checkbox], input[type=radio] {
	margin-right: 4px;
}
label {
	margin-right: 12px;
}
/*a.btn, input.btn {
	cursor: pointer;
	padding: 7px 10px;
	text-decoration: none;
	color: #FFF;
	border: solid 1px #CCC;
	background-color: #333;
	display: inline-block;
	line-height: 1.4;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(0, 111, 137);
	border-radius: 3px;
	background-image: -moz-linear-gradient( 90deg, rgb(0,111,137) 0%, rgb(50,175,204) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,111,137) 0%, rgb(50,175,204) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,111,137) 0%, rgb(50,175,204) 100%);
	box-shadow: 0.829px 0.559px 2px 0px rgba(0, 0, 0, 0.25), inset -0.518px 1.932px 0px 0px rgba(111, 223, 249, 0.004);
}*/
a.btn.green, input.btn.green {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(75, 125, 35);
	border-radius: 3px;
	background-image: -moz-linear-gradient( 90deg, rgb(75,125,35) 0%, rgb(142,205,91) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(75,125,35) 0%, rgb(142,205,91) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(75,125,35) 0%, rgb(142,205,91) 100%);
	box-shadow: 0.829px 0.559px 2px 0px rgba(0, 0, 0, 0.25), inset -0.518px 1.932px 0px 0px rgba(182, 236, 137, 0.004);
}
a.btn.red, input.btn.red {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(137, 32, 0);
	border-radius: 3px;
	background-image: -moz-linear-gradient( 90deg, rgb(137,32,0) 0%, rgb(224,55,4) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(137,32,0) 0%, rgb(224,55,4) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(137,32,0) 0%, rgb(224,55,4) 100%);
	box-shadow: 0.829px 0.559px 2px 0px rgba(0, 0, 0, 0.25), inset -0.518px 1.932px 0px 0px rgba(240, 158, 134, 0.004);
}
/*a.btn:hover, input.btn:hover {
	color: #FFF;
	border-color: #666;
	background: rgba(153,151,153,1);
	background: -moz-linear-gradient(top, rgba(153,151,153,1) 0%, rgba(102,102,102,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(153,151,153,1)), color-stop(100%, rgba(102,102,102,1)));
	background: -webkit-linear-gradient(top, rgba(153,151,153,1) 0%, rgba(102,102,102,1) 100%);
	background: -o-linear-gradient(top, rgba(153,151,153,1) 0%, rgba(102,102,102,1) 100%);
	background: -ms-linear-gradient(top, rgba(153,151,153,1) 0%, rgba(102,102,102,1) 100%);
	background: linear-gradient(to bottom, rgba(153,151,153,1) 0%, rgba(102,102,102,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999799', endColorstr='#666666', GradientType=0 );
}*/
a.btn.wide, input.btn.wide {
	padding: 7px 40px;
}
a.btn.cancel, input.btn.cancel {
	cursor: pointer;
	padding: 7px 10px 7px 32px;
	text-decoration: none;
	color: #918f8f;
	border: solid 1px #CCC;
	background-color: #f0f0f0;
	display: inline-block;
	line-height: 1.4;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(204, 204, 204);
	border-radius: 3px;
	box-shadow: 0.829px 0.559px 2px 0px rgba(0, 0, 0, 0.25);
	background-image: url(../images/cancel-button.png);
	background-repeat: no-repeat;
	background-position: 9px center;
}
a.btn.cancel:hover, input.btn.cancel:hover {
	background-color: #666;
	color: #FFF;
}
a.btn.light, input.btn.light {
	cursor: pointer;
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	color: #918f8f;
	border: solid 1px #CCC;
	background-color: #f0f0f0;
	display: inline-block;
	font-size: 0.875em;
	line-height: 1.4;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(204, 204, 204);
	border-radius: 3px;
	background-image: none;
	box-shadow: 0.829px 0.559px 2px 0px rgba(0, 0, 0, 0.25);
	background-repeat: no-repeat;
}
a.btn.light:hover, input.btn.light:hover {
	background-color: #666;
	color: #FFF;
}
/*Icon Buttons------------------------*/
a.btn.back, input.btn.back {
	padding-left: 25px !important;
	background-position: 9px center;
	background-image: url(../images/btn-icons/back.png);
}
a.btn.pdf, input.btn.pdf {
	padding: 7px 10px 7px 45px;
	background-position: 9px center;
	background-image: url(../images/btn-icons/pdf.png);
}
a.btn.treatment-history, input.btn.treatment-history {
	padding: 7px 10px 7px 35px;
	background-position: 9px center;
	background-image: url(../images/btn-icons/treatment-history.png);
}
a.btn.chart, input.btn.chart {
	padding: 7px 10px 7px 40px;
	background-position: 9px center;
	background-image: url(../images/btn-icons/chart.png);
}
a.btn.discussion, input.btn.discussion {
	padding: 7px 10px 7px 48px;
	background-position: 9px center;
	background-image: url(../images/btn-icons/discussion.png);
}
a.btn.consent, input.btn.consent {
	padding: 7px 10px 7px 36px;
	background-position: 9px center;
	background-image: url(../images/btn-icons/consent.png);
}
a.btn.edit, input.btn.edit {
	padding: 7px 10px 7px 33px;
	background-position: 7px center;
	background-image: url(../images/btn-icons/edit.png);
}
a.btn.checkmark, input.btn.checkmark {
	padding: 7px 10px 7px 31px;
	background-position: 6px center;
	background-image: url(../images/btn-icons/checkmark.png);
}
a.btn.view, input.btn.view {
	padding: 7px 10px 7px 31px;
	background-position: 6px center;
	background-image: url(../images/btn-icons/view.png);
}
a.btn.icon, input.btn.icon { /*For gradient buttons with icon image*/
	position: relative;
	padding: 7px 10px 7px 45px;
}
a.btn.icon img, input.btn.icon img { /*For gradient buttons with icon image*/
	position: absolute;
	left: 0;
	top: 2px;
}
a.blk-link {
	color:  #000;
}
hr {
	margin: 20px auto;
}
table {
	border-collapse: collapse;
	border: 1px solid #CCC;
	width: 100%;
	margin: 0 auto 20px;
}
table td, table th {
	padding: 10px;
	border: 1px solid #CCC;
	border-collapse: collapse;
}
table table, table table td, table table th {
	border: none;
	margin-bottom: 0;
}
table.noBorder {
	border: none;
	width: 100%;
	margin: 0;
}
table.noBorder td, table.noBorder th {
	border: none;
}
table.nostyle {
	border-collapse: collapse;
	border: none;
	margin: 0;
}
table.nostyle td, table.nostyle th {
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
/*ul, ol {
	padding: 0 0 0 20px;
	margin: 0 0 20px 20px;
}
li {
	padding: 0 0 0 5px;
	margin: 0 0 5px 0;
}*/
blockquote.indented {
	margin: 40px;
	padding: 0;
}
hr {
	border: 1px dotted #CCC;
}
/* classes */
.pageTitle {
	font-size: 1.375em;
	line-height: 1.1;
	font-weight: 300;
	color: #006f89;
	padding-bottom: 7px;
	border-bottom: 2px solid #eae9e9;
	text-transform: uppercase;
}
.title {
	font-size: 1.125em;
	color: #006f89;
	font-weight: 700;
}
.title2 {
	font-size: 1.375em; /*22*/
	color: #32afcc;
	font-weight: 700;
	text-transform: uppercase;
}
.subtitle {
	font-size: 1em;
}
.border {
	border: solid 1px #000;
}
.alertText {
	color: #F00;
}
.lrgTxt {
	font-size: 1.250em;
}
.smlTxt {
	font-size: 0.750em;
}
.blue {
	color: #32afcc;
}
.blueDrk {
	color: #0c4e5d;
}
.blueMed {
	color: #006f89;
}
.creme {
	color: #eee2d1;
}
.rust {
	color: #ab5c3d;
}
.grey {
	color: #8d8987;
}
.purple {
	color: #856390;
}
.horizontal, .horizontalClear {
	border-top: 1px dotted #999;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
}
.horizontalClear {
	clear: both;
}
.nowrap, .tel {
	white-space: nowrap;
}
.topCushion {
	margin-top: 40px;
}
.floatRight, .right {
	float: right;
}
.floatLeft, .left {
	float: left;
}
img.alignleft {
	display: block;
	float: left;
	margin: 20px 30px 20px 0;
}
img.alignright {
	display: block;
	float: right;
	margin: 20px 0 20px 30px;
}
img.aligncenter {
	display: block;
	margin: 0 auto 20px;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.scrollable-table {
	max-width: 100%;
	overflow: auto;
}
.scrollable-table-message {
	font-size: 12px;
}
/* page specific */

.insuranceCarrier {
	font-size: 0.813em
}
/*LOGIN PAGE------------------------*/

#wrapper-login #footer {
	text-align: center;
}
#wrapper-login p, #wrapper-login .right {
	float: none;
	margin-bottom: 20px;
}
.loginbox {
	width: 50%;
	margin: auto auto 20px;
}
.loginbox fieldset label {
}
.loginbox fieldset input {
	width: auto;
}
.loginbox .pageTitle {
	text-align: center;
}
table.login-table {
	width: 100%;
	max-width: 500px;
	border-collapse: collapse;
	border: none;
}
table.login-table td, table.login-table th {
	border: none;
}
table.login-table input[type=text], table.login-table input[type=password] {
	border: 1px solid #ccc;
	max-width: 97%;
	width: 100%;
}
.passwordSuccess {
	margin: 70px auto;
}
/*DASHBOARD--------------------------------------------------*/

.title-icon {
	display: block;
	float: left;
	height: 50px;
	width: 65px;
	background-color: #fff;/* margin-right: 10px; */
}
.title-icon span {
	display: block;
	height: 45px;
	width: 45px;
	margin-top: -2px;
	background-color: #32afcc;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
}
.box-content {/*To push content to line up with icon*/
	padding-left: 65px;
}
.box-content .gridrow {/*Adjust grid alignment for box-content*/
	margin-left: -1.03252%;
}
.large-number {
	color: #ab5c3d;
	font-weight: 700;
	font-size: 3.000em;
}
.large-number a {
	color: #ab5c3d;
	text-decoration: none;
}
.large-number a:hover {
	color: #856390
}
.medium-number {
	color: #32afcc;
	font-weight: 700;
	font-size: 2.125em;
}
.medium-number a, a.medium-number {
	text-decoration:  none;
	color: #32afcc;
}
.medium-number a:hover, a.medium-number:hover {
	text-decoration: underline;
}
/*ScrollBar Styles - heights need to be added to container*/
.nano {
	min-height: 150px;
}
.nano .nano-content {
	padding: 0px 30px 0px 0;
}
.nano.scrollbar-left .nano-content {
	padding: 0px 0px 0px 30px;
}
.nano.scrollbar-left > .nano-pane {
	right: auto;
	left: 0;
}
.nano .nano-pane {
	background: #FFF;
	border: 1px solid #ccc;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width: 20px;
}
.nano .nano-slider {
	background: #d7d7d7 !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
/*Notifications-------------*/
#notifications-scroll {
	height: 275px;
	margin-bottom: 20px;
}
.notifications-group {
	position: relative;
}
.notifications-group:after {
	content: "";
	display: table;
	clear: both;
}
.notification {
	padding-left: 65px;
	position: relative;
	margin-bottom: 15px;
}
.notification p {
	margin: 0;
}
.notification a {
	color: #32afcc;
	text-decoration: none;
	font-weight: bold;
}
.notification a:hover {
	color: #000;
}
a.cancel-link {
	display: block;
	width: 20px;
	height: 20px;
	background-color: #CCC;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-size: 15px;
	position: absolute;
	top: 4px;
	left: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
a.cancel-link:hover {
	background-color: #993333;
}
/*Recent Appointments---------*/
#recent-appointments-scroll {
	height: 192px;
}
#recent-appointments-scroll.nano.scrollbar-left .nano-content {
	padding: 0px 0px 0px 60px;
}
#recent-appointments-scroll.nano.scrollbar-left > .nano-pane {
	left: 13px;
}
/*Active Cases-------------*/
#active-cases-scroll {
	height: 428px;
}
#active-cases-scroll.nano.scrollbar-left .nano-content {
	padding: 0px 0px 0px 60px;
}
#active-cases-scroll.nano.scrollbar-left > .nano-pane {
	left: 13px;
}
table.list-table {
	border: none;
}
table.list-table td, table.list-table th {
	border: none;
	border-bottom: 1px solid #CCC;
}
table.list-table tr:hover td {
	background-color: rgba(238,226,209,.5);
}
/*Tumor Board Cases--------------------------*/

.tumor-board-cases table th {
	font-size: 16px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #0c4e5d;
	padding-right: 10px;
}
.tumor-board-cases table td {
	width: 100%;
}
.tumor-board-completed-cases {
	border-left: 3px solid #d1d1d1;
}
.tumor-board-completed-cases table th {
	width: 100%;
	padding: 0;
	white-space: normal;
	text-align: center;
}
.tumor-board-completed-cases table td {
	text-align: center;
}
/*Snaphot--------------------------*/

.snapshot table th {
	font-size: 16px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #0c4e5d;
	padding-right: 10px;
}
.snapshot table td {
	width: 100%;
}
.snapshot .previous-cases {
	border-left: 3px solid #d1d1d1;
	padding-left: 20px;
	min-height: 130px;
}
.snapshot .previous-cases table td {
	padding: 5px 20px 5px 0;
	width: 100%;
}
.snapshot .previous-cases table td.case-number {
	width: auto;
	white-space: nowrap;
}
.snapshot .previous-cases table td.date {
	white-space: nowrap;
	padding-right: 10px;
	width: auto;
}
.snapshot .previous-cases table td.step {
	width: 100%;
}
.snapshot .previous-cases table td.step.inactive {
	color: #ccc;
}
table td.type-of-cancer {
	color: #32afcc;
	font-weight: bold;
	font-size: 20px;
}
/*Profile Box--------------------------*/
.box.profile-box {
	padding: 5px;
}
.profile-box-image {
	float: left;
	height: 160px;
	width: 160px;
}
.profile-box-info {
	float: left;
	padding: 10px 20px;
	width: calc(100% - 160px);
}
.profile-box-greeting {
	font-family: 'Pacifico', cursive;
	font-size: 28px;
	color: #32afcc;
	padding: 0;
	margin: 0 0 10px;
}
.profile-box-name {
	padding: 0;
	font-size: 24px;
	margin: 0 0 5px;
}
.profile-box-title {
	padding: 0;
	margin: 0;
	color: #8d8987;
	font-size: 12px;
	text-transform: uppercase;
}
/*SPECIFICS HEIGHTS FOR SCROLLAABLE BOXES----------------------*/
/*
#active-cases-scroll{height:428px;}
#recent-appointments-scroll{height: 192px;}
#notifications-scroll{height:275px;}
*/

.tbd #notifications-scroll {
	height: 419px;
}

/* *Form Items *********************************************************************************************/
select.fancy-select {
	margin: 0;
	font-size: 0.875em;
	font-weight: 700;
	background: transparent;
	/*text-transform: uppercase;*/
	background-color: #FFF;
	background-image: url(../images/form-images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 7px 30px 7px 9px;
	line-height: 1.2;
	color: #8d8987;
	border: 1px solid #CCC;
	-webkit-appearance: none;
	-moz-appearance: none;
	/*text-indent: 1px;
    text-overflow: '';*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
select.fancy-select option {
	font-weight: 400;
}
@-moz-document {
 select.fancy-select {
 padding-top: 0;
 padding-bottom: 0;
}
}
select.fancy-select option {
	font-size: 0.813em;
	line-height: 1.2;
	padding: 7px 30px 7px 9px;
}

.date-field {
	border: 1px solid #CCC;
	line-height: 1.2;
	background-color: #FFF;
	font-size: 0.875em;
	color: #333;
	padding: 6px 30px 6px 9px;
	display:inline-block;
}

.search-field {
	padding: 6px 30px 6px 9px;
	background-image: url(../images/form-images/search-icon.png);
	background-repeat: no-repeat;
	background-position: right center;
	display:inline-block;
}
.search-field.long {
	width: 250px;
}

div.search-field {
	padding: 5px 0px 6px 0px;
	position:relative;
}

.search-field input[type=text]{
	border: none;
    padding:0 5px 0;
    margin: 0;
    box-sizing: border-box;
    width:calc(100% - 30px);
    font-size:inherit;
		outline: 0;
}

.search-field input[type=submit], .search-field input[type=button] {
	width: 33px;
    border: none;
    background: transparent;
    border-radius: 0px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    line-height: 1;
    height: 30px;
	    position: absolute;
    top: 0;
    right: 0;
	text-indent: -1000px;
}

.search-field input[type=submit]:hover, .search-field input[type=button]:hover {
	background:rgba(255,255,255,.45);
}
.search-options {
	display: inline-block;
}
.search-options input[type=radio] {
	margin-right: 5px;
}
.search-options label {
	margin-right: 10px;
	display: inline-block;
}
input.fancy-text {
	border: 1px solid #CCC;
	line-height: 1.2;
	background-color: #FFF;
	font-size: 14px;
	color: #8d8987;
	padding: 7px 9px 7px 9px;
}
input[type=submit].fancy-submit, input[type=search].fancy-submit, input[type=button].fancy-submit {
	border: none;
	padding: 6px 7px;
	background-color: #006f89;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #FFF;
}
input[type=submit].fancy-submit:hover, input[type=button].fancy-submit:hover {
	background-color: #32afcc;
}
.filter-row {
}
.filter-row .fancy-select {
	min-width: 165px;
}
.filter-row .fancy-select, .filter-row .search-field {
	margin-bottom: 5px;
}
ul.pages {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.pages li {
	font-size: 14px;
	font-weight: bold;
	color: #0c4e5d;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 5px;
}
ul.pages li.prev {
	border-right: 1px solid #CCC;
	padding-left: 0;
}
ul.pages li.next {
	border-left: 1px solid #CCC;
	padding-right: 0;
}
ul.pages li.prev a {
	background-image: url(../images/form-images/pages-prev.png);
	background-position: left 1px;
	padding-left: 15px;
}
ul.pages li.next a {
	background-image: url(../images/form-images/pages-next.png);
	background-position: right 1px;
	padding-right: 15px;
}
ul.pages li.prev a, ul.pages li.next a {
	text-decoration: none;
	color: #006f89;
	background-repeat: no-repeat;
}
ul.pages li.prev a:hover, ul.pages li.next a:hover {
	color: #8d8987;
}
ul.pages li.current-page {
}
ul.button-group {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}
ul.button-group li {
	display: inline-block;
	padding: 0;
}
ul.button-group a.btn, ul.button-group input.btn {
	padding: 3px 10px;
}
ul.button-group2 {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}
ul.button-group2 li {
	display: inline-block;
	padding: 0;
	margin: 0 5px 5px 0;
}
ul.button-group2.floatRight li {
	display: inline-block;
	padding: 0;
	margin: 0 0px 5px 5px;
}
/*FORM TABLE-----------------------------*/
table.form-table.noborder {
	border: none;
}
table.form-table.noborder > tbody > tr:first-child {
    border-top: none;
}
table.form-table.noborder  th {
   padding:15px 5px 0 0;
   
}
table.form-table.noborder  td{
   padding:5px 5px 5px 5px;
}


table.form-table {
	border: 1px solid #CCC;
}
table.form-table table {
	border-left: 1px solid #DDD;
}
table.form-table > tbody > tr {
	border-top: 1px dashed #DDD;
}
table.form-table > tbody > tr:first-child {
	border-top: 1px solid #CCC;
}
/*table.form-table > tbody > tr > th*/
table.form-table th {
	border: none;
	/*border-right: 1px solid #CCC;*/
	width: 20%;
	font-size: 0.875em; /*14px*/
	text-transform: uppercase;
	color: #8d8987;
	vertical-align: text-top;
	padding-top: 15px;
}
/*table.form-table > tbody > tr > td*/
table.form-table td {
	width: 80%;
	border: none;
}
table.form-table.wider th {
	width: 30%;
}
table.form-table.wider td {
	width: 70%;
}
table.form-table.wider table th {
	width: 20%;
}
table.form-table.wider table td {
	width: 80%;
}
table.form-table input[type=text] {
	border: 1px solid #CCC;
	line-height: 1.2;
	background-color: #FFF;
	/*font-size: 14px;*/
	/*color: #333;*/
	padding: 7px 9px 7px 9px;
}
table.form-table input[type=file] {
	border: none;
	padding: 0;
}
table.form-table textarea {
	width: 98%;
	border: 1px solid #CCC;
}
.field-sml {
	width: 150px;
}
.field-med {
	width: 300px;
}
.field-lrg {
	width: 450px;
}
.field-exp {
	width: 98%;
}
table.form-table iframe {
	border: 1px solid #CCC;
	width: 100%;
}
input[type=checkbox], input[type=radio] {
	margin-right: 4px;
}
label {
	margin-right: 12px;
}
table.form-table select {
	margin: 0;
	/*font-size: 14px;*/
	background: transparent;
	background-color: #FFF;
	background-image: url(../images/form-images/select-arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 7px 30px 7px 9px;
	line-height: 1.2;
	border: 1px solid #CCC;
	-webkit-appearance: none;
	-moz-appearance: none;
	/*text-indent: 1px;
    text-overflow: '';*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
@-moz-document domain('aimgbeta.com'), domain('virtualtumorboard.net') {
 table.form-table select {
 padding-top: 0;
 padding-bottom: 0;
}
}
table.form-table select option {
	/*font-size: 13px;
	line-height: 1.2;*/
	padding: 7px 30px 7px 9px;
}
span.small-form-text {
	display: block;
	font-size: 12px;
}
span.small-form-text.inline {
	display: inline-block;
	font-size: 12px;
	margin-left: 10px;
}
table.display-table {
	border: 1px solid #CCC;
	font-size: 14px;
}
table.display-table td, table.display-table th {
	border: none;
}
table.display-table tr {
	border-bottom: 1px solid #CCC;
}
table.display-table tr:hover td {
	background-color: rgba(238,226,209,.5);
}
table.display-table th {
	background-color: #8d8987;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.813em;
}
table.display-table th a {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	padding-right: 20px;
}
table.display-table th a:hover {
	color: #eee2d1;
}
table.display-table th a.sort {
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/sort-arrows.png);
}

/** Update Profile ****************************************************************************************/
.joined-date {
	float: right;
	font-weight: bold;
	color: #0c4e5d;
}

.profile-upload {
	border: 1px dotted #CCC;
	padding: 10px;
	margin-bottom: 20px;
}
.profile-upload input[type=file] {
	width: 100%;
	border: 1px solid #CCC;
	background-color: #EEE;
	margin-bottom: 10px;
}

progressbar-text {
	color: #856390 !important;
}
.checklist {
	width: calc(100% - 170px);
	float: right;
}
.checklist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	margin-right: 45px;
}
.checklist ul li {
}
.checklist ul li input {
	margin-right: 10px;
}
/*USER DETAILS-----------------------------*/

.user-details-top {
}
.user-details-top .joined-date {
	float: none;
}
.user-details-top #profileImage {
	float: right;
	margin: 0 0 15px 10px;
}
/* PATIENT CHART */
.tab-content-wrap {
}
ul.tab-buttons {
	margin: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}
ul.tab-buttons li {
	margin: 2px 2px 0 0;
	padding: 0px;
	display: block;
	float: left;
	white-space: nowrap;
	list-style: none;
}
ul.tab-buttons a {
	display: block;
	margin: 0;
	color: #0c4e5d;
	text-transform: uppercase;
	padding: 20px;
	text-decoration: none;
	font-size: 0.875em; /*14*/
	font-weight: 700;
	border-left: 2px solid #EEE;
	white-space: nowrap;
	background-color: #cecccc;
}
ul.tab-buttons li:first-child a {
	border-left: none;
	margin-left: 2px;
}
ul.tab-buttons a:hover {
}
ul.tab-buttons a.active {
	background-color: #fff;
	-webkit-box-shadow: 0.829px 0.559px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0.829px 0.559px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0.829px 0.559px 5px 0px rgba(0, 0, 0, 0.2);
}
.tab-block {
	display: none;
	margin-left: 2px;
}
.tab-block.active {
	display: block;
}
ul.tab-buttons:after, .tab-block:after {
	content: "";
	display: table;
	clear: both;
}
#dicom-scroll {
	height: 500px;
}
table.chart-files {
	margin: 0 0 40px;
	border-collapse: collapse;
	border: none;
}
table.chart-files th {
	padding: 0 0 5px;
	font-size: 1em;
	font-weight: 700;
	color: #0c4e5d;
	text-transform: uppercase;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #CCC;
}
table.chart-files td {
	padding: 5px 15px 5px 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #CCC;
	vertical-align: top;
	font-size: 0.813em; /*13*/
}
table.chart-files.dicom th, table.chart-files.dicom td {
	border: none;
}
table.chart-files tr:hover td {
	background-color: rgba(238,226,209,.5);
}
table.chart-files tr td:nth-child(1) {
	width: 8%;
}
table.chart-files tr td:nth-child(2) {
	width: 50%;
}
table.chart-files.dicom tr td:nth-child(2) {
	width: 90%;
}
table.chart-files tr td:nth-child(3) {
	width: 5%;
}
table.chart-files tr td:nth-child(4) {
	width: 20%;
}
table.chart-files tr td:nth-child(5) {
	width: 5%;
}
a.icon-btn {
	display: block;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-color: #CCC;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -1000px;
	overflow: hidden;
	background-size: 20px;
}
a.icon-btn:hover {
	background-color: #333 !important;
}
a.icon-btn.download {
	background-image: url(../images/multi-file-upload/icon-download.png);
	background-color: #32afcc;
}
a.icon-btn.view {
	background-image: url(../images/multi-file-upload/icon-view.png);
	background-color: #EEE;
}
span.char-count {
	font-size: 0.875em;
    text-transform: uppercase;
    color: #8d8987;
	font-weight: bold;
}
span.char-count .wrap {
	padding:  2px 5px;
	display: inline-block;
	margin-right: 5px;
	color: #FFF;
	background-color: #8d8987;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
table.chart-info {
	margin: none;
	border:  none;
}
table.chart-info th {
	padding: 0 5px 20px 0;
	font-weight: bold;
	border: none;
	width: 40%;
	vertical-align: top;
}
table.chart-info td {
	padding: 0 5px 20px 0;
	border: none;
	vertical-align: top;
}
table.chart-info.tight th, table.chart-info.tight td {
	padding-bottom: 5px;
}


ul.arrowlist{
margin:0;
padding:0;
list-style: none;
}
ul.arrowlist li{
margin: 0 0 10px;
    padding: 0px 0 0 23px;
    list-style: none;
    background-image: url(/images/arrowlist.png);
    background-repeat: no-repeat;
    background-position: left 1px;
}

/*Nav Sort----------------------------------*/
.nav-sort-left{
	float:left;
	width:65.30612%; /* 640/980 */

}
.nav-sort-right{
	float:right;
	width:30.61224%; /* 300/980 */
	
padding: 20px;
background-color: #d8e6eb;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.nav-sort-right select {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
line-height: 14px;
border: 1px solid #CCC;
padding: 5px;
margin: 3px 0 10px;
}
.nav-sort-right p{
	margin-bottom:0px !important;
	margin-top: 0;
	padding: 0;
}
.nav-sort-right p.subtitle{
	margin-bottom:10px !important;
	margin-top: 0;
	padding: 0;
}
.nav-wrap{
}
.nav-group{
	background-color:#EEE;
	/*-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;*/
border:1px solid #ccc;
margin-bottom:20px;
padding:20px;
box-shadow: 0.829px 0.559px 2px 0px rgba(0, 0, 0, 0.25);
}
.nav-group-head{
	font-weight:bold;
	font-size:18px;
	color:#074158;
	line-height: 1;
	padding: 0;
	margin: 0 0 10px;
}
.edit-remove{
float:right;
font-size:11px;
}
.edit-remove a{
margin-left:10px;
display:inline-block;
background-color: #006f89;
color:#FFF;
text-decoration:none;
padding:2px 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}


.level3 .edit-remove a{
background-color: #d8e6eb;
color:#074158;
padding:2px 5px;
font-weight:normal;
font-size:10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.edit-remove a:hover{
background-color:#32afcc;
}



.level3 .edit-remove a:hover{
color: #FFF;
}


.edit-item{
	margin-top:10px;
	padding:10px;display:none;
}
.edit-item .btn{
	margin-top:10px;
}
.edit-item p{
	margin-bottom:0 !important;
}
.edit-item label{
	font-weight:bold;
}
.edit-item input[type=text]{
	margin-right:10px;
}
.edit-item select{
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
line-height: 14px;
border: 1px solid #CCC;
padding: 5px;
margin: 3px 0 10px;
}
input.link{
	width:200px;
}
input.linktitle{
}
.level2{
list-style:none;
padding:0;
margin:0;font-weight:bold;
}
.level2 li{
	display:block;
	background-color:#d8e6eb;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	padding:5px;
	margin-bottom:5px;
}
.level2 li a{

}
.level3{
list-style:none;
padding:0;
margin:10px 0 0 10px;
font-weight:bold;

}
.level3 li{ 
	display:block;
	background-color:#FFF;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	padding:5px;
	margin-bottom:5px;
}
.level3 li:before{ 

}

span.sort{
	font-size:14px;
	text-transform:uppercase;
	margin-left:20px;
	float:right;
}
.level2 span.sort{
	font-size:10px;
	float:none;
	margin-left:5px;
}
.level2 span.sort:before{
	content:" | ";
}


a.edit_btn {
	display: block;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-repeat: no-repeat;
	background-position: center center;
	    position: relative;
	/*text-indent: 1000px;
	overflow: hidden;*/
	background-size: 20px;
	background-image: url(../../../images/multi-file-upload/icon-edit.png);
	background-color: #8d8987;
	float:right;
}
a.edit_btn:hover {
	background-color: #333 !important;
}


a.edit_btn span{	
	display: none;
    color: #666;
    background: #ccc;
    padding: 2px;
    /* border-radius: 4px; */
    /* -moz-border-radius: 4px; */
    /* -webkit-border-radius: 4px; */
    width: 40px;
    font-size: 12px;
    left: -9px;
    top: -26px;
    text-align: center;
    position: absolute;
    z-index: 10;
}
a.edit_btn span:after{
	    display: block;
    content: " ";
    width: 20px;
    height: 10px;
    top: 20px;
    left: 10px;
    /* background-color: #000; */
    background-image: url(/images/edit-btn-tip.png);
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
}
a.edit_btn:hover span{ display:block; }




/****interface additions*****/
.social-icon-set {
	margin: 20px auto;
}
.corp-sponsors-stack table {
	border: 1px solid #FFF !important;
}
.corp-sponsors-stack table td, .corp-sponsors-stack table th {
	border: 1px solid #FFF !important;
}
/*.corp-sponsors-stack table tr {
	display: inline;
	float: left;
	clear: none;
}
.corp-sponsors-stack table td {
	display: inline-block;
	float: left;
	clear: none;
}
.corp-sponsors-stack table td img {
	max-width: 90px;
	height: auto !important;
}
*/

.full-banner {background-image: url("https://higherlogicdownload.s3.amazonaws.com/ACCA/93b0a0ad-9bed-4b2b-9c65-87a6bf202114/UploadedImages/mkt/banner-bg.jpg");background-size: cover;background-repeat: no-repeat;text-align: left;margin: 0;padding: 20px 0;}
.full-banner-text {color: #FFF;text-align: left;font-size: 30px;line-height: 1.4;text-shadow: 1px 1px 1px #11417b;padding: 10px 0 0;margin: auto;font-family: "proxima-nova";float: left;width: calc(100% - 325px);}
.full-banner-text h1, .full-banner-text .full-banner-title {color: #ee852a;display: block;text-transform: uppercase;font-weight: 700;font-size:30px;margin-top: 20px;}
.full-banner-text h1 span, .full-banner-text .full-banner-title span {color: #ee852a;}
.full-banner-text h2 {color: #FFF;margin: 0;padding: 0;font-weight: 400;font-size: 28px;}	
.full-banner-text a:link, .full-banner-text a:visited {color: #FFF;}
.full-banner .qa-logo {width: 165px;margin-right: 40px;float: left;}
.full-banner .qa-logo img {display: block;margin: 0;padding: 0;}
.full-banner .q-logo img {margin: auto;}
.full-banner .full-banner-text {width: auto;float:left;}	
@media (max-width:640px) { .full-banner {   text-align: center; }}

.timeframeBox{
	border:1px solid black;
	width:300px;
	float: right;
	padding: 4px;
}
@media (max-width: 550px){
	.timeframeBox{
		float: none;
	}
}

@media (max-width: 600px){
.companyDetail.withQA{
    width: 100% !important;
    margin-top: 20px;
}
}

.updateCompanyProfile .coProFlex{
	display: flex;
}
.updateCompanyProfile .coProFlex > div:first-of-type{
	width: 250px;
	padding-right: 30px;
}
.updateCompanyProfile .coProFlex > div:last-of-type{
	width: calc(100% - 250px);
	padding-left: 50px;
	border-left: 2px solid #e2e2e2;
}
.updateCompanyProfile .cheading{
	margin: 0;
    font-weight: bold;
    color: #00539F;
    font-size: 18px;
	margin-top: 15px;
}
.updateCompanyProfile .ccontent{
	margin-bottom: 0;
}
.updateCompanyProfile .viewCoPro{    
	background-color: #00539F;
    color: white;
    padding: 5px 10px 7px;
    text-decoration: none;
	display: inline-block;
	font-weight: 800;
    text-align: center;
}
.updateCompanyProfile .viewCoPro:hover{    
	background-color: #F5861D;
}
.updateCompanyProfile .fancy-submit{    
	width: 100%;
	background-color: #F5861D !important;
	text-transform: uppercase;
	padding: 16px 7px !important;
	font-size: 18px;
	font-weight: 800;
}
.updateCompanyProfile .fancy-submit:hover{    
	background-color: #00539F !important;
}
.updateCompanyProfile #company_logo_removeBtn, .updateCompanyProfile #company_logo_restoreBtn{    
	visibility: visible;
    display: block;
    background-color: transparent;
    border: 0px solid transparent;
    color: #2e6da4;
    text-decoration: underline;
    font-weight: 600;
	transition: 0.5s;
}
.updateCompanyProfile #company_logo_removeBtn{
	margin-top: 20px;
}
.updateCompanyProfile #company_logo_restoreBtn{
	margin-top: 20px;
}
.updateCompanyProfile #company_logo_removeBtn:hover, .updateCompanyProfile #company_logo_restoreBtn:hover{    
    color: #F5861D;
}
.updateCompanyProfile .nestedTable td, .updateCompanyProfile .nestedTable input{    
    padding: 0;
}