@font-face {
	font-family: 'DMSans-Regular';
	src: url("fonts/DMSans-Regular.ttf");
}
@font-face {
	font-family: 'DMSans-Medium';
	src: url("fonts/DMSans-Medium.ttf");
}
@font-face {
	font-family: 'DMSans-Bold';
	src: url("fonts/DMSans-Bold.ttf");
}
body {
	font-family: 'DMSans-Regular';
	background-image: url("images/bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #222B4A;	
}
.header{
	float:left;
	width:100%;
	padding: 30px;
	margin-bottom: 30px;
}
.menuBtn{
	display: none;

}
.menu{
	float: right;
}
.menuItem{
	text-decoration: none;
	color: #FFF !important;
	margin-left: 10px;
	cursor: pointer;
	padding: 10px 25px;
    border-radius: 5px;
}
.font20U {
	font-size: 20px;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.spinner {
	border: 16px solid silver;
	border-top: 16px solid #337AB7;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 700ms linear infinite;
	top: 40%;
	left: 50%;
	position: absolute;
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

.ShowBlur :not(#unblurred) {
	filter: blur(5px);
}

.HideBlur {
	filter: blur(0px);
}

#unblurred #box {		
	filter: blur(0px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.active {
	display: block;
}

.inactive {
	display: none;
}

.hideDIV {
	display: none;
}

.PageHeadDesc{
	color:white;
}

table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
}

.myDIV:hover + .hideDIV {
	display: block;	
}
.float-page1 {
	width: 80%;
	float: left;
}
.float-page2 {
	width: 20%;
	float: left;
}  
.dotLink{
	position: relative;
}
.dotLink .dotWrap{
	background-color: #82865E;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 0;
    top: 16px;

}
.btnStyle1{
	background-color: #FDE3C1;
	color: #0C0B1A !important;
	font-family: 'DMSans-Medium';
}
.pageContent{
	display: flex;
	align-items: center;
}
.pageWrapper{
	/* max-width: 350px; */
	width: 100%;
	margin: 0 auto;
}
.pageWrapper2{
	/* max-width: 450px; */
}
.pageWrapper3{
	/* max-width: 550px; */
}

.pageWrapper4{
	margin-top: 280px;
	max-width: 350px;
}


.pagebody{
	float: left;
	width: 100%;
}
.pageLogo{
	float: left;
	width: 100%;
	text-align: center;
}
.pageLogo img{
	max-width: 200px;
}
.txtalignleft {
	text-align: left;
}
.formWrapper{
	float: left;
	width: 100%;
}
.loginform{
	max-width: 300px;
	margin: 0 auto;
}
.formItem {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.formItemLabel{
	color: #FFF;
	font-size: 18px; 
	line-height: 30px;
  }
.formItem input{
	width: 100%;
    padding: 20px;
    border-radius: 10px;    
    color: #0C0B1A;
	font-family: 'DMSans-Bold';
	outline: none;
	text-align: center;
}
.btnStyle2{
	background-color: #FDE3C1;
    color: #0C0B1A !important;
    font-family: 'DMSans-Bold';
    cursor: pointer;
    padding: 10px 45px;
    border-radius: 10px;
    outline: none;
    border: 0 none;
	display: inline-block;
}
.formBtns,.formLinks{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.formLinks{
	margin-bottom: 10px;
}
.formLinks a{
	text-decoration: none;
	color: #FFF !important;
	cursor: pointer;
}
.inputgroup{
	position: relative;
}
.inputgroup .inputIcon{
	position: absolute;
    left: 5px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #CCC;
}
.inputgroup input{
	padding-left: 75px;
}
.formTitle{
	font-size: 40px;
    font-family: 'DMSans-Bold';
    color: #FFF;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.pageMsg{
	font-size: 28px;
    font-family: 'DMSans-Bold';
    color: #FFF;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.cardWrapper{
	float: left;
    width: 100%;
	min-height: 300px;
}
.cardTitle{
	font-size: 20px;
    font-family: 'DMSans-Bold';
    color: #FDE3C2;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.defMsg{
	font-size: 30px;
    font-family: 'DMSans-Bold';
	color: #222;
}
.card{
	float: left;
    width: 100%;
	padding: 10px;
	background-color: #FFF;
	border-radius: 10px;
	margin-bottom: 20px;
}
.btnWrapper{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.btnStyle3{
	background-color: #FDE3C1;
    color: #0C0B1A !important;
    font-family: 'DMSans-Bold';
    cursor: pointer;
    padding: 5px 45px;
    border-radius: 10px;
    outline: none;
    border: 0 none;
	display: inline-block;
	font-size: 24px;
	text-align: left;
}
.formTitles2{
	font-size: 26px;
}
.fl{
	float: left;
}
.w2{
	width: 50%;
}
.labelFormItem .formItemLabel{
	text-align: right;
    padding-right: 10px;
	width: 40%;
	float: left;
}
.labelFormItem input{
	padding: 5px 10px;
}
.labelFormItem .formItemInput{
	float: left;
	width: 60%;
}
.formItemWrapper{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.cardContentBlock{
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cardContentBlockItem{
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px dashed #CCC;
}
.cardContentBlockItem:first-child,.cardContentBlockItem:last-child{
	border: 0 none;
}
.cardImg img{
	max-width: 75px;
}
.cardTextLabel{
	font-family: 'DMSans-Bold';
	font-size: 16px;
}
.cardItemVal{
	font-size: 14px;
}
.boldText{
	font-family: 'DMSans-Bold';
}
.cardItemBtn{
	background-color: #6F6F6F;
	color: #FFF;
    padding: 5px 10px;
    text-align: center;
    font-size: 13px;
    margin-bottom: 5px;
    border-radius: 5px;
	cursor: pointer;
}
.btn_green{
	background-color: #83855D;
}
.btn_orange{
	background-color: #FF8158;
}
.btn_red{
	background-color: #D6101D;
}
.btn_black{
	background-color: #070707;
}
.border_green{
	border-bottom: 5px solid #5AF8A4;
}
.border_orange{
	border-bottom: 5px solid #FA835B;
}
.border_red{
	border-bottom: 5px solid #D6101D;
}
.border_black{
	border-bottom: 5px solid #070707;
}
.formItemInput select{
	width: 100%;
    height: 34px;
    border: 0;
    border-radius: 10px;
}
.popupContainer{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;    
    align-items: center;
    background-color: rgb(34 44 74 / 75%);
	display: none;
}
.popupContainer.active{
	display: flex;
}
.popupWrapper{
	width: 400px;
    margin: 0 auto;
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px;
	position: relative;
	min-height: 300px;
}
.popupWrapper .formTitle,.popupWrapper .formItemLabel{
	color: #0C0B1A;
}
.popupWrapper .formItemLabel{
	font-family: 'DMSans-Bold';
}
.closePopup{
	position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
}
.popupWrapper .formItemVal{
	line-height: 30px;
}
.popupWrapper .formItemWrapper{
	max-height: 300px;
    overflow: auto;
}
.listCardWrapper{
	max-height: 354px;
    overflow: auto;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
.formItemInput textarea{
	width: 100%;
	height: 100px;
}
.cancelIcon svg{
	position: relative;
	top:-2px;
}
@media (min-width: 1024px) {
	.createform .formItemWrapper{
		position: relative;
		left: -75px;
		float: left;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.menuBtn {
	 display: block;
	}
	.menu{
		display: none;
	}
	.menu.active{
		display: block;
	}
	.menuBtn svg{
		color: #FFF;
	}
	.menuItem{
		width: 100%;
    	float: left;
	}
	.popupWrapper{
		width: 96%;
		margin: 0 2%;
		
	}
  }

.font24B {
	font-size: 24px;
	font-weight: bold;
}
.noborderright {
	border: none;
	text-align: right;
}
