* {
	box-sizing: border-box;
}

body {
	padding: 0 !important;
	margin: 0 !important;
}


.anchored {
	position: relative;
}

.anchored span.anchor {
	position: absolute;
	width: 1px;
	height: 1px;
	top: -70px;
	visibility: hidden;
}

.docs-section {
	margin: 0;
}

.docs .tab-content {
	padding: 15px;
}

.callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

.callout-warning {
	border-left-color: #aa6708;
}

.callout-warning h4 {
	color: #aa6708;
}

.callout-info {
	border-left-color: #1b809e;
}

.callout-info h4 {
	color: #1b809e;
}

.docs pre {
	word-wrap: normal;
}

.docs code[class*="language-"],
.docs pre[class*="language-"] {
	color: inherit;
	text-shadow: none;
	padding: 0;
}

.docs code[class*="language-"] {
	padding: 10px;
}

.docs :not(pre)>code[class*="language-"],
.docs pre[class*="language-"] {
	background: #f5f5f5;
}

.docs .token.tab:not(:empty):before,
.docs .token.cr:before,
.docs .token.lf:before {
	color: #f5f5f5;
}

.breakpoint-table td {
	text-align: center;
}

.breakpoint-table th small {
	display: block;
	font-weight: 400;
	color: #999;
}

.breakpoint-table td.is-visible {
	color: #468847;
	background-color: #dff0d8 !important;
}

.breakpoint-table td.is-hidden {
	color: #ccc;
	background-color: #f9f9f9 !important;
}

.list li {
	margin-bottom: 10px;
}

.list li>a,
.list li>h4 {
	display: block;
	font-size: 18px;
	text-decoration: none;
	margin: 0;
}

.list li>small {
	display: block;
	font-weight: 400;
	color: #999;
	text-decoration: none;
	margin-top: 5px;
}

.example {
	position: relative;
	padding: 45px 15px 15px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
	background-color: #fff;
	border: solid 1px #ddd;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.example:after {
	position: absolute;
	top: 15px;
	left: 15px;
	font-size: 12px;
	font-weight: 700;
	color: #959595;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.example:after {
	content: "Example";
}

.example.plural:after {
	content: "Examples";
}

.example.default:after {
	content: "Default";
}

.example.returns:after {
	content: "Returns";
}

.example.params:after {
	content: "Parameters";
}

.example.supports:after {
	content: "Supports";
}

.example.static:after {
	content: "Static Example";
}

.example.static.plural:after {
	content: "Static Examples";
}

.example.javascript:after {
	content: "JavaScript Example";
}

.example.javascript.plural:after {
	content: "JavaScript Examples";
}

.example+table,
.example+pre+table,
.example+pre.between,
.example+table.between,
.example+pre,
.example+pre+pre {
	margin-top: -31px;
	margin-right: 0;
	margin-left: 0;
	border-width: 1px;
}

.example+table,
.example+pre+table,
.example+pre,
.example+pre+pre {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	margin-bottom: 30px;
}

.example+table.between,
.example+pre.between {
	border-radius: 0;
}

.examples {
	margin-bottom: 30px;
}

.examples>.example,
.examples>table,
.examples>div.list-group,
.examples>pre,
.examples>p {
	border: solid 1px #ddd;
	border-radius: 0;
	margin: -1px 0 0 0 !important;
}

.examples>div.list-group,
.examples>pre,
.examples>p {
	padding: 15px;
}

.examples>.example:first-child,
.examples>table:first-child,
.examples>div.list-group:first-child,
.examples>pre:first-child,
.examples>p:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.examples>.example:last-child,
.examples>table:last-child,
.examples>div.list-group:last-child,
.examples>pre:last-child,
.examples>p:last-child {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}


.docs-option {
	margin-bottom: 30px;
}

.docs-option>.docs-section {
	margin-left: 30px;
}

.list-group-detailed.child {
	margin-left: 30px;
}

.list-group-detailed.grand-child {
	margin-left: 60px;
}

.list-group-header {
	border: solid 1px #ddd;
	border-bottom: none;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin: 0;
	padding: 10px 15px;
	font-size: 20px;
	text-shadow: 0 -1px 0 #286090;
	background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
	background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
	background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
	background-repeat: repeat-x;
	border-color: #2b669a;
	color: #fff;
	background-color: #337ab7;
}

.list-group-header small {
	display: block;
	color: #FFF;
	margin-top: 5px;
}

.list-group-detail {
	border: solid 1px #ddd;
	border-bottom: none;
	border-top: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
	max-height: 0;
	overflow: hidden;
}

.list-group-detail:last-child {
	border-bottom: solid 1px #ddd;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.list-group-detail.transitions {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

.list-group-detail-inner {
	overflow: auto;
	padding: 20px;
}

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


@media screen and (min-width: 480px) {

	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-right: 30px;
		padding-left: 30px;
	}
}

.modal-content2 {
	background-color: rgba(115, 103, 41, 0.6);
	width: 100%;
	height: 500px;
	display: flex;
	flex-direction: row;
	align-items: center;
	border-radius: 50px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}

.image-container {
	background-image: url('../images/login_img.PNG');
	width: 50%;
	height: 100%;
	border-radius: 50px;
}

.form-container {
	width: 50%;
	height: 100%;
	padding-top: 70px;
	padding-bottom: auto;
	display: flex;
	flex-direction: column;
	align-items: center;

	/* justify-content: center; */
}

.modal-title {
	text-align: center;
	align-self: center;
	font-size: 19px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}

.modal-header2 {
	display: flex;
	flex-direction: column;

	justify-content: center;
	align-items: center;

}

.inner-form-container {
	width: 70%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* border: 1px solid black; */
	margin-left: 20px;

}

.modal-body2 {
	width: 75%;
	display: flex;
	flex-direction: column;
	/* border:1px solid black; */
	/* align-items: center; */
	justify-content: center;
}

.btn-style {
	background-color: #A69C0F;
	color: white;
	border: none;
	border-radius: 5px;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	width: 85%;
}

.btn-style2 {
	background-color: #A69C0F;
	color: white;
	border: none;
	border-radius: 5px;
	/* width: 100%; */
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	/* width: 30%; */
	margin-right: 20px;
}

.custom-th {
	color: #3E4F59;
	font-size: 15px;
}

.custom-td {
	color: #A69C0F;
}

.form-group2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.form-title {
	color: #3E4F59;
	font-size: 20px;
	font-weight: bold;
	margin: 20px
}

.form-title2 {
	color: #3E4F59;
	font-size: 20px;
	font-weight: bold;
	/* margin: 20px */
}

.form-form-group {
	width: 40%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	display: inline-block;
	/* Display as inline block to be on the same line */
	/* Add some right margin for spacing */
	margin-bottom: 20px;
}

.form-form-group2 {
	width: 40%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-around;
	/* Display as inline block to be on the same line */
	/* Add some right margin for spacing */
	margin-bottom: 20px;

}

.form-input {
	width: 100%;
	/* height: 34px; */
	font-size: 14px;
	line-height: 1.42857143;
	color: #A69C0F;


}
.form-input {
	width: 100%;
	/* height: 34px; */
	font-size: 14px;
	line-height: 1.42857143;
	color: #A69C0F;
	margin-bottom: 10px;


}


.form-modal-body {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* border: 1px solid black; */
	align-items: center;
	justify-content: space-evenly;
	align-self: center;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
.form-modal-body-new {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* border: 1px solid black; */
	/* align-items: center; */
	justify-content: space-evenly;
	align-self: center;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 20px;
}

.form-label {
	color: #A69C0F;
	font-size: 15px;
}

.form-form-modal-footer {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	/* border: 1px solid black; */
	align-items: center;
	justify-content: flex-end;
	align-self: center;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 40px;
	padding-right: 40px;
}


.form-image-container {
	/* background-image: url('../images/backimg1.jpeg'); */
	width: 100%;
	height: 100vh;
	border-radius: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;

}

.form-modal-dialog {
	width: 60%;
	/* height: 100%; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	align-self: center;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;

}

.form-form {
	width: 700px;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* border: 1px solid black; */
	align-self: center;
	margin: auto;
	margin-top: 30px;
	border-radius: 50px;


	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	background-color: rgba(203, 202, 202, 0.5);
}

.form-form2 {
	width: 650px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* border: 1px solid black; */
	align-self: center;
	margin: auto;
	margin-top: 30px;
	border-radius: 30px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	background-color: rgba(203, 202, 202, 0.5);
}

.form-modal-body2 {
	width: 100%;
	display: flex;
	flex-direction: column;
	/* border: 1px solid black; */
	align-items: center;
	justify-content: space-evenly;
	align-self: center;
	margin: auto;
	/* margin-top: 10px; */
	/* padding-left: 40px; */
	padding-right: 40px;
}

.form-form-group2 {
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	display: inline-block;
	/* Display as inline block to be on the same line */
	/* Add some right margin for spacing */
	margin-bottom: 10px;
}

.form-form-modal-footer2 {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	/* border: 1px solid black; */
	align-items: center;
	justify-content: flex-start;
	align-self: center;
	/* margin: auto;
	margin-top: 30px; */
	margin-bottom: 30px;
	/* padding-left: 40px; */
	padding-left: 32px;
	margin-top: 10px;
}

.btn-style3 {
	background-color: #A69C0F;
	color: white;
	border: none;
	border-radius: 5px;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	width: 50%;
	margin-right: 10px;
}
.link-button-style {
	background-color: A69C0F;
	color: #A69C0F;
	border: 2px solid white;
	border-radius: 2px;
	width: 160px;
	height: 34px;
	padding: 2px 6px;
	font-size: 14px;
	line-height: 1.42857143;
	margin-right: 10px;
	margin-top: 20px;
	/* margin-bottom: 20px; */
}
.link-style{
	color: #A69C0F !important;
	text-decoration: none;
}
.btn-style-outline {
	background-color: white;
	color: #A69C0F;
	border: 2px solid #A69C0F;
	border-radius: 2px;
	/* width: 160px; */
	/*height: 34px;*/
	padding: 2px 6px;
	font-size: 14px;
	line-height: 1.42857143;
	margin-right: 10px;
	/*margin-top: 10px;
	/* margin-bottom: 20px; */
}


.form-radio-group2 {
	width: 40%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-around;
	/* Display as inline block to be on the same line */
	/* Add some right margin for spacing */
	/* margin-bottom: 20px; */
}
.ceke-form{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;

	

}
.ceke-form-container{
	width: 330px;
	display: flex;
	flex-direction: column;
	/* align-items: center; */
	justify-content: center;
	margin: 30px;
	border-radius: 30px;
	padding: 30px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	background-color: rgba(203, 202, 202, 0.5);

}