@import url('https://fonts.googleapis.com/css?family=Open+Sans:400i,700,700i,800,800i|Roboto+Condensed:400,400i,700,700i');
.nav-side-menu {
	overflow: auto;
	font-family: verdana;
	font-size: 12px;
	font-weight: 200;
	background-color: #2e353d;
	position: absolute;
	min-height: calc(100vh - 100px);
	width: 300px;
	color: #e1ffff;
}
@media (min-width: 1200px) {
	body { padding-top:50px !important; }

}
body { overflow-y: scroll; }

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	cursor: pointer;
}

/* Track */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #666666;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #666666;
}

.navbar-right { margin:0px -1px 0px 0px !important; }
.navbar-nav > li > a { background-color:#23282e; color:#e1ffff; border-left: 3px solid transparent;  }
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #4f5b69 !important;
	border-left: 3px solid #fdbd10;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #4f5b69 !important;
	border-color: #fdbd10 !important;
}
.navbar-nav > li > .dropdown-menu {
	border-bottom-right-radius: 0px;
	background-color: #181c20;
	min-width: 200px;
	box-sizing: border-box;
}
/*
.navbar-nav li > .dropdown-menu > li > a:before {
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
*/
.navbar-nav > li > .dropdown-menu > li > a
{
	padding: 3px 10px;
	color:#e1ffff;
	border-bottom: 1px solid #23282e;
	font-size: 12px;
	font-family:verdana;
}
.navbar-nav > li > .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	color: #fdbd10;
	text-decoration: none;
	background-color: transparent;
}

.navbar-nav > li > .dropdown-menu > li:hover {
	background-color: #000;
}

.nav-side-menu .brand {
	background-color: #23282e;
	line-height: 50px;
	display: block;
	text-align: center;
	font-size: 14px;
}
.nav-top-bar { height: 50px; background-color: #23282e; }
.nav-side-menu .toggle-btn {
	display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 35px;
	cursor: pointer;
}
.arrow:before,
.arrow:before {
	font-family: FontAwesome;
	content: "\f078";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
	border-left: 3px solid #fdbd10;
	background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
	color: #fdbd10;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
	color: #fdbd10;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
	background-color: #181c20;
	border: none;
	line-height: 28px;
	border-bottom: 1px solid #23282e;
	margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
	background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
.nav-side-menu li {
	padding-left: 0px;
	border-left: 3px solid #2e353d;
	border-bottom: 1px solid #23282e;
}
.nav-side-menu li a {
	text-decoration: none;
	color: #e1ffff;
}
.nav-side-menu li a i {
	padding-left: 10px;
	width: 20px;
	padding-right: 20px;
}
.nav-side-menu li:hover {
	border-left: 3px solid #fdbd10;
	background-color: #4f5b69;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}




.nav-side-menu .sub-menu .hidden { display:none; }
.left-menu-text { display: inline-block; vertical-align:top; overflow: hidden; white-space: nowrap; margin-right: 0px !important; }
.show-dropdown-sub-menu { position: relative; z-index: 99999 !important; }
.left-dropdown-menu { position: absolute; top:0px; left:37px; display: none; z-index: 99999 !important; list-style: none; padding: 0px; margin: 0px; line-height: 30px !important; cursor: pointer; width: 250px; }
.left-dropdown-menu li { border-left: 0px; background-color: #181c20; }
.left-dropdown-menu li:hover { border-left:0px; background-color: #020203; }
.left-dropdown-menu li:before { font-family: FontAwesome; content: "\f105"; display: inline-block; padding-left: 10px; padding-right: 10px; vertical-align: middle; }
.left-dropdown-menu li.active { border-left:0 !important; background-color: #181c20; }
.left-dropdown-menu li.active a { color: #fdbd10; }
.show-dropdown-sub-menu:hover .left-dropdown-menu { display: block; }


.left-dropdown-menu li.spacer:before { display: none; }
.left-dropdown-menu li.spacer a { text-transform: uppercase; padding-left:5px; }
.left-dropdown-menu li.spacer:hover { background-color: #181c20; cursor: default; color: #fdbd10; }


.left-dropdown-menu li.main_title { background: #fff; text-transform: uppercase; font-weight: bold; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
.show-dropdown-sub-menu:hover .left-dropdown-menu li.main_title { background: #4f5b69; }
.left-dropdown-menu li.main_title:before { font-family: FontAwesome; content: ""; display: inline-block; padding-left: 0px; padding-right: 0px; vertical-align: middle; }


.container { width: 100% !important; }


.market-products .market-product:nth-child(1n) {
	padding-left:0px;
}
.market-products .market-product:nth-child(4n) {
	 padding-right:0px;
 }

.login_container {
	position: relative;
	height: 100%;
	min-height: calc(100vh - 160px);
}


@media (max-width: 1200px) {
	.nav-side-menu {
		position: relative;
		width: 100%;
		margin-bottom: 10px;
		min-height: 0px;
	}
	.container {
		width: 100% !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.nav-side-menu .toggle-btn {
		display: block;
		cursor: pointer;
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 10 !important;
		padding: 3px;
		background-color: #ffffff;
		color: #000000;
		width: 40px;
		text-align: center;
	}

	.market-products .market-product {
		padding-right:0px;
		padding-left: 0px;
	}

	.brand {
		text-align: left !important;
		font-size: 22px;
		padding-left: 20px;
		line-height: 50px !important;
	}
	.login_container {min-height: calc(100vh - 167px); }

	.no-left-padding-mobile { padding-left:0px !important; }
}
@media (min-width: 1200px) {
	.nav-side-menu .menu-list .menu-content {
		display: block;
	}
	.container {
		width: 100% !important;
		/*padding-left: 10px !important;*/
	}


}
body {
	margin:0px 0px 60px 0px;
	padding: 0px;
	background-color: #eaeef3;
	font-family: 'Open Sans', sans-serif;
}
@media (min-width: 1200px) {
	/*.container { width: 100% !important; padding-left: 310px !important; }*/
}
.red { color: #ff0000; }
.yellow { color:#fdbd10; }
.green { color: rgb(90, 166, 0); }
#reql1 { position: absolute; background: #ffffff; width: 100%; z-index: 2; background-color: inherit; margin:0px 0px 60px 0px; }
#reql1 .box1 { min-width: 300px; }
#reql2 { position: absolute; background: #ffffff; width: 100%; z-index: 3; background-color: inherit; }
#reql2 .box1 { min-width: 300px; }

#confirmDiv { background: rgba(0, 0, 0, 0.8); width: 100%; height: 100%; position: fixed; z-index: 5; top:0; }
.confirmDivInner { position: absolute; top:50%; width: 100%; transform: translate(0, -50%); }



footer a { color:#fdbd10 !important; }
footer { background-color: #2e353d; z-index: 99999; width: 100%; color:#fff; }
footer .container { padding:15px 15px 15px 15px; text-align: right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.clr { clear: both; }
.fr { float: right; }
.fl { float: left; }
.tiny { font-size: 10px; color: #666666; font-weight: bold; }
.msgc { padding: 15px 5px 10px 15px !important; height: 50px; box-sizing: border-box; font-weight: bold; font-style: italic; display: none; border-radius: 0px !important; }
.msgc:after {
	font-family: FontAwesome;
	content: "\f00c";
	font-style: normal !important;
	font-size: 20px;
	color: #fdbd10;
	float: right;
	margin: -4px 2px 0 0;
}
.err { color: #ff0000; font-size: 10px; font-weight: bold; font-family: "Roboto Condensed"; }
a { text-decoration: none !important;  }

input:focus {
	outline: none !important;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked, [type="checkbox"]:focus {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 9px;
	vertical-align: bottom !important;
	border-radius: 3px;
	display: inline-block;
	position: relative;
}
[type="checkbox"]:active, [type="checkbox"]:checked:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
[type="checkbox"]:checked {
	background-color: #e9ecee;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
	color: #99a1a7;
}
[type="checkbox"]:checked:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #fdbd10;
}
[type="radio"]:not(:checked), [type="radio"]:checked {

	outline: 0;
	background-image: none;
	-webkit-appearance: none;

	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
}

[type="radio"]:not(:checked):nth-child(2+n) {
	margin-left:3px;
}


[type="radio"]:checked:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #fdbd10;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
	text-shadow: none;
	left: 3px;
	font-size: 32px;
}
[type="radio"]:checked {
	background-color: #e9ecee;
	color: #fdbd10;
	border: 1px solid #adb8c0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}
[type="radio"]:active, [type="radio"]:checked:active {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}


input[type='radio'], label{
	display:inline;
	vertical-align: -5px;
}

select { width: 100%; display: inline-block; border: 1px solid #d9d9d9; padding: 5px 10px; margin: 0; height: 28px !important; font: inherit; outline: none !important; line-height: 1.2; background: #f8f8f8; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.select {
		padding-right: 30px;
	}
}
label {
	position: relative !important;
	display: inline-block !important;
}
select:focus {
	border-color: #fdbd10 !important;
}
select:after {
	font-family: FontAwesome;
	content: "\f078";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	font-size: 60%;
	line-height: 30px;
	padding: 0 7px;
	background: #bbbbbb;
	color: white;
	pointer-events: none;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}
select:after {
	content: none;
}

input.txt { outline: none; border: 1px solid #cccccc; width: auto; padding:2px 10px; height: 28px; box-sizing: border-box !important; -webkit-transition: 0.3s ease; transition: 0.3s ease; }
.txt:focus { border-color: #fdbd10; }

.dep_ul { margin: none; padding: 0; list-style-type: none; float: left; display: block; }
.dep_ul li { font-weight: bold; font-size: 13px; margin-top: 10px; }
.dep_ul li ul { list-style-type: none; margin: 0 0 0 15px; padding: 0; font-weight: normal; }
.dep_ul li ul li { font-weight: normal; margin: 0; }

.box1 { margin-top: 10px; border-radius: 3px; border: 1px solid #cccccc; border-top: none; background-color: #ffffff; display: block; width: 100%; -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75); box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75); }
.box1 h1 { margin: 0; padding: 5px 0 5px 10px; font-weight: 700; font-size: 18px; display: block; border-top-left-radius: 3px; border-top-right-radius: 3px; border-radius: 3px 3px 0 0; border-top: 5px solid #fdbd10; border-bottom: 1px solid #cccccc; text-transform: uppercase; color: rgb(58, 64, 91); font-family: 'Roboto Condensed', sans-serif; }
.box1 h1.second { margin: 0; padding: 5px 0 5px 10px; font-weight: 700; font-size: 18px; display: block; border-top-left-radius: 0px; border-top-right-radius: 0px; border-radius: 0px 0px 0 0; border-top: 5px solid #fdbd10; border-bottom: 1px solid #cccccc; text-transform: uppercase; color: rgb(58, 64, 91); font-family: 'Roboto Condensed', sans-serif; }
.box1 h1 a.cl i { color: #ff0000; float: right; font-size: 20px; margin-right: 10px; }
.box1 h1 a.cl:hover i { text-shadow: 2px 2px 4px rgba(0, 0, 0, 1); }
.btn1 { border: 1px solid #999999; text-decoration: none !important; background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#fff)); filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#fff'); box-shadow: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .18); border-radius: 3px; outline: medium none; display: inline-block; padding: 2px 10px 2px 10px; box-sizing: border-box; cursor: pointer; color: #3a3a3a; font-weight: 700; font-size: 14px; text-transform: uppercase; font-family: "Roboto Condensed", sans-serif; transition: background-color .2s ease-in-out; }
.btn1:hover { border: 1px solid #cccccc; -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.75); -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.75); box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.75); }
.box1 .wrap1.bb { border-bottom: 1px solid #fdbd10; }
.box1 .wrap1.altbg { background-color: #408ed4; border-bottom: none; border-radius: 0px 0px 3px 3px; padding: 5px 10px; }
.box1 .wrap1 .fc { padding: 10px; }
.fn { text-transform: uppercase; margin-top:10px; display: block; font-family: 'Roboto Condensed', sans-serif; font-size: 13px; font-weight: 700; }
.box1 input.txt { outline: none; display: block; border: 1px solid #d9d9d9; height: 28px; padding:2px 10px; box-sizing: border-box !important; -webkit-transition: 0.3s ease; transition: 0.3s ease; }
.box1 textarea.txt { outline: none; display: block; border: 1px solid #d9d9d9; padding:2px 10px; box-sizing: border-box !important; -webkit-transition: 0.3s ease; transition: 0.3s ease; }
.box1 .txt:focus { border-color: #fdbd10 !important; }

@media (max-width: 768px) { table .btn1 { width: 100%; margin-bottom:5px; } }

.box2 { border: none !important; margin-top: 10px; border-radius: 3px; border: 1px solid #cccccc; border-top: none; background-color: #ffffff; display: block; -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75); box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75); }
.box2 h1 { margin: 0; padding: 5px 0 5px 10px; font-weight: 700; font-size: 22px; display: block; border-top-left-radius: 3px; border-top-right-radius: 3px; border-radius: 3px 3px 0 0; border-top: 5px solid #00b8cc; border-bottom: 1px solid #cccccc; text-transform: uppercase; color: rgb(58, 64, 91); font-family: 'Roboto Condensed', sans-serif; }
.box2 h2 { margin: 0; padding: 5px 0 5px 10px; font-weight: 700; font-size: 18px; display: block; border-bottom: 1px solid #cccccc; text-transform: uppercase; color: rgb(58, 64, 91); font-family: 'Roboto Condensed', sans-serif; }
.box2 h1 a.cl i { color: #ff0000; float: right; font-size: 20px; margin-right: 10px; }
.box2 .wrap1.bb { border-bottom: 1px solid #00b8cc; }
.box2 .wrap1.altbg { background-color: #00b8cc; border-bottom: none; border-radius: 0px 0px 3px 3px; padding: 5px 10px; }
.box2 .wrap1 .fc { padding: 10px; }
.box2 .wrap1 .fc .fn { text-transform: uppercase; display: block; font-family: 'Roboto Condensed', sans-serif; font-size: 14px; font-weight: 700; }
.box2 .txt { outline: none; display: block; border: 1px solid #d9d9d9; padding: 5px 10px; box-sizing: border-box !important; -webkit-transition: 0.3s ease; transition: 0.3s ease; }
.box2 .txt:focus { border-color: #00b8cc; }


.box3 { margin-top: 10px; border-radius: 3px; border: 1px solid #cccccc; border-top: none; background-color: #ffffff; display: block; width: 100%; -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75); -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75); box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.75); }
.box3 h1 { margin: 0; padding: 5px 0 5px 10px; font-weight: 700; font-size: 22px; display: block; border-top-left-radius: 3px; border-top-right-radius: 3px; border-radius: 3px 3px 0 0; border-top: 5px solid #cc0000; border-bottom: 1px solid #cccccc; text-transform: uppercase; color: rgb(58, 64, 91); font-family: 'Roboto Condensed', sans-serif; }
.box3 h1 a.cl i { color: #ff0000; float: right; font-size: 20px; margin-right: 10px; }
.box3 .wrap1 .fc { padding: 10px; }
.box3 .wrap1.bb { border-bottom: 1px solid #cc0000; }
.box3 .wrap1 .fc .fn { text-transform: uppercase; display: block; font-family: 'Roboto Condensed', sans-serif; font-size: 14px; font-weight: 700; }
.box3 .wrap1.altbg { background-color: #cc0000; border-bottom: none; border-radius: 0px 0px 3px 3px; padding: 5px 10px; }
.box3 .txt { outline: none; display: block; border: 1px solid #d9d9d9; padding: 5px 10px; box-sizing: border-box; -webkit-transition: 0.3s ease; transition: 0.3s ease; }
.box3 .txt:focus { border-color: #cc0000; }

.table-responsive { margin-bottom: 0px !important; }

.data1 { border-collapse: collapse; margin: 0 auto; margin-bottom: 0px !important; }
.data1 tr { border-bottom: 1px solid #e7e7e7; }
.data1 tr th { border-bottom: 1px solid #e7e7e7; text-align: center; background-color: #eeeeee; color: #000000; border-left: 1px solid #cccccc; }
.data1 tr th:first-child { border-left: none; }
.data1 tr td { border-left: 1px solid #e7e7e7; padding: 8px 10px; color: #333333; }
.data1 tr td:first-child { border-left: none; }
.data1 tr td.center { text-align: center; }
.data1 tr.ina td { background-color: #ccc; }

.paging { border-top: 1px solid #cdcdcd; width: 100% }
.paging span { padding: 14px 0 14px 10px; color: #878787; font-size: 13px; display: block; float: left; }
.paging ul { margin: 0; list-style-type: none; float: right; padding: 10px 0px 10px 0px; }
.paging ul li { float: left; }
.paging ul li a { background: #f9f9f9; display: block; background: -moz-linear-gradient(top, #f9f9f9 0%, #eeeeee 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #eeeeee)); background: -webkit-linear-gradient(top, #f9f9f9 0%, #eeeeee 100%); background: -o-linear-gradient(top, #f9f9f9 0%, #eeeeee 100%); background: -ms-linear-gradient(top, #f9f9f9 0%, #eeeeee 100%); background: linear-gradient(top, #f9f9f9 0%, #eeeeee 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#eeeeee', GradientType=0); border-radius: 3px; padding: 4px 7px; margin: 0 3px; cursor: pointer; color: #919191; font-size: 11px; text-decoration: none; border: 1px solid #d3d3d3; box-shadow: 0 1px 0 #ffffff inset, 0 1px 0px #dfdfdf; -webkit-box-shadow: 0 1px 0 #ffffff inset, 0 1px 0px #dfdfdf; -moz-box-shadow: 0 1px 0 #ffffff inset, 0 1px 0px #dfdfdf; }
.paging ul li.active a, .paging ul li:hover a { background: #fdbd10; color: #ffffff; border-color: #fdbd10; box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #ffffff; -webkit-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #ffffff; -moz-box-shadow: 0 1px 2px #545454 inset, 0 1px 0 #ffffff; }
.categories { list-style-type: none; margin: 0; padding: 0; }
.categories li ul { list-style-type: none; margin: 0 0 0 10px !important; padding: 0; }
.dragbg { border: 2px dashed #000000 !important; }
.images { margin: 10px 0px 0px 0px !important; padding: 0px !important; list-style-type: none !important; }
.images li { padding: 0px 0px 10px 0px !important; }
.images li .img-holder { padding: 0px !important; }

.products { margin: 5px 0px 5px 0px !important; padding: 0px !important; list-style-type: none; }
.products li { padding: 1px 10px 1px 10px;  }
.products li a {
	padding: 10px;
	background-color: #fff;
	color:#000;
	display:block;
	border-radius: 3px;
	transition: all .2s ease-in;
	border: 1px solid #00b8cc;
}
.products li a:hover, .products li a.selected, .products li a:focus {
	background-color: #00b8cc; color:#000;
}

.products li a.selected:after {
	font-family: FontAwesome;
	content: "\f00c";
	color: #00ff00;
	display: inline-block;
	float: right;
	margin-top:-3px;
	font-size:20px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

.vertical-align {
	display: flex;
	flex-direction: row;
}
.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
	display: flex;
	align-items: center;
	justify-content: center; /* Optional, to align inner items
                              horizontally inside the column */
}



.search_holder { position: relative; }
.search_holder .search_box { position: absolute; z-index: 9999; display: none; color:#000; width: 100%; top:30px; border: 1px solid #00b8cc; left:0px; padding: 0px; margin:0px; list-style-type: none; }
.search_holder .search_box li a { display: block; width: 100%; color:#000; font-weight:700; background-color: #fff; border-bottom:1px solid #ccc; padding: 5px 3px 5px 5px; transition: all .2s ease-in; }
.search_holder .search_box li:nth-last-child a { border-bottom:none; }
.search_holder .search_box li a:hover { background-color: #eee; }



.slidecontainer {
	width: 100%; /* Width of the outside container */
	padding: 10px 0px;
}
.slider {
	-webkit-appearance: none;
	width: 100%;
	height: 15px;
	border-radius: 5px;
	background: rgb(254, 255, 0);
	outline: none;
	-webkit-transition: .2s;
	transition: opacity .2s;

}
.slider:hover {
	opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #fdbd10;
	cursor: pointer;
}

.slider::-moz-range-thumb {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #fdbd10;
	cursor: pointer;
}
.no-padding { padding: 0px !important; }

.box1 .nav-tabs { background-color: #408ed4; padding-top:5px; border-radius: 3px 3px 0px 0px; border-bottom: 0px; overflow-x: auto; overflow-y: hidden; display: -webkit-box; display: -moz-box; }

#no-scroll-bar ::-webkit-scrollbar { background: transparent !important; height: 0px; }
#no-scroll-bar::-webkit-scrollbar-thumb { background: transparent !important; height: 0px; }

.box1 .nav-tabs > li { margin: 0px;  float: none; }
.box1 .nav-tabs > li > a { background-color: #fff; border: 1px solid #fdbd10; color:#000; text-transform: uppercase; font-size:12px; font-weight: bold;  }

.box1 .nav-tabs > li.cl > a { background-color: transparent; border: 1px solid transparent; font-weight: bold; text-transform: uppercase; font-size:12px; font-weight: bold;  }
.box1 .nav-tabs > li.cl > a > i { color:#ff0000; font-size:20px; }

.box1 .nav.nav-tabs > li.active > a, .nav.nav-tabs > li > a:hover, .nav.nav-tabs > li > a:focus {
	background-color: #fff !important;
	color:#fdbd10;
	border:1px solid #fdbd10;
	border-bottom: 1px solid transparent;
}
.box1 .nav.nav-tabs > li > a:hover, .nav.nav-tabs > li > a:focus {
	border-left: 1px solid #fdbd10 !important;
}


.add-button  { position: fixed; bottom: 30px; right: 30px; background: rgb(0, 166, 90); border:1px solid #99dbbd; border-radius: 50%; width: 50px; height: 50px; box-sizing: border-box; }
.add-button .middle { position: relative; width: 100%; height: 100%; transition: all .3s ease-in-out;  }
.add-button .middle a { position: absolute; top:50%; left:50%; color:#fff; padding-top:5px; display: block; transform: translate(-50%, -50%); }
.add-button:hover { -webkit-box-shadow: 0px 0px 35px -4px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 35px -4px rgba(0,0,0,0.75); box-shadow: 0px 0px 35px -4px rgba(0,0,0,0.75); }
.play-btn-container { position: absolute; top:50%; left: 50%; transform: translate(-50%, -50%); color:#fff; }
.play-btn { color:#fdbd10 !important; text-shadow: 0px 0px 13px #000000; }


.hive { padding: 0px !important; margin: 0px 0px 0px 0px; }
.hive h1 { border-bottom: 0px; padding: 5px 0px 5px 5px; }
/*.hive .controls { display: inline-block; float: right; margin: -2px 5px 0px 0px; }*/


.details { margin-bottom: 10px; }
.details .fn { margin-top: 0px; padding-left: 5px; text-align: center; color: #555; border-bottom: 1px solid #fdbd10; }
.details .fn.physical { border-bottom: 1px solid #3399ff; }


.fields { font-weight: bold; text-transform: uppercase; font-size: 10px; }
.field_data { font-weight: bold; }


.details .queen_name { display: block; }
.details .queen_breed { display: block; }
.details .queen_description { font-style: italic; }
.photo-entry { padding: 0px 0px 10px 10px; }

.button-container { margin-top: 10px; }

@media (max-width: 1200px) {
	.hive h1 { font-size: 16px; }

	.hive h1 .controls { display: inline-block; float: right; margin: -4px 2px 0px 0px; }

	.hive h1 .controls a { font-size: 12px; }

	.hive h1 .controls i { font-size: 12px; }

	.hive .hive_details { margin-top: 5px; }

	.hive .details { margin-top: 5px; }
}

.border-left { border-left: 1px solid #fdbd10; }
.border-right { border-right: 1px solid #fdbd10; }


/*form styles*/
#msform {
	text-align: center;
	position: relative;
	margin-top: 30px;
}

#msform fieldset {
	background: #2e353d;
	border: 0 none;
	border-radius: 0px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	padding: 20px 30px;
	box-sizing: border-box;
	width: 80%;
	margin: 0 10%;

	/*stacking fieldsets above each other*/
	position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}

/*inputs*/
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 0px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	color: #2C3E50;
	font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #fdbd10;
	outline-width: 0;
	transition: All 0.5s ease-in;
	-webkit-transition: All 0.5s ease-in;
	-moz-transition: All 0.5s ease-in;
	-o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
	width: 100px;
	background: #fdbd10;
	font-weight: bold;
	color: #2e353d;
	border: 0 none;
	border-radius: 25px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px #2e353d, 0 0 0 3px #fdbd10;
}

#msform .action-button-previous {
	width: 100px;
	background: #C5C5F1;
	font-weight: bold;
	color: #2e353d;
	border: 0 none;
	border-radius: 25px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
	box-shadow: 0 0 0 2px #2e353d, 0 0 0 3px #C5C5F1;
}


#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}

#progressbar li {
	list-style-type: none;
	text-transform: uppercase;
	font-size: 9px;
	width: 33.33%;
	float: left;
	position: relative;
	letter-spacing: 1px;
}

#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 24px;
	height: 24px;
	line-height: 26px;
	display: block;
	font-size: 12px;
	color: #fff;
	background: #2e353d;
	border-radius: 25px;
	margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #2e353d;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {

	content: none;
}
#progressbar li.active:before, #progressbar li.active:after {
	background: #fdbd10;
	color: #2e353d;
}

.progress-bar {
	background-color: #fdbd10 !important;
}

.transaction_url { width: 100%; border: 1px solid #ccc;box-sizing: border-box; border-radius: 3px; }
.transaction_url .transaction_text { white-space: nowrap; padding: 5px; overflow-x: auto; width: calc(100% - 50px); float: left; border-right: 1px solid #ccc; }
.transaction_url .transaction_copy_button { width: 50px; height: 100%; padding: 5px; text-align: center; float: left; box-sizing: border-box; }
.transaction_text::-webkit-scrollbar { height: 2px !important; }
.transaction_text::-webkit-scrollbar-track { border-top-left-radius: 0px !important; border-top-right-radius: 0px !important; border-bottom-left-radius: 3px !important; border-bottom-right-radius: 0px !important; }
.transaction_text::-webkit-scrollbar-thumb { border-top-left-radius: 0px !important; border-top-right-radius: 0px !important; border-bottom-left-radius: 3px !important; border-bottom-right-radius: 0px !important; }


.hive { padding: 0px; margin: 0px 0px 0px 0px; }
.hive h1 { border-bottom: 0px; padding: 5px 0px 5px 5px; }
/*.hive .controls { display: inline-block; float: right; margin: -2px 5px 0px 0px; }*/


.details { margin-bottom: 10px; }
.details .fn { margin-top: 0px; padding-left: 5px; text-align: center; color: #555; border-bottom: 1px solid #fdbd10; }
.details .fn.physical { border-bottom: 1px solid #3399ff; }


.fields { font-weight: bold; text-transform: uppercase; font-size: 10px; }
.field_data { font-weight: bold; }


.details .queen_name { display: block; }
.details .queen_breed { display: block; }
.details .queen_description { font-style: italic; }
.photo-entry { padding: 0px 0px 10px 10px; }

.button-container { margin-top: 10px; }

@media (max-width: 1200px) {
	.hive h1 { font-size: 16px; }

	.hive h1 .controls { display: inline-block; float: right; margin: -4px 2px 0px 0px; }

	.hive h1 .controls a { font-size: 12px; }

	.hive h1 .controls i { font-size: 12px; }

	.hive .hive_details { margin-top: 5px; }

	.hive .details { margin-top: 5px; }
}

.border-left { border-left: 1px solid #fdbd10; }
.border-right { border-right: 1px solid #fdbd10; }



.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	left: 50%;
	margin-left: -1.5px;
}

.timeline > li {
	margin-bottom: 20px;
	position: relative;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before,
.timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	width: 46%;
	float: left;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	padding: 20px;
	position: relative;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline > li > .timeline-badge {
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: -25px;
	background-color: #999999;
	z-index: 100;
	border-top-right-radius: 50%;
	border-top-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-badge.primary {
	background-color: #2e6da4 !important;
}

.timeline-badge.success {
	background-color: #3f903f !important;
}

.timeline-badge.warning {
	background-color: #f0ad4e !important;
}

.timeline-badge.danger {
	background-color: #d9534f !important;
}

.timeline-badge.info {
	background-color: #5bc0de !important;
}

.timeline-title {
	margin-top: 0;
	color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
	margin-bottom: 0;
}

.timeline-body > p + p {
	margin-top: 5px;
}

@media (max-width: 767px) {
	ul.timeline:before {
		left: 40px;
	}

	ul.timeline > li > .timeline-panel {
		width: calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
	}

	ul.timeline > li > .timeline-badge {
		left: 15px;
		margin-left: 0;
		top: 16px;
	}

	ul.timeline > li > .timeline-panel {
		float: right;
	}

	ul.timeline > li > .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}

	ul.timeline > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}
}

hr.colored { border-top: 1px solid #fdbd10; }

.popover { max-width: 350px !important; }
.popover > .arrow:before { display: none !important; }
.main_menu_li { position: relative; }

.main_menu_li span.notification { position: absolute; left:20px; border-radius: 50px; line-height: 2; width: 15px; height: 15px;  background-color: #f00;  text-align: center; font-size:8px; color:#fff; z-index: 9999999; }
.main_menu_li span.menu_notifications, .sub-menu span.menu_notifications { float:right; margin-right:10px; line-height: 1.5; margin-top:3px; background-color: #f00; border-radius: 50px; text-align: center; padding:2px; }

.tab-holder { background-color: #fdbd10 !important; }
.box1 .txt:focus { border-color: #fdbd10 !important; }
.btn1:hover { color: #fdbd10; }

.badge-success {
	color: #fff !important;
	background-color: #28a745 !important;
}

.badge-primary {
	color: #fff !important;
	background-color: #007bff !important;
}