.rounded_borders {
	border-radius: 5px !important;
}

.bottom_rounded_borders {
	border-bottom-left-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
}

.top_rounded_borders {
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
}

.hidden {
	display: none;
}

.animate {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.no_select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.nicescroll-rails {
	border-radius: 4px !important;
	background-color: #EBEBEB !important;
	/*border: 1px solid white !important;*/
}

.no_scroll {
	overflow: hidden;
}

input.required {
	border-color: #F9A32A !important;
}


.tooltip {
	z-index: 4000;
}

.dark_gray_color {
	color: rgb(137,137,137) !important;
}

.medium_gray_color {
	color: rgb(153,153,153) !important;
}

.light_gray_color {
	color: rgb(245,245,245) !important;
}

.dark_gray_background_color {
	background-color: rgb(102,102,102) !important;
}

.medium_gray_background_color {
	background-color: rgb(153,153,153) !important;
}

.light_gray_background_color {
	background-color: rgb(245,245,245) !important;
}

.dark_gray_border_color {
	border-color: rgb(137,137,137) !important;
}

.medium_gray_border_color {
	border-color: rgb(153,153,153) !important;
}

.light_gray_border_color {
	border-color: rgb(245,245,245) !important;
}

.set_color {
	color: #0142db !important;
}

.set_background_color {
	background-color: #FFF !important;
}

.set_border_color {
	border-color: #0142db !important;
}

/* Heading Bar */
.heading_bar {
	box-shadow: 0 0 5px #666;
}

	.heading_bar .navbar-inner {
		min-height: 32px;
		background-color: #2C2C2C;
		background-image: -moz-linear-gradient(top, #2C2C2C, #2C2C2C);
		background-image: -ms-linear-gradient(top, #2C2C2C, #2C2C2C);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2C2C2C), to(#2C2C2C));
		background-image: -webkit-linear-gradient(top, #2C2C2C, #2C2C2C);
		background-image: -o-linear-gradient(top, #2C2C2C, #2C2C2C);
		background-image: linear-gradient(top, #2C2C2C, #2C2C2C);
		background-repeat: repeat-x;
		/*background-image: url("../img/bg_footer.jpg");*/
		filter: progid:dximagetransform.microsoft.gradient(startColorstr='#2C2C2C', endColorstr='#2C2C2C', GradientType=0);
	}
	/*This is in StandardConfigStyling.css*/
/*.brand_curve {
	background-color: white;
	display: inline-block;
	padding: 1px 25px 1px 1px;
	border-bottom-right-radius: 35px;
}

.brand_product {
	display: inline-block;
	border-left: 1px solid #444444;
	padding-left: 7px;
	font-size: 14px;
	font-weight: 700;
	color: #444;
}

.brand_logo {
	margin: 1px 2px;
}*/

@media (max-width: 979px) {
	.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
		padding: 0px;
	}
}
/* Modal Dialog */
.modal {
	overflow: visible;
	width: 700px;
	outline: none;
	box-shadow: 0 6px 20px 0 rgba(55, 58, 66, 0.1), 0 2px 3px 0 rgba(55, 58, 66, 0.1);
	border-radius: 4px;
	border-color: transparent;
	margin-left: 0;
}

.modal-header {
	margin: 0px;
	padding: 0px;
	background-color: rgb(247,249,253); /* Grey-3 */
	box-shadow: inset 0 -1px 0 0 rgba(234,238,246,1);
	border-radius: 4px 4px 0 0;
	height: 60px;
}

.modal-title {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	padding: 18px;
	cursor: default;
	user-select: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

	.modal-title > span {
		font-size: 18px;
		line-height: 24px;
		font-weight: bold;
		color: rgb(55,58,66);
	}

.modal-header > button.close {
	opacity: 1;
	position: absolute;
	border: none;
	outline: none;
	top: 18px;
	right: 18px;
}

.modal-body {
	max-height: calc(100vh - 200px);
	margin: 0px 20px;
	padding: 10px 0px;
}

.modal-footer {
	border-top: none;
	background-color: #fff;
	text-align: center;
}

.modal-backdrop, .modal-backdrop.fade.in {
	background-color: #fff;
	opacity: 0.8;
}

.modal.fade,
.modal.fade.in {
	top: 50%;
}

@media (max-width: 767px) {
	.modal {
		width: unset;
	}
}

@media (min-width: 768px) {
	.modal {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
	}
}

div.heading_short_names {
	width: 62%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	margin-bottom: -5px;
}
