/*

	Additional styles and layout by Leonardo Re, BITENOTBARK

*/


/*
	GENERAL STYLES
*/


/* Sticky footer */
html,
body.login {
	height: 100%;
}

body {
	color: #000;
}


#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
}

#push {
	height: 60px;
}


/* styling */

.h1, .h2, .h3, .h4, body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4 {
	text-transform: uppercase;
	font-weight: 600;
	color: #51423d;
}

code {
	font-family: 'Open Sans', sans-serif;
	border: 1px solid #ff5722;
}

.alert-jde {
	border: 1px solid #ff5722;
	color: #ff5722;
	background-color: #f9f2f4;
}


.form-group.label-floating label.control-label, .form-group.label-placeholder label.control-label {
	text-transform: uppercase;
	margin-top: 10px;
}


.control-label {
	text-transform: uppercase;
}

span.nowrap {
	display: inline-block;
}

.form-group.label-static label.control-label, .form-group.label-floating.is-focused label.control-label, .form-group.label-floating:not(.is-empty) label.control-label {
	font-size: 14px;
}

footer .btn {
	padding: 8px 8px;
}

.form-group label.control-label {
	margin: 7px 0 0 0;
}

.mark-required label:after {
	content:" *";
}


/*
	LANDING PAGE
*/

.landingpage {
	background: #92b772;
}

.landingpage .header {
	background: #fff;
}

.landingpage .header .row {
	background: #92b772;
}

.landingpage h1 {
	color: #fff;
	line-height: 200px;
}

.landingpage .login-form-logo img {
	padding: 50px 0 50px 50px;
}

.landingpage .borderradius {
	border-bottom-right-radius: 30px;
}

.landingpage .whitebg {
	background: #fff;
	padding: 50px 0;
}


.landingpage .space-before {
	margin: 50px 0 0;
}

.landingpage footer .btn {
	color: #fff;
}



.landingpage .carousel {
	border: 1px solid #e1d7d0;
	border-bottom-right-radius: 60px;
	background: #e1d7d0;
}

.landingpage .carousel .item {
	height: 240px;
	padding: 45px 15px 0;
	background: #fff;
	border-bottom-right-radius: 60px;
}

.landingpage .carousel .carousel-indicators {
	display: none;
}

.landingpage .carousel .carousel-caption {
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	padding: 5px;
	border-bottom: 1px dotted #9d8d76;
}

.landingpage .carousel .carousel-caption h3 {
	margin: 0;
	padding: 0;
	color: #9d8d76;
	font-size: 1.3em;
	text-shadow: none;
}

.landingpage .carousel .carousel-inner {
	margin: 0 65px;
	width: auto;
	background: #fff;
	padding: 0 0 15px;
	border-bottom-right-radius: 60px;
	position:relative;
	z-index:1;
}

.landingpage .carousel .carousel-control {
	width: 65px;
	background: #e1d7d0;
	opacity: 1;
}

.landingpage .carousel .carousel-control .image {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -14px 0 0 -14px;
}

.landingpage .carousel .carousel-control.right {
	border-bottom-right-radius: 60px;
}

@media (max-width: 992px) {
	.landingpage h1 {
		line-height: 1em;
		text-align: center;
		margin: 1em 0;
	}

	.landingpage .login-form-logo img {
		padding: 0
	}

	.landingpage .carousel {
		margin-top: 30px;
	}
}

/*
	LOGIN PAGE
*/

.login {
	background: #51423d;
	color: #fff;
}

.login h1 {
	text-align: center;
	margin: 50px 0 30px;
	font-size: 3rem;
	letter-spacing: .1em;
	color: #fff;
}

.header-image {
	padding: 0;
}

.login .well.login-form {
	margin-top: 50px;
	padding: 20px 30px;
	border-bottom-right-radius: 30px;
}

.login-form-top-offset {
	margin-top: 30px;
}

.login-form-logo img {
	width: 80%;
	height: auto;
}

.login .form-group {
	margin: 20px 0 0;
}

.login footer .btn {
	color: #fff;
}


@media (max-width: 1200px) {
	.login-form-logo img {
		width: 100%;
	}
}

@media (max-width: 992px) {

	.login-form-top-offset {
		margin-top: 0;
	}

	.login-form-logo {
		text-align: center;
		margin-top: 20px;
	}

	.login-form-logo img {
		width: 50%;
	}
}


/*
	Main pages

*/

.main {
	background: #fff;
}

.logo {
	/*
	position: fixed;
	top: 0; left: 0;
	*/
	background: #51423d;
    padding: 80px 20px 60px;
    border-bottom-right-radius: 30px;
    max-width: 300px;
    height: 300px;
    z-index: 100;
}

.content {
	background: #f8f4e2;
	margin-top: 0;
	margin-bottom: -56px;
	padding: 86px 15px 86px;
	min-height: 100vh;
	box-sizing: border-box;
}

.main h1 {
	font-size: 28px;
	line-height: 1.3em;
}

.modal-body h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}

.main .well.registration-form {
	margin: 30px 0;
	padding: 20px 30px;
	border-bottom-right-radius: 30px;
}

.main .form-group {
	margin: 20px 0 0;
}

.main footer {
	/*margin-top: 30px;*/
    position: relative;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.modal-content .modal-footer {
	padding: 10px 24px 24px;
}

header {
	position: relative;
	width: 100%;
	height: 42px;
	background: #fff;
	margin-bottom: -56px;
}

.contact_overlay {
    position: fixed;
    bottom: 0px;
 width: 300px;
    padding: 20px;
    color: #f8f4e2;
    background: #9d8d76;
}




@media (max-width: 992px) {

	.content {
		background: #f8f4e2;
		margin-top: 30px;
	}

	.logo {
		position: relative;
		padding: 25px 20px 30px;
		height: auto;
	}

}



/*
	Logged in pages
*/

.loggedin.main {
	background: #b5a288;
}

.loggedin .content {
	margin-left: 300px;
}

.loggedin .logo {
    padding: 20px;
	height: 180px;
}

@media (max-width: 1470px) {

	/* new */

	.loggedin .logo {
		padding: 0 15px;
		height: auto;
		background: none;
		border-bottom-right-radius: 0;
	}

	.loggedin .logo img {
		height: 42px;
		width: auto !important;
	}
	/* new end */
}


.loggedin header {
	background: #92b772;
	position: fixed;
	top: 0;
	z-index: 50;
}

header .navtrigger {
	display: none;
}

header ul {
	list-style: none;
	float: right;
}

header ul li {
	float: left;
	border-left: 1px solid #f8f4e2;
}

header ul li a {
	display: block;
	height: 42px;
	line-height: 42px;
	text-transform: uppercase;
	color: #f8f4e2;
	padding: 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

header > ul > li:hover > a {
	color: #f8f4e2;
	background: #b5a288;
	text-decoration: none;
}



header ul li a:focus {
	color: #f8f4e2;
}

header ul li a img {
	margin: -2px 10px 0 0;
}

header ul li a .icon {
	margin: 0 5px 0 0;
	font-size: 20px;
	position: relative;
	top: 2px;
}

header ul li a .icon.dropdownicon {
	margin: -17px 5px 0 0;
	font-size: 20px;
	line-height: 40px;
}

header ul li a i.helpicon {
	display: none;
}


header ul li ul {
	padding: 0;
	display: none;
}

header ul li:hover ul {
	display: block;
	position: absolute;
}

header ul li:last-child ul {
	right: 0;
}

header ul li ul li {
	float: none;
	width: 100%;
	border: 0;
}

header ul li ul li a {
	color: #f8f4e2;
	background: #9d8d76;
	text-decoration: none;
	height: 42px;
	line-height: 42px;
	text-transform: uppercase;
	padding: 0 30px;
}

header ul li ul li a:hover,
header ul li ul li a:focus {
	color: #f8f4e2;
	background: #b5a288;
	text-decoration: none;
}

header ul li ul li.desc {
	display: none;
}



aside {
	position: absolute;
	top: 0; left: 0;
	background: #b5a288;
	min-height: 100vh;
	width: 300px;
	z-index: 100;
}

/*
aside nav {
	padding-top: 180px;
}
*/

aside nav ul {
	list-style: none;
	padding: 0;
}

aside nav ul li {
	border-bottom: 1px solid #f8f4e2;
}

aside nav ul li a,
aside nav ul li a:active,
aside nav ul li a:focus {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 43px;
	line-height: 43px;
	text-transform: uppercase;
	color: #f8f4e2;
	padding: 0 0 0 40px;
	font-size: 16px;
}

aside nav ul li a i.icon {
	float: right;
	margin: 13px;
	transition: transform 200ms linear;
}

aside nav ul li a:hover,
aside nav ul li a:focus {
	color: #b5a288;
	background: #f8f4e2;
	text-decoration: none;
}

aside nav ul li.navcollapseitem ul {
    overflow: hidden;
    max-height: 0;
    transition: max-height 300ms linear;
}


aside nav ul li ul li {
	border-top: 1px solid #f8f4e2;
	border-bottom: 0;
}

aside nav ul li ul li a,
aside nav ul li ul li a:active,
aside nav ul li ul li a:focus {
	background: #9d8d76;
	padding: 0 0 0 60px;
}

aside nav ul li ul li a.active {
	background: #92b772;
}

aside nav ul li ul li a.active:hover {
	color: #92b772;
	background: #f8f4e2;
}

aside nav ul li.navcollapseitem.active ul {
	max-height: 500px;
}

aside nav ul li.navcollapseitem.active a i.icon {
	transform: rotate(90deg);
}



/*

	Order customisation screen

*/

.input-table tr td {
	vertical-align: top;
}

.main .product-list-item .form-group {
	margin: 0;
}

.main .product-list-item .input-group {
	margin-top: 7px;
}

.panel.ui-sortable-helper {
	transition: box-shadow .2s ease-out;
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ui-widget.ui-widget-content {
	border: 0;
}




@media (max-width: 1470px) {

	.loggedin .content {
		margin: 42px 0 0;
	}

	aside {
		/*position: relative;*/
		position: fixed;
		top: 0;
		left: 65px;
		min-height: 0;
		width: auto;
		/*margin-top: 42px;
		z-index: 0;*/
		background: none;
	}

	aside nav {
		display: none;
	}

	.loggedin header {
		z-index: 100;
	}

	header ul li a {
		padding: 0 15px;
	}
	header ul li a span {
		display: none;
	}
	header ul li a img {
		margin: -2px 0 0;
	}
	header ul li a i.helpicon {
		display: inline-block;
	}
	header ul li a i.icon {
		margin: -17px 0 0;
	}

	header ul li ul li.desc {
		display: block;
		color: #f8f4e2;
		color: rgba(248, 244, 226, .5);
		background: #9d8d76;
		text-transform: uppercase;
		padding: 15px 15px 5px;
	}

	header ul.nav-messages li {
		width: 250px;
	}

	header .navtrigger {
		display: block;
		float: left;
		height: 42px;
		font-size: 33px;
		line-height: 46px;
		color: #f8f4e2;
		padding: 0 15px;
		cursor: pointer;
		border-right: 1px solid #f8f4e2;
	}

	header .navtrigger:hover {
		background: #b5a288;
	}
 
.contact_overlay {
    /*bottom: 40px;*/
 }

}


@media (max-width: 570px) {

	header > ul > li > a > span.badge {
		display: none;
	}

}



@media (max-width: 445px) {

	aside .logo {
		display: none;
	}

}


.brands {
	margin-top: 3em;
}

.brands div {
	margin: 15px;
	width: 150px;
	height: 150px;
	float: left;
	background: #fff;
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 250ms;
}

.brands div:hover {
	-webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.brands div a {
	display: block;
	width: 100%;
	height: 150px;
	background: #fff no-repeat center center;
	background-size: contain;
	border: 20px solid #fff;
}




a.product {
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	margin: 15px 30px 15px 0;
	background: #9d8d76;
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transition: 250ms;
	box-sizing: border-box;
	text-transform: uppercase;
}

a.product:hover {
	-webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

a.product span {
	display: block;
	width: 100%;
	height: 200px;
	background: #9d8d76 no-repeat center center;
	background-size: contain;
	border: 5px solid #9d8d76;
}


.product-selection .product {
	margin-right: 10px;
}


.product-selection .product a img {
	border: 5px solid #f8f4e2;
	margin-left: -5px;
}

.product-selection .product a:hover img {
	border: 5px solid #92b772;
	box-sizing: border-box;
}



.custom-panel-row {
	display: flex;
}

.col-custom-105,
.col-custom-115,
.col-custom-flex {
	padding: 0 15px;
}

.col-custom-btns {
	width: 28px;
}

.col-custom-105 {
	width: 105px;
}

.col-custom-115 {
	width: 115px;
}

.col-custom-flex {
	width: auto;
	flex-grow: 1;
}

@media (max-width: 1470px) {
	.col-custom-105,
	.col-custom-115,
	.col-custom-flex {
		padding: 0 5px;
	}
}


.main .product-list-header .pull-down-6 .form-group {
	margin-top: 6px;
}

.main .product-list-header .pull-down-6 .form-group input {
	margin-bottom: 0;
}

.main .product-list-header .pull-down-6 .form-group .custom-combobox {
	background: #fff;
}

.img-height-50 {
	height: auto;
	max-height: 100px;
	width: auto;
	max-width: 100%;
}

.img-height-100 {
	height: auto;
	max-height: 100px;
	width: auto;
	max-width: 100%;
}

.img-height-200 {
	height: auto;
	max-height: 200px;
	width: auto;
	max-width: 100%;
}

.img-height-400 {
	height: auto;
	max-height: 400px;
	width: auto;
	max-width: 100%;
}

.product-wrapper {
	position: relative;
	height: 336px;
	transition: all 300ms ease-out;
	margin-bottom: 40px;
}


.panel.panel-expand-product {
	position: absolute;
	left: 0;
	right: 0;
	transition: box-shadow .3s ease-out,
				top .3s .3s ease-out;
}

.product-wrapper .img-center {
	height: 200px;
	line-height: 200px;
}

.panel-expanded {
	display: none;
}

.panel.panel-expand-product:hover {
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 20;
	top: -40px;
}

.panel-expand-product:hover .panel-expanded {
	display: block;
}




table.input-table {
	width: 100%;
	margin: 1em 0 0;
}

table.input-table td {
	padding: 0 10px 0 0;
}

.input-table input {
	width: 100%;
	background: #fff;
	border: 0;
	padding: 5px;
	margin: 0 5px 10px 0;
	box-sizing: border-box;
}



.product-list {
	height:470px;
	max-height:470px;
	overflow-y:scroll;
	padding:10px;
	border:2px solid #ccc;
	background:#ccc;
}

.product-list .panel {
	margin-bottom: 10px;
}

.product-list .panel-body {
	padding: 0 15px;
}

.product-list .panel .form-group {
	padding-top: 7px;
	padding-bottom: 0;
}

.product-list .panel p.draghandle {
	font-size: 2em;
	color: #ccc;
	cursor: move;
	margin: 10px 0 0;
}

.product-list .panel .delete-item {
	font-size:1.5em;
	color:red;
	line-height: 2em;
}

.product-list-header {
	background:#eaeaea;
	margin: 0;
	padding: 0 12px;
}
.main .product-list-header .form-group {
	margin: 0;
}

.product-list-header label.control-label {
	line-height: 3em;
}




.table-order-list th a {
	color: #000;
}

.table-order-list th a.norm {
	color: #92b772;
}



.table-order-list tr.filters {
	display: none;
}

.table-order-list tr.filters.open {
	display: table-row;
}

.table-order-list tr.filters th {
	background: #ddd;
}

.table-order-list tr.filters th .btn {
	margin: 0;
}



.table-order-list tr.order-details {
	display: none;
}

.table-order-list tr.order-details td {
	border-top: none;
}



.pagination>li>a, .pagination>li>span {
	color: #000;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #92b772;
	border-color: #92b772;
}


.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background-color: #92b772;
}



.alert.alert-default {
	background-color: #51423d;
	color: rgba(255,255,255, 0.84);
}



/*
	responsive tables
*/
.scrollable-table {
	overflow-x: auto;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0))), -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #c3c3c5), color-stop(100%, rgba(195, 195, 197, 0)));
	background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -webkit-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -webkit-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-image: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -moz-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -moz-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-image: -o-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), -o-linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), -o-linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-image: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(right, #ffffff, rgba(255, 255, 255, 0)), linear-gradient(left, #c3c3c5, rgba(195, 195, 197, 0)), linear-gradient(right, #c3c3c5, rgba(195, 195, 197, 0));
	background-position: 0 0, 100% 0, 0 0, 100% 0;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 4em 100%, 4em 100%, 1em 100%, 1em 100%;
	background-attachment: local, local, scroll, scroll;
}


.sidr{display:block;position:fixed;top:42px;height:100%;z-index:999999;width:300px;overflow-x:hidden;overflow-y:auto;padding-bottom:42px;}
.sidr.right{left:auto;right:-300px}
.sidr.left{left:-350px;right:auto;box-shadow:0px 30px 30px #000;}


.sidr {
	background: #b5a288;
}

.sidr ul {
	list-style: none;
	padding: 0;
}

.sidr ul li {
	border-bottom: 1px solid #f8f4e2;
}

.sidr ul li a {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 43px;
	line-height: 43px;
	text-transform: uppercase;
	color: #f8f4e2;
	padding: 0 0 0 40px;
	font-size: 16px;
}

.sidr ul li a i.icon {
	float: right;
	line-height: 43px;
	margin: 0 15px 0 0;
}

.sidr ul li a:hover {
	color: #b5a288;
	background: #f8f4e2;
	text-decoration: none;
}

.sidr ul li ul li {
	border-top: 1px solid #f8f4e2;
	border-bottom: 0;
}

.sidr ul li ul li a {
	background: #9d8d76;
	padding: 0 0 0 60px;
}

.sidr ul li ul li a.active {
	background: #92b772;
}

.sidr ul li ul li a.active:hover {
	color: #92b772;
	background: #f8f4e2;
}

#overlay {
	display: none;
	position: fixed;
	top:0; left:0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,.5);
}


/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8; }

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box; }

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }

.mfp-align-top .mfp-container:before {
	display: none; }

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }

.mfp-ajax-cur {
	cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
	cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; }

.mfp-loading.mfp-figure {
	display: none; }

.mfp-hide {
	display: none !important; }

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044; }
.mfp-preloader a {
	color: #CCC; }
.mfp-preloader a:hover {
	color: #FFF; }

.mfp-s-ready .mfp-preloader {
	display: none; }

.mfp-s-error .mfp-content {
	display: none; }

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation; }

button::-moz-focus-inner {
	padding: 0;
	border: 0; }

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
	opacity: 1; }
.mfp-close:active {
	top: 1px; }

.mfp-close-btn-in .mfp-close {
	color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; }

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap; }

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
	margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent; }
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px; }
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7; }

.mfp-arrow-left {
	left: 0; }
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px; }
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
	right: 0; }
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px; }
.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px; }
.mfp-iframe-holder .mfp-close {
	top: -40px; }

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000; }

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
	line-height: 0; }
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444; }
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px; }
.mfp-figure figure {
	margin: 0; }

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto; }

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px; }

.mfp-image-holder .mfp-content {
	max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
		 * Remove all paddings around the image on small screen
		 */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0; }
	.mfp-img-mobile img.mfp-img {
		padding: 0; }
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0; }
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px; }
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box; }
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0; }
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px; }
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0; } }

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75); }
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0; }
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%; }
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px; } }



.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

.select2-container {
	margin-top: 1px;
}

.select2-container--default .select2-selection--single {
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #d2d2d2;
	height: 36px;
	padding: 7px 0;
	font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 22px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #92b772;
}

.select2-dropdown {
	border-radius: 0;
	border: 1px solid #d2d2d2;
}

.select2-container--focus{
	border-bottom: 2px solid #92b772;
}


#pdfviewer {
	overflow: hidden;
	text-align: center;
}

#pdfviewer.portrait {
	height: 621px;
	max-height: 621px !important;
}

#pdfviewer.landscape {
	height: auto !important;
	max-width: 100%;
	max-height: 300px !important;
	margin-bottom: 1em;
}

#preview {
	border: none;
	background: #ccc;
	pointer-events: none;
	cursor: default;
}

.blockUI h3 {
	margin: 20px 0;
}

.blockUI img {
	line-height: 24px;
	margin-top: -3px;
}



/*! =======================================================
                      VERSION  10.0.0
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 *
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.slider {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	background: none;
}
.slider.slider-horizontal {
	width: 210px;
	height: 20px;
	margin: 0 15px;
}
.slider.slider-horizontal .slider-track {
	height: 10px;
	width: 100%;
	margin-top: -5px;
	top: 50%;
	left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
	height: 100%;
	top: 0;
	bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
	margin-left: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-width: 0 10px 10px 10px;
	width: 0;
	height: 0;
	border-bottom-color: #2e6da4;
	margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
	white-space: nowrap;
	margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
	padding-top: 4px;
	display: inline-block;
	text-align: center;
}
.slider.slider-horizontal .tooltip {
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.slider.slider-horizontal.slider-rtl .slider-track {
	left: initial;
	right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
	margin-left: initial;
	margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
	left: initial;
	right: 0;
}
.slider.slider-horizontal.slider-rtl .tooltip {
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}
.slider.slider-vertical {
	height: 210px;
	width: 20px;
}
.slider.slider-vertical .slider-track {
	width: 10px;
	height: 100%;
	left: 25%;
	top: 0;
}
.slider.slider-vertical .slider-selection {
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
	width: 100%;
	left: 0;
	right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
	margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
	border-width: 10px 0 10px 10px;
	width: 1px;
	height: 1px;
	border-left-color: #2e6da4;
	border-right-color: #2e6da4;
	margin-left: 0;
	margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
	white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
	padding-left: 4px;
}
.slider.slider-vertical .tooltip {
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slider.slider-vertical.slider-rtl .slider-track {
	left: initial;
	right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
	left: initial;
	right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
	border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
	padding-left: initial;
	padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
	background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
	background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
	background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
	background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
	background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
	background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
	cursor: not-allowed;
}
.slider input {
	display: none;
}
.slider .tooltip.top {
	margin-top: -36px;
}
.slider .tooltip-inner {
	white-space: nowrap;
	max-width: none;
}
.slider .hide {
	display: none;
}
.slider-track {
	position: absolute;
	cursor: pointer;
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
}
.slider-selection {
	position: absolute;
	background: #ddd;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
}
.slider-selection.tick-slider-selection {
	background-image: -webkit-linear-gradient(top, #bbde9c 0%, #a8bf94 100%);
	background-image: -o-linear-gradient(top, #bbde9c 0%, #a8bf94 100%);
	background-image: linear-gradient(to bottom, #bbde9c 0%, #a8bf94 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbde9c', endColorstr='#a8bf94', GradientType=0);
}
.slider-track-low,
.slider-track-high {
	position: absolute;
	background: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
}
.slider-handle {
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
	background-color: #92b772;
	background-image: -webkit-linear-gradient(top, #92b772 0%, #7a9c5c 100%);
	background-image: -o-linear-gradient(top, #92b772 0%, #7a9c5c 100%);
	background-image: linear-gradient(to bottom, #92b772 0%, #7a9c5c 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92b772', endColorstr='#7a9c5c', GradientType=0);
	filter: none;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	border: 0px solid transparent;
}
.slider-handle.round {
	border-radius: 50%;
}
.slider-handle.triangle {
	background: transparent none;
}
.slider-handle.custom {
	background: transparent none;
}
.slider-handle.custom::before {
	line-height: 20px;
	font-size: 20px;
	content: '\2605';
	color: #726204;
}
.slider-tick {
	position: absolute;
	width: 20px;
	height: 20px;
	background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	filter: none;
	opacity: 0.8;
	border: 0px solid transparent;
}
.slider-tick.round {
	border-radius: 50%;
}
.slider-tick.triangle {
	background: transparent none;
}
.slider-tick.custom {
	background: transparent none;
}
.slider-tick.custom::before {
	line-height: 20px;
	font-size: 20px;
	content: '\2605';
	color: #726204;
}
.slider-tick.in-selection {
	background-image: -webkit-linear-gradient(top, #bbde9c 0%, #a8bf94 100%);
	background-image: -o-linear-gradient(top, #bbde9c 0%, #a8bf94 100%);
	background-image: linear-gradient(to bottom, #bbde9c 0%, #a8bf94 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbde9c', endColorstr='#a8bf94', GradientType=0);
	opacity: 1;
}

	/*!
     * bootstrap-fileinput v5.1.4
     * http://plugins.krajee.com/file-input
     *
     * Krajee default styling for bootstrap-fileinput.
     *
     * Author: Kartik Visweswaran
     * Copyright: 2014 - 2020, Kartik Visweswaran, Krajee.com
     *
     * Licensed under the BSD-3-Clause
     * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
     */
.file-loading input[type=file], input[type=file].file-loading {
	width: 0;
	height: 0;
}

.file-no-browse {
	position: absolute;
	left: 50%;
	bottom: 20%;
	width: 1px;
	height: 1px;
	font-size: 0;
	opacity: 0;
	border: none;
	background: none;
	outline: none;
	box-shadow: none;
}

.kv-hidden, .file-caption-icon, .file-zoom-dialog .modal-header:before, .file-zoom-dialog .modal-header:after, .file-input-new .file-preview, .file-input-new .close, .file-input-new .glyphicon-file, .file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button, .file-input-new .no-browse .input-group-btn, .file-input-ajax-new .fileinput-remove-button, .file-input-ajax-new .fileinput-upload-button, .file-input-ajax-new .no-browse .input-group-btn, .hide-content .kv-file-content, .is-locked .fileinput-upload-button, .is-locked .fileinput-remove-button {
	display: none;
}

.btn-file input[type=file], .file-caption-icon, .file-preview .fileinput-remove, .krajee-default .file-thumb-progress, .file-zoom-dialog .btn-navigate, .file-zoom-dialog .floating-buttons {
	position: absolute;
}

.file-caption-icon .kv-caption-icon {
	line-height: inherit;
}

.file-input, .file-loading:before, .btn-file, .file-caption, .file-preview, .krajee-default.file-preview-frame, .krajee-default .file-thumbnail-footer, .file-zoom-dialog .modal-dialog {
	position: relative;
}

.file-error-message pre, .file-error-message ul, .krajee-default .file-actions, .krajee-default .file-other-error {
	text-align: left;
}

.file-error-message pre, .file-error-message ul {
	margin: 0;
}

.krajee-default .file-drag-handle, .krajee-default .file-upload-indicator {
	float: left;
	margin-top: 10px;
	width: 16px;
	height: 16px;
}

.file-thumb-progress .progress, .file-thumb-progress .progress-bar {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.7rem;
}

.krajee-default .file-thumb-progress .progress, .kv-upload-progress .progress {
	background-color: #ccc;
}

.krajee-default .file-caption-info, .krajee-default .file-size-info {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 160px;
	height: 15px;
	margin: auto;
}

.file-zoom-content > .file-object.type-video, .file-zoom-content > .file-object.type-flash, .file-zoom-content > .file-object.type-image {
	max-width: 100%;
	max-height: 100%;
	width: auto;
}

.file-zoom-content > .file-object.type-video, .file-zoom-content > .file-object.type-flash {
	height: 100%;
}

.file-zoom-content > .file-object.type-pdf, .file-zoom-content > .file-object.type-html, .file-zoom-content > .file-object.type-text, .file-zoom-content > .file-object.type-default {
	width: 100%;
}

.file-loading:before {
	content: " Loading...";
	display: inline-block;
	padding-left: 20px;
	line-height: 16px;
	font-size: 13px;
	font-variant: small-caps;
	color: #999;
	background: transparent url(../img/loading.gif) top left no-repeat;
}

.file-object {
	margin: 0 0 -5px 0;
	padding: 0;
}

.btn-file {
	overflow: hidden;
}

.btn-file input[type=file] {
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	text-align: right;
	opacity: 0;
	background: none repeat scroll 0 0 transparent;
	cursor: inherit;
	display: block;
}

.btn-file ::-ms-browse {
	font-size: 10000px;
	width: 100%;
	height: 100%;
}

.file-caption .file-caption-name {
	width: 100%;
	margin: 0;
	padding: 0;
	box-shadow: none;
	border: none;
	background: none;
	outline: none;
}

.file-caption.icon-visible .file-caption-icon {
	display: inline-block;
}

.file-caption.icon-visible .file-caption-name {
	padding-left: 15px;
}

.file-caption-icon {
	left: 8px;
}

.file-error-message {
	color: #a94442;
	background-color: #f2dede;
	margin: 5px;
	border: 1px solid #ebccd1;
	border-radius: 4px;
	padding: 15px;
}

.file-error-message pre {
	margin: 5px 0;
}

.file-caption-disabled {
	background-color: #eee;
	cursor: not-allowed;
	opacity: 1;
}

.file-preview {
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 8px;
	width: 100%;
	margin-bottom: 5px;
}

.file-preview .btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.file-preview .fileinput-remove {
	top: 1px;
	right: 1px;
	line-height: 10px;
}

.file-preview .clickable {
	cursor: pointer;
}

.file-preview-image {
	font: 40px Impact, Charcoal, sans-serif;
	color: #008000;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}

.krajee-default.file-preview-frame {
	margin: 8px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	padding: 6px;
	float: left;
	text-align: center;
}

.krajee-default.file-preview-frame .kv-file-content {
	width: 213px;
	height: 160px;
}

.krajee-default .file-preview-other-frame {
	display: flex;
	align-items: center;
	justify-content: center;
}

.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
	width: 400px;
}

.krajee-default.file-preview-frame[data-template="audio"] .kv-file-content {
	width: 240px;
	height: 55px;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
	height: 70px;
}

.krajee-default.file-preview-frame:not(.file-preview-error):hover {
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.krajee-default .file-preview-text {
	color: #428bca;
	border: 1px solid #ddd;
	outline: none;
	resize: none;
}

.krajee-default .file-preview-html {
	border: 1px solid #ddd;
}

.krajee-default .file-other-icon {
	font-size: 6em;
	line-height: 1;
}

.krajee-default .file-footer-buttons {
	float: right;
}

.krajee-default .file-footer-caption {
	display: block;
	text-align: center;
	padding-top: 4px;
	font-size: 11px;
	color: #777;
	margin-bottom: 30px;
}

.file-upload-stats {
	font-size: 10px;
	text-align: center;
	width: 100%;
}

.kv-upload-progress .file-upload-stats {
	font-size: 12px;
	margin: -10px 0 5px;
}

.krajee-default .file-preview-error {
	opacity: 0.65;
	box-shadow: none;
}

.krajee-default .file-thumb-progress {
	top: 37px;
	left: 0;
	right: 0;
}

.krajee-default.kvsortable-ghost {
	background: #e1edf7;
	border: 2px solid #a1abff;
}

.krajee-default .file-preview-other:hover {
	opacity: 0.8;
}

.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
	color: #000;
}

.kv-upload-progress .progress {
	height: 20px;
	margin: 10px 0;
	overflow: hidden;
}

.kv-upload-progress .progress-bar {
	height: 20px;
	font-family: Verdana, Helvetica, sans-serif;
}

/*noinspection CssOverwrittenProperties*/
.file-zoom-dialog .file-other-icon {
	font-size: 22em;
	font-size: 50vmin;
}

.file-zoom-dialog .modal-dialog {
	width: auto;
}

.file-zoom-dialog .modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.file-zoom-dialog .btn-navigate {
	padding: 0;
	margin: -60px 0 0;
	font-size: 60px;
	background: transparent;
	text-decoration: none;
	outline: none;
	opacity: 0.7;
	top: 50%;
	color: #1c94c4;
}

.file-zoom-dialog .btn-navigate:not([disabled]):hover {
	outline: none;
	box-shadow: none;
	opacity: 0.6;
}

.file-zoom-dialog .floating-buttons {
	top: 5px;
	right: 10px;
}

.file-zoom-dialog .btn-navigate[disabled] {
	opacity: 0.3;
}

.file-zoom-dialog .btn-prev {
	left: 1px;
}

.file-zoom-dialog .btn-next {
	right: 1px;
}

.file-zoom-dialog .kv-zoom-title {
	font-weight: 300;
	color: #999;
	max-width: 50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.file-input-new .no-browse .form-control {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.file-input-ajax-new .no-browse .form-control {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.file-caption-main {
	width: 100%;
}

.file-thumb-loading {
	background: transparent url(../img/loading.gif) no-repeat scroll center center content-box !important;
}

.file-drop-zone {
	border: 1px dashed #aaa;
	min-height: 260px;
	border-radius: 4px;
	text-align: center;
	vertical-align: middle;
	margin: 12px 15px 12px 12px;
	padding: 5px;
}

.file-drop-zone.clickable:hover {
	border: 2px dashed #999;
}

.file-drop-zone.clickable:focus {
	border: 2px solid #5acde2;
}

.file-drop-zone .file-preview-thumbnails {
	cursor: default;
}

.file-drop-zone-title {
	color: #aaa;
	font-size: 1.6em;
	text-align:center;
	padding: 85px 10px;
	cursor: default;
}

.file-highlighted {
	border: 2px dashed #999 !important;
	background-color: #eee;
}

.file-uploading {
	background: url(../img/loading-sm.gif) no-repeat center bottom 10px;
	opacity: 0.65;
}

.file-zoom-fullscreen .modal-dialog {
	min-width: 100%;
	margin: 0;
}

.file-zoom-fullscreen .modal-content {
	border-radius: 0;
	box-shadow: none;
	min-height: 100vh;
}

.file-zoom-fullscreen .modal-body {
	overflow-y: auto;
}

.floating-buttons {
	z-index: 3000;
}

.floating-buttons .btn-kv {
	margin-left: 3px;
	z-index: 3000;
}

.kv-zoom-actions .btn-kv {
	margin-left: 3px;
}

.file-zoom-content {
	text-align: center;
	min-height: 300px;
}

.file-zoom-content .file-preview-image {
	max-height: 100%;
}

.file-zoom-content .file-preview-video {
	max-height: 100%;
}

.file-zoom-content > .file-object.type-image {
	height: auto;
	min-height: inherit;
}

.file-zoom-content > .file-object.type-audio {
	width: auto;
	height: 30px;
}

@media (min-width: 576px) {
	.file-zoom-dialog .modal-dialog {
		max-width: 500px;
	}
}

@media (min-width: 992px) {
	.file-zoom-dialog .modal-lg {
		max-width: 800px;
	}
}

@media (max-width: 767px) {
	.file-preview-thumbnails {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.file-zoom-dialog .modal-header {
		flex-direction: column;
	}
}

@media (max-width: 350px) {
	.krajee-default.file-preview-frame:not([data-template="audio"]) .kv-file-content {
		width: 160px;
	}
}

@media (max-width: 420px) {
	.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
		width: 100%;
	}
}

.file-loading[dir=rtl]:before {
	background: transparent url(../img/loading.gif) top right no-repeat;
	padding-left: 0;
	padding-right: 20px;
}

.clickable .file-drop-zone-title {
	cursor: pointer;
}

.file-sortable .file-drag-handle:hover {
	opacity: 0.7;
}

.file-sortable .file-drag-handle {
	cursor: grab;
	opacity: 1;
}

.file-grabbing, .file-grabbing * {
	cursor: not-allowed !important;
}

.file-grabbing .file-preview-thumbnails * {
	cursor: grabbing !important;
}

.file-preview-frame.sortable-chosen {
	background-color: #d9edf7;
	border-color: #17a2b8;
	box-shadow: none !important;
}

.file-preview .kv-zoom-cache {
	display: none;
}

.panel-title {
	position: relative;
}

.panel-title::after {
	content: "\f107";
	color: #333;
	top: -2px;
	right: 0px;
	position: absolute;
	font-family: "FontAwesome"
}

.panel-title[aria-expanded="true"]::after {
	content: "\f106";
}

/*
 * Added 12-27-20 to showcase full title clickthrough
 */

.panel-heading-full.panel-heading {
	padding: 0;
}

.panel-heading-full .panel-title {
	padding: 10px 15px;
}

.panel-heading-full .panel-title::after {
	top: 10px;
	right: 15px;
}

th.rotate {
	/* Something you can count on */
	height: 140px;
	white-space: nowrap;
}

th.rotate > div {
	transform:
		/* Magic Numbers */
			translate(25px, 51px)
				/* 45 is really 360 - 45 */
			rotate(270deg);
	width: 30px;
}
th.rotate > div > span {
	border-bottom: 1px solid #ccc;
	padding: 5px 10px;
}

.ui-dialog {
	border: solid 4px #545454;border-radius:0px;padding:0px;-moz-box-shadow: 3px 3px 4px #545454;-webkit-box-shadow: 3px 3px 4px #545454;box-shadow: 3px 3px 4px #545454;
}
