@import "/assets/css/3rd-party/datepicker.css"; 
@import "/assets/css/3rd-party/admin_theme/main.css"; 

/* 
	----- Colors -----
	rgb(144,24,24)		#red
	rgb(43,170,225)		#light blue
	rgb(17,113,185)		#med blue
	rgb(3,74,125)		#dark blue
*/

/* ----- GENERAL ----- */
.hidden {
	display: none;
}
.inline-block {
	display: inline-block;
}
p.zero {
	margin: 0;
	padding: 0 0 2px 0;
	line-height: 1em;
}
/* buttons */
.add_button {
	float: right; 
	margin: 11px 13px 0;
	cursor: pointer;
}
div.add_button {
	background-image: url('/assets/img/3rd-party/admin_theme/icons/dark/add.png');
	width: 14px;
	height: 14px;
}
.btn.btn-load.btn-loading {
	background: url("/assets/img/3rd-party/admin_theme/loaders/loader1.gif") no-repeat scroll 50% 50% #E6E6E6;
	color: #333333;
}
.btn.btn-flat { /* -- overrides bootstrap button css -- */
    background-image: none;
    border: 0 none;
    border-radius: 2px;
    box-shadow: 0 0;
}
.toggle-table {
	background: url('/assets/img/3rd-party/admin_theme/icons/dark/add.png') no-repeat;
	width: 14px;
	height: 14px;
	cursor: pointer;
	display: inline-block;
	margin: 10px 0 0 15px;
}
.toggle-table.open {
	background: url('/assets/img/3rd-party/admin_theme/icons/remove.png') no-repeat;
}
.permissions .add_button {
	float: right;
	margin: 0 13px -3px;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #0088CC;
    cursor: pointer;
}
.btn-link:hover, .btn-link:focus {
    background-color: rgba(0, 0, 0, 0);
    color: #005580;
    text-decoration: underline;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus {
    color: #333333;
    text-decoration: none;
}

/* lists */
ul.inline li {
	display: inline-block;
	*display: inline;
}
ul.inline.inline-float li {
	display: block;
	float: left;
}
ul.no-style {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.no-style li {
	overflow: auto;
}
ul.alternating-lines li.even {
	background-color: #e9e9e9;
}
/* permissions */
.permissions .widget {
	padding-bottom: 10px;
}
.permissions h5 {
	font-size: 12px;
	margin: 5px 5px 2px 7px;
}



.inset-group {
	margin-left: 15px;
}
.info {
	position: relative;
}
i.info {
	height: 13px;
	width: 14px;
	background: url('/assets/img/3rd-party/admin_theme/icons/dark/info.png') no-repeat;
	display: inline-block;
	margin-left: 4px;
	cursor: pointer;
}
i.show-it {
	height: 13px;
	width: 14px;
	background: url('/assets/img/3rd-party/admin_theme/icons/dark/add.png') no-repeat;
	display: inline-block;
	margin-left: 4px;
	cursor: pointer;
}
i.hide-it {
	height: 13px;
	width: 14px;
	background: url('/assets/img/3rd-party/admin_theme/icons/dark/denied.png') no-repeat;
	display: inline-block;
	margin-left: 4px;
	cursor: pointer;
}
label.hidden-input {
	display: inline;
}
input.hidden-input, textarea.hidden-input, select.hidden-input {
	display: none;
}  
fieldset {
	padding: 15px;
}
label.inline {
	display: inline;
}
.form, .form ul, form ul {
	list-style: none;
}
.clear {
	clear: both;
}
.pseudo-link {
	color: #2B6893;
	cursor: pointer;	
}
.pseudo-link:hover {
	text-decoration: underline;
}
div.success {
	background-color: #DFF0D8;
}
div.error {
	background-color: #F2DEDE;
}
p.error {
	color: #FF4B4B;
	margin: 0;
	padding: 0;
}
div.info {
	background-color: #D9EDF7;
}
.text-align-center {
	text-align: center;
}

/* lightbox rules */
.lightbox-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	left: 0px;
	top: 0px;
	background-color: rgba(0,0,0,0.7);
}
.lightbox {
	position: fixed;
	width: 80%;
	height: 90%;
	top: 5%;
	left: 10%;
	background-color: #eee;
	border-radius: 10px;
	border: 1px solid #444;
	box-shadow: 0px 0px 12px 7px #333;
	z-index: 1001;
	overflow: auto;
}
.lightbox.small-lightbox {
	width: 400px; 
	height: 300px;
	top: 50%;
	margin-top: -150px;
	left: 50%; 
	margin-left: -200px;
}
.lightbox.med-lightbox {
	width: 800px;
	left: 50%;
	margin-left: -400px;
}
.lightbox.padded.med-lightbox .pad {
	margin-top: 0;
}
.lightbox.large-lightbox {
	width: 1100px;
	left: 50%;
	margin-left: -550px;
	height: 98%;
	top: 1%;
}
.lightbox.large-lightbox.padded .close-button {
	top: 10px;
	right: -5px;
}
.lightbox .close-button {
    background: none repeat scroll 0 0 #333;
    border: 1px solid #FFFFFF;
    border-radius: 13px 13px 13px 13px;
    color: white;
    font-size: 1.5em;
    font-weight: 400;
    height: 25px;
    line-height: 23px;
    position: absolute;
    right: 3px;
    text-align: center;
    top: 3px;
    width: 25px;
	cursor: pointer;
	z-index: 1002;
}
.lightbox.padded {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    box-shadow: none;
    overflow: visible;
}
.lightbox.padded .pad {
    background-color: #EEEEEE;
    border: 1px solid #444444;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 12px 7px #333333;
    height: 90%;
    margin-top: 15px;
    overflow: auto;
    padding: 20px 25px;
	position: relative;
}
.lightbox.padded .close-button {
	right: -8px;
	top: -8px;
}
.lightbox.padded.small-lightbox .close-button {
    right: -10px;
    top: 5px;
}
.spinner {
	width: 32px;
	height: 32px;
	background: url('/assets/img/3rd-party/admin_theme/loaders/loader4.gif') no-repeat scroll 0 0;
	background-size: 100%;
}

.spinner.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
}
.ajax-response-container {
	position: relative;
}
.lightbox.ajax-response-container {
	position: fixed;
}

/* timeEntry tweaks */
.timeEntry_control {
	position: absolute;
}

/* color picking */
.color-preview {
	width: 16px;
	height: 16px;
	border: 1px solid #333;
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;
}
.color-input {
	width: 134px;
	margin-bottom: 6px !important;
}
.chosen-color {
	border: 1px solid #333;
	width: 16px;
	height: 16px;
	display: inline-block;
}

/** Calendars **/
.tooltip-text {
	background: none repeat scroll 0 0 #F9F9F9;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0 0 3px #555555;
  color: #333333;
  left: 1px;
  max-width: 150px;
  padding: 2px 7px;
  position: absolute;
  top: 30px;
	z-index: 100;
  font-family: "helvetica neue",helvetica,arial,sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  line-height: 16px;
  text-transform: none;
  font-style: normal;
  text-align: left;
}
.fc-event-time,
.fc-event-title,
.fc-event-inner {
	line-height: 1.5em;
}

/* ----- Calendar CSS ----- */
/* calendar itself */
.calendar-wrap .fc-header {
	margin-top: 7px;
}
/* event form */
.cal_event_form .well {
	margin-bottom: 8px;
}
.cal_event_form .well input {
	margin-bottom: 0;
}
.allow-signups {
	cursor: pointer;
}
/* sign up pop up */
.cal-appointment-signup h3 {
    color: #0071BC;
}
.cal-appointment-signup p {
	font-size: 12px;
}

/** ----- menus ----- **/
.menu {
	font-family: arial, helvetica, sans-serif;
}
.menu ul {
	list-style: none;
}
.menu ul li {
	font-size: 18px;
}
.menu ul li a {
	text-decoration: none;
}
.menu ul li ul {
	/*display: none;*/
}

.menu.vertical ul {
	margin: 0;
}
.menu ul li ul li a {
	color: #666;
	font-size: 14px;
}


/* ----- Widgets ----- */

.infographic-wrap {
	position: relative;
}
.infographic-item .item-wrap {
	display: none;
	background-color: white;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 6px;
	max-width: 400px;
}	
.infographic-item:hover .item-wrap {
	display: block;
}

.slideshow-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.slideshow-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: -3px;
	top: 0;
	height: inherit;
}
.slideshow-wrap ul li {
	display: inline-block;
	width: 1024px;
}
.slideshow-item {
	position: relative;
	width: 100%;
}
.slideshow-item img {
	max-width: 100%;
}
.slideshow-item .item-text {
	position: absolute;
	top: 0;
	left: 0;
}	

/* recent events */
.recent-event-wrap {
	position: relative;
	
}

.recent-event-wrap h1 {
  font-family: arial,helvetica,sans-serif;
  font-size: 32pt;
  margin-bottom: 0;
  padding-bottom: 5px;
  text-transform: capitalize;
 	border-bottom: 1px solid #ccc;
	color: rgb(3,74,125);
}
.recent-event-wrap .event-item {
	width: 100%;
	min-height: 90px;
	clear: both;
}
.recent-event-wrap .left {
	height: 90px;
	width: 39px;
	float: left;
}
.recent-event-wrap .bottom-border {
	width: 39px;
	height: 1px;
	float: left;
	border-bottom: 1px solid #ddd;
}
.recent-event-wrap .event-item:last-of-type .bottom-border {
	display: none;
}	
.recent-event-wrap .right {
  	 	min-height: 45px;
    margin-left: 45px;
    padding: 22px 8px 23px 0;
}
.date-box {
	width: 39px;
	height: 45px;
	margin-top: 22px;
	background: rgb(76, 106, 129);
	background-color: rgb(76, 106, 129);
	
}	
.date-box .month, 
.date-box .day {
	font-family: arial, sans-serif;
	font-weight: 400;
	color: #fff;
	text-align: center;
	display: block;
	padding: 0;
	margin: 0;
}
.date-box .month {
	font-size: 9pt;
	line-height: 15pt;
	text-transform: uppercase;
}
.date-box .day {
	font-size: 20pt;
}
.recent-event-wrap .right p, .recent-event-wrap .right a {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #555;
	font-size: 10pt;
	text-decoration: none;
}
.recent-event-link {
	font-family: helvetica;
	font-size: 15px;
	text-align: center;
	text-decoration: underline;
	clear: both;
	margin: 0px 0px 10px 10px;
	display: block;
	padding-top: 20px;
}
a.read-more {
	text-decoration: underline;
	font-size: 12px;
}
.alert.alert-error.alert-error-big, .alert.alert-success.alert-success-big {
	font-size: 17px;
	padding: 15px 35px 15px 14px;
}
.styled-table {
	margin: 10px auto 30px;
	/*border: 1px solid #CCCCCC;*/
}
.styled-table thead td {
	background: #eee;
	border-bottom: 1px solid #ddd;
	text-decoration: underline;
}
.styled-table tbody tr:nth-child(even) {
	background: #F7F7F7;
}
.styled-table tbody tr {
	border-top: 1px dotted #ddd;
}	
.styled-table tbody tr:first-child {
	border-top: none;
}	

.count, .max {
	color: #666;
}
.count.error {
	color: red;
}
p small {
	color: #666;
}

/* ----- Communications Layout ---- */
ul.communications {
	list-style: none;
	margin: 0;
}
ul.communications li {
	background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    line-height: 18px;
    margin: 15px 10px;
    padding: 5px 10px 11px	
}
ul.communications li li {
	background: none;
    border: none;
    border-radius: 0;
    line-height: 18px;
    margin: 15px 10px;
    padding: 5px 10px 11px	
}
ul.communications li .title p, ul.communications li .topic p {
	margin-top: 2px;
}	
ul.communications li .message p.author {
	margin-top: 8px;
	text-decoration: underline;
}
ul.communications li .email .title p {
	margin-top: 8px;
}
ul.communications li .email a.email-link, ul.communications li .thread a.contact-form-link {
	display: block;
    font-size: 13px;
    margin-top: 5px;
    text-decoration: underline;
}
ul.communications li .email .message {
	display: none;
	padding-top: 10px;
}
ul.communications li .thread .reply-button {
	height: 14px;
	width: 14px;
	background: url('/assets/img/3rd-party/admin_theme/icons/dark/speech2.png');
	cursor: pointer;
	float: right;
}	
ul.communications .thread .new-message textarea {
	width: 98%;
	height: 84px;
}

/* ----- mobile ----- */
@media (max-width: 480px) {
	.hidden-phone-vertical {
		display: none;
	}
	.visible-phone-vertical {
		display: auto;
	}
}
@media (min-width: 480px) {
	.hidden-phone-vertical {
		display: auto;
	}
	.visible-phone-vertical {
		display: none;
	}
}


/* ----- browser modifications ----- */
html.ie-9 .hidden-ie-9-minus,
html.ie-8 .hidden-ie-9-minus,
html.ie-7 .hidden-ie-9-minus,
html.ie-6 .hidden-ie-9-minus {
	display: none;
}
.no-script {
	display: none;
}
#no-script .no-script {
	display: block;
}


.lightbox .pad li.tab.active {
	background-color: #EEEEEE;
}
.lightbox .pad li.tab {
	background-color: #F9F9F9;
	display: inline-block;
}

/* --- Bootstrap adjustments --- */
.table.table-condensed .btn-link {
	line-height: 1em;
}