* {
	margin: 0;
}

html,
body {
	height: 100%;
}

body {
	background-color: #515151;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}

img {
	border-width: 0px;
}

input[type=text],
input[type=password] {
	border: 0px;
	font-size: 8pt;
	text-align: left;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
}

input[type=button] {
	border: 0px;
	font-size: 8pt;
	text-align: left;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	cursor: pointer;
	font-weight: bold;

}

button {
	border: 1px solid #7e6b8a;
	color: #88818b;
	font-size: 8pt;
	background: #2d2333;
}

#main_container {
	margin: 0px auto;
	padding: 0px;
	height: auto !important;
	min-height: 500px;
	height: 100%;
}

#container2 {
	margin: 10px;
	padding: 0px;
	position: relative;
	min-height: 100%;
}

#title {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: auto;
	height: 217px;
}

#banner {
	height: 217px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

@media (max-width: 949px) {
	#banner {
		width: 100%;
	}
}

.content {


	text-align: left;
	color: #afafaf;
	font-size: 8pt;
}

.category .content h2 {
	margin: 15px 0 0 0 !important;
}

.content h2 {
	margin: 30px 0 0 0;
	padding: 5px 0;
	color: #ddd;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 6px;
	background: #5e5e5e;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

.info_post {
	font-size: 10px;

}

.content ul {
	list-style-type: none;
	margin: 0px !important;
	padding: 1px;
	font-size: 11px;
}

.content ul li {
	list-style: none;
	padding-left: 20px;
	line-height: 19px;
	padding: 0 0 10px 10px;
}

.content a,
.content a:visited {
	color: #15bef0;
	text-decoration: none;
	font-size: 11px;
}

.content a:hover,
.content a:active {
	color: #eee;
	text-decoration: none;
	font-size: 11px;
}

.content_text {
	padding: 10px;
	font-size: 12px;
	background-color: #686868;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

.navigation {
	text-align: center;
	width: 100%;
	z-index: 3;
}

ul.navigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.navigation li {
	display: inline;
}

ul.navigation li a {
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

.clear {
	clear: both;
	padding: 0;
}

#footer {
	clear: both;
	padding: 5px 0 10px 0;
	text-align: center;
	font-size: 8pt;
	position: fixed;
	bottom: 0;
	height: 1em;
	width: 100%;
	z-index: 10;
}

a.bTop {
	position: fixed;
	height: 46px;
	width: 68px;
	right: 10px;
	display: block;
	visibility: hidden;
	top: 350px;
}

#paginnews {
	margin-top: 0;
	margin-bottom: 0;

}

.table_background {
	background-color: #515151;
}

#btnDownloadProject {
	cursor: pointer;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ddd;
	font-weight: normal;
	text-align: center;
	letter-spacing: 6px;
	background: #5e5e5e;
	text-align: center;
	height: 50px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}



a.toggle_button {
	width: 63px;
	height: 21px;
	overflow: hidden;
	display: block;
	position: relative;
}

a.toggle_button img {
	position: relative;
	border: none;
	padding: 0;
	transition: margin-left 0.1s linear;
}

.toggle_yes {
	margin: 0;
	margin-left: 0;
}

.toggle_no {
	margin: 0;
	margin-left: -37px;
}


.fileupload {
	width: 250px;
	height: 40px;
	position: relative;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	z-index: 0;

}


.fileupload:hover {
	cursor: pointer;
	z-index: 0;
}

.fileupload input {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	opacity: 0.0;
	filter: alpha(opacity=0);
	font-size: 300px;
	height: 200px;
	z-index: 0;
}

#loginblock {
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	width: 330px;
	height: 330px;
}

#loginlogo {
	height: 60px;
	background-repeat: no-repeat;
	width: 300px;
	background-size: 340px 60px;
}




/* .header-icons */
.header-icons {
	background: #fff;
	/*clear: both;
	  overflow: hidden;*/
	padding: 5px 0;
	text-align: center;
	border-top: 5px solid #fbe3e4;
	border-bottom: 1px solid #fbe3e4;
}

ul.header-icons-list li {
	float: right;
}

ul.header-icons-list li a {
	padding: 0;
}

ul.header-icons-list li .nav-twitter,
ul.header-icons-list li .nav-ask,
ul.header-icons-list li .nav-facebook,
ul.header-icons-list li .nav-plus,
ul.header-icons-list li .nav-pinterest,
ul.header-icons-list li .nav-instagram,
ul.header-icons-list li .nav-google,
ul.header-icons-list li .nav-youtube,
ul.header-icons-list li .nav-tumblr,
ul.header-icons-list li .nav-rss,
ul.header-icons-list li .nav-email {
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 0 0 5px;
	text-indent: -9999em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

ul.header-icons-list li .nav-twitter {
	background-color: #fff;
	background-image: url("../images/header_icons.png");
	background-repeat: no-repeat;
	background-position: 6px 1px;
}

ul.header-icons-list li .nav-ask {
	background-color: #fff;
	background-image: url("../images/header_icons.png");
	background-repeat: no-repeat;
	background-position: -341px 1px;
}

ul.header-icons-list li .nav-facebook {
	background-color: #fff;
	background-image: url("../images/header_icons.png");
	background-repeat: no-repeat;
	background-position: -17px 1px;
}

ul.header-icons-list li .nav-pinterest {
	background-color: #fff;
	background-image: url("../images/header_icons.png");
	background-repeat: no-repeat;
	background-position: -41px 1px;
}

ul.header-icons-list li .nav-plus {
	background-color: #fff;
	background-image: url("../images/header_icons.png");
	background-repeat: no-repeat;
	background-position: -235px 1px;
}

ul.header-icons-list li .nav-instagram {
	background-color: #fff;
	background-image: url("../images/header_icons.png");
	background-repeat: no-repeat;
	background-position: -65px 1px;
}

ul.header-icons-list li .nav-google {
	background-color: #fff;
	background-image: url("../images/header_icons.png");
	background-repeat: no-repeat;
	background-position: -87px 1px;
}

ul.header-icons-list li .nav-youtube {
	background-color: #fff;
	background-image: url("../images/header_icons.png");
	background-repeat: no-repeat;
	background-position: -178px 1px;
}

ul.header-icons-list li .nav-tumblr {
	background-color: #fff;
	background-image: url("../images/header_icons.png");
	background-repeat: no-repeat;
	background-position: -320px 1px;
}

ul.header-icons-list li .nav-email {
	background-color: #fff;
	background-image: url("../images/header_icons.png");
	background-repeat: no-repeat;
	background-position: -292px 1px;
}



.mobile_bars_background {
	cursor: pointer;
	z-index: 99999;
	right: 30px;
	bottom: 30px;
	display: block;
	position: fixed;
}

.mobile_bars {
	padding-left: 5px;
	padding-right: 5px;
}

.bar1,
.bar2,
.bar3 {
	width: 60px;
	height: 12px;
	background: #428bca;
	margin: 6px 0;
	transition: 0.4s;
	cursor: pointer;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-17px, 17px);
	transform: rotate(-45deg) translate(-17px, 17px);
	background: #005197;
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-8px, -8px);
	background: #005197;
}

.mobile_bars_background {
	display: none;
}

.mobileyttitle {
	display: none;
}

.navigation {

	position: inherit;
	border-bottom: 0px solid rgb(20, 190, 241);

}

@media (max-width: 780px) {

	.mobile_bars_background {
		display: inline;
	}

	.navigation.mobile-nav {
		position: fixed !important;
		display: inline;
	}

	.navigation {
		display: none;
		border-bottom: 0px solid rgb(20, 190, 241);
		width: 100%;
		z-index: 99;
		top: 0px;
		left: 0px;
		height: 100% !important;
	}

	.navigation li {
		list-style-type: unset;

	}

	ul.navigation li:first-of-type:hover {
		background: unset !important;
	}

	.navigation>li:first-of-type {
		position: absolute;
		bottom: 0;

	}

	.navigation>li:first-of-type>div>div {
		width: 50px !important;
		height: 50px !important;
	}

	.navigation>li:last-of-type div {
		float: none !important;
		width: unset !important;
	}

	ul.navigation li {
		/* display: inline; */
		/* height: 13.966%; */
		padding: 7%;
		display: block;
	}

	ul.navigation li a,
	ul.navigation li a:visited {
		color: #bebebe;
		font-size: 20px;
	}


	ul.navigation li:hover {
		background: #777;
	}

	ul.navigation li a:hover,
	ul.navigation li a:active {
		border-bottom: 0px #14bef1 solid !important;
	}
}

.navigation>li:first-of-type>div>div {
	width: 20px;
	height: 20px;
}

.bodylock {
	overflow: hidden !important;
}



.navigation>li:last-of-type div {

	width: 100px;
	float: right;
}

#banner_logo {
	height: 65px;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 140px;
	right: -60px;
	width: 368px;
}

@media (max-width: 400px) {
	#banner_logo {
		right: 0px;
		width: 307px;
		background-size: cover;
		height: 54px;

	}

	#banner>div:first-of-type {
		right: 10px !important;
	}
}


.pagination {
	display: block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	float: right;
}

.pagination>li {
	display: inline;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 3;
	background-color: #eee;
	border-color: #ddd;
}


.table_background {

	color: #ddd;
	text-align: center;
	height: 130px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	padding: 10px;
}

.table_background_title {

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ddd;
	font-weight: normal;
	text-align: center;
	letter-spacing: 6px;
	background: #5e5e5e;
	text-align: center;
	height: 50px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

.flex-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flex-grid>div {
	flex: 4;
	margin: 15px;
	padding: 15px;
	min-width: 215px;
	max-width: 215px;
	font-size: 14px;
	cursor: pointer;
}

.login-page {
	margin: auto;
}

.form {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 360px;
	margin: 0 auto 100px;
	padding: 45px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.form input {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 15px 0 0 0;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
	height: 50px;
}

.form button {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
	margin-top: 15px;
}




.file-upload {
	background-color: #ffffff;
	max-width: 600px;
	margin: 0 auto;
	padding: 20px;
}

.file-upload-btn {
	width: 100%;
	margin: 0;
	color: #fff;
	border: none;
	padding: 10px;
	border-radius: 2px;
	transition: all .2s ease;
	outline: none;
	text-transform: uppercase;
	font-weight: 700;
}

.file-upload-btn:hover {
	color: #ffffff;
	transition: all .2s ease;
	cursor: pointer;
}

.file-upload-btn:active {
	border: 0;
	transition: all .2s ease;
}

.file-upload-content {
	display: none;
	text-align: center;
}

.file-upload-input {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	outline: none;
	opacity: 0;
	cursor: pointer;
}

.image-upload-wrap {
	margin-top: 20px;
	position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
	background-color: #d9f3ff;
	border: 2px dashed #ffffff;
}

.image-title-wrap {
	padding: 0 15px 15px 15px;
	color: #222;
}

.drag-text {
	text-align: center;
}

.drag-text h3 {
	font-weight: 100;
	text-transform: uppercase;
	padding: 60px 0;
}

.file-upload-image {
	max-height: 200px;
	max-width: 200px;
	margin: auto;
	padding: 20px;
}

.remove-image {
	width: 250px;
	margin: 0;
	color: #fff;
	background: #cd4535;
	border: none;
	padding: 10px;
	border-radius: 4px;
	border-bottom: 4px solid #b02818;
	transition: all .2s ease;
	outline: none;
	text-transform: uppercase;
	font-weight: 700;
}

.remove-image:hover {
	background: #c13b2a;
	color: #ffffff;
	transition: all .2s ease;
	cursor: pointer;
}

.remove-image:active {
	border: 0;
	transition: all .2s ease;
}






.response table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

.response table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}

.response table tr {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: .35em;

}

.response thead tr {
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}

.response table th,
.response table td {
	padding: .625em;
	text-align: center;
}




.response table td:nth-child(2) {
	word-wrap: break-word;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
	white-space: -pre-wrap;
	white-space: pre-wrap;
}

.response table th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

@media screen and (max-width: 600px) {
	.response table {
		border: 0;
	}

	.response table caption {
		font-size: 1.3em;
	}

	.response table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.response table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}

	.response table td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: right;
		white-space: -o-pre-wrap;
		word-wrap: break-word;
		white-space: -moz-pre-wrap;
		white-space: -pre-wrap;
		white-space: pre-wrap;
	}

	.response table td::before {

		content: attr(data-label);
		float: left;
		font-weight: bold;
		text-transform: uppercase;
	}

	.response table td:last-child {
		border-bottom: 0;
	}
}




.dyn-popup div ul,
.dyn-popup div li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.dyn-popup-close {
	/* replace text with an image */
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	color: transparent;
	white-space: nowrap;
}

.dyn-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(94, 110, 141, 0.9);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.dyn-popup {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
	z-index: 10;
}

.dyn-popup div {
	position: relative;
	width: 90%;
	max-width: 400px;
	margin: 4em auto;
	background: #FFF;
	border-radius: .25em .25em .4em .4em;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	backface-visibility: hidden;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.dyn-popup div p {
	padding: 3em 1em;
	font-size: 18px;
}

.dyn-popup div ul:after {
	content: "";
	display: table;
	clear: both;
}

.dyn-popup div ul li {
	float: left;
	width: 50%;
	list-style: none;
}

.dyn-popup div li a {
	display: block;
	height: 60px;
	line-height: 60px;
	text-transform: uppercase;
	color: #FFF;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.dyn-popup div ul li:first-child a {
	background: #fc7169;
	border-radius: 0 0 0 .25em;
}

.dyn-popup div ul li:first-child a:hover {
	background-color: #fc8982;
}

.dyn-popup div ul li:last-child a {
	border-radius: 0 0 .25em 0;
}

.dyn-popup-close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 30px;
	height: 30px;
}

.dyn-popup-close::before,
.dyn-popup-close::after {
	content: '';
	position: absolute;
	top: 12px;
	width: 14px;
	height: 3px;
	background-color: #8f9cb5;
}

.dyn-popup-close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 8px;
}

.dyn-popup-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 8px;
}

.dyn-popup div {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
	.dyn-popup div {
		margin: 8em auto;
	}
}

.dyn-popup div ul li {
	float: left;
	width: 100%;
	list-style: none;
}





.dyn-popup-success ul li a {
	background-color: #4caf50;
}

.dyn-popup-error ul li a {
	background-color: #f44336;
}

.dyn-popup-warning ul li a {
	background-color: #ff9800;
}

.dyn-popup-info ul li a {
	background-color: #2196f3;
}

.dyn-popup-cancel {
	background-color: #777;
}

.dyn-popup-close {
	display: inline-block;
	margin-top: 10px;
	color: #777;
	text-decoration: underline;
	cursor: pointer;
}






.toggle {
	margin-bottom: 10px;
	display: inline;
}

.toggle span {
	height: 1.75em;
	display: inline-block;
	vertical-align: bottom;
}

.toggle label {
	position: relative;
	display: inline-block;
	width: 52px;
	height: 26px;
	background-color: #e1e1e1;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.1);
	-webkit-tap-highlight-color: transparent;
}

.toggle label:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border-radius: 46px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
	transition: box-shadow 0.3s ease-in-out;
	-webkit-animation: moveLeft 0.3s ease-in-out;
	animation: moveLeft 0.3s ease-in-out;
}

.toggle input {
	display: none;
}

.toggle input:checked+label:before {
	transform: translateX(25px);
	box-shadow: -1px -1px 5px rgba(0, 0, 0, 0.1);
	-webkit-animation: moveRight 0.3s ease-in-out;
	animation: moveRight 0.3s ease-in-out;
}

@-webkit-keyframes moveRight {
	0% {
		width: 6px;
		transform: translateX(0);
	}

	45% {
		width: 12px;
	}

	100% {
		width: 26px;
		transform: translateX(25px);
	}
}

@keyframes moveRight {
	0% {
		width: 6px;
		transform: translateX(0);
	}

	45% {
		width: 12px;
	}

	100% {
		width: 26px;
		transform: translateX(25px);
	}
}

@-webkit-keyframes moveLeft {
	0% {
		width: 6px;
		transform: translateX(25px);
	}

	45% {
		width: 12px;
	}

	100% {
		width: 26px;
		transform: translateX(0);
	}
}

@keyframes moveLeft {
	0% {
		width: 6px;
		transform: translateX(25px);
	}

	45% {
		width: 12px;
	}

	100% {
		width: 26px;
		transform: translateX(0);
	}
}





.form_label input {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 15px 0 0 0;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
	height: 50px;
}

.form label {
	font-size: 18px;
	font-weight: bold;
}

.form_label select {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 15px 0 0 0;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
	height: 50px;
}

/* Style for the select element when it's selected (active) */
.form_label select:focus {
	background-color: #d3d3d3;
	/* Set a darker gray background when selected */
	color: #000;
	/* Change text color when selected */
	border: 1px solid #888;
	/* Darker border */
	outline: none;
	/* Remove default outline */
}

/* Style for the option elements */
.form_label select option {
	background-color: #f2f2f2;
	/* White background for each option */
	color: #333;
	/* Text color for each option */
}

/* Change the background color and text color of options when selected */
.form_label select option:checked {
	background-color: #888;
	/* Darker gray for selected option */
	color: #fff;
	/* White text color for selected option */
}

.form textarea {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 15px 0 0 0;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
	height: 250px;
}


@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/fonts/glyphicons-halflings-regular.eot');
	src: url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.btn-default {
	color: #333 !important;
	background-color: #fff;
	border-color: #ccc !important;
	;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-pencil:before {
	content: "\270f";
}

.glyphicon-trash:before {
	content: "\e020";
}

.btn-danger {
	color: #fff !important;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.glyphicon-copy:before {
	content: "\e095";
}

.glyphicon-plus:before {
	content: "\2b";
}

.btn-primary {
	color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
}

.pull-right {
	text-align: right;
	margin-bottom: 10px;
}

.subcategory h3 a {
	font-size: 16px !important;
}

/* Category Section */
.category {
	margin-bottom: 5px;
	padding: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

.category-desc {
	font-size: 14px;
	color: #bbb;
	padding: 5px 10px;
}

/* Subcategories */
.subcategories {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 10px;
}

.subcategory {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	transition: 0.3s ease-in-out;
	position: relative;
	text-align: left;
}



.subcategory h3 {
	margin: 0;
	font-size: 18px;
}

.subcategory h3 a {
	text-decoration: none;
	transition: 0.2s;
}

.subcategory h3 a:hover {
	color: #fff;
	text-decoration: underline;
}

.subcategory p {
	font-size: 14px;
	color: #ddd;
	margin: 5px 0;
}

.stats {
	font-size: 12px;
	color: #cccccc;
	text-align: right;
}

.sig {

	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding: 5px;
}

.bcdiv nav {
	padding: 10px;
	background-color: #686868;
	font-size: 16px;
	text-align: left;

	margin-top: 25px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;

	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
}

.bcdiv nav a:visited,
.bcdiv nav a {
	color: #bebebe;
	text-decoration: none;
}