﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/


/*.table {
	table-layout: fixed;
}*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 1px solid #9b9793;
	background: #f4f3ef;
	font-weight: normal;
	color: #505050;
}

.ui-datepicker .ui-datepicker-header {
	background: #eb5e28;
	color: white;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #3e3d3d;
	background: #94908c;
	color: #ffffff;
}

.color-picker-replacer {
	border-radius: 4px;
	border-color: #ccc5b9;
	background: #f4f3ef;
}

.color-picker-bg {
	background: white;
	border-color: #ccc5b9;
	box-shadow: 1px 1px 2px -1px;
}

.sp-replacer:hover, .sp-replacer.sp-active {
	border-color: #eb5e28;
	color: #111;
}

.sp-button-container.sp-cf .sp-cancel, .sp-button-container.sp-cf button {
	cursor: pointer;
	border-color: #7A9E9F;
	color: #7A9E9F;
	border: 1px solid transparent;
	border-radius: 20px;
	box-sizing: border-box;
	border-width: 2px;
	background-color: transparent;
	font-size: 14px;
	font-weight: 500;
	padding: 6px 16px;
	border-color: #66615B;
	color: #66615B;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
	display: inline-block;
	margin-bottom: 0;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	user-select: none;
	background-image: none;
}

.sp-button-container.sp-cf button {
	border-color: #7AC29A;
	color: #7AC29A;
}

	.sp-button-container.sp-cf button:hover {
		color: #fff;
		background-color: #449d44;
		border-color: #398439;
	}

.sp-cancel {
	border-color: #EB5E28 !important;
	color: #EB5E28 !important;
}

	.sp-cancel:hover {
		text-decoration: none;
		background-color: #EB5E28 !important;
		color: rgba(255, 255, 255, 0.7) !important;
		border-color: #EB5E28;
	}

.modal-body {
	max-height: 68vh;
	overflow-y: auto;
	overflow-x: hidden;
}

.gallery-block {
	min-height: 330px;
}

	.gallery-block .form-control {
		font-size: 10px;
		padding: 10px 18px;
		height: 24px;
	}

	.gallery-block .input-group-btn .btn {
		border-width: 1px;
		padding: 1px 10px;
	}


.featured-article {
	padding: 10px;
	min-height: 20px;
	margin-bottom: 5px;
}
