@import url("https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap");

:root {
    --main-text: #707070;
    --main-text-dark: #404040;
}

/* --- */

html,body,form{
	// height:100%; // Custom comment
	margin:0;
}
.bigText {
    font-size: 25px;
}
.spacingTop15 {
    margin-top: 15px !important;
}
.mainTitle {
    margin-top: 20px !important;
}
.mainTitle .textTitle {
    color: #f01d24 !important;
    font-size: 30px !important;
    font-weight: 400 !important;
    font-height: 0.86 !important;
    letter-spacing: -0.3px !important;
    text-align: center !important;
}
body {
    background: #fff;
    direction: rtl;
    text-align: right;
    font-family: "Assistant",Arial;
    color: #707070;
	font-size: 16px;
}
.AutoCompleteBox div {
    cursor: pointer;
}
.AC_SelectedElement {
    background-color: navy;
    color: white;
}
.formHeader{/*
	max-width: 1040px;
    margin: 0 auto;
    margin-top: calc((50% - 679px)/2 - 33px);*/
}
.nextBTN {
    display:inline-block;
   /* width: 140px;
    height: 32px;
    background: #dc671e;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    margin: 10px;*/
	cursor: pointer;
	background-image: -moz-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.25);
    width: 234px;
    height: 45px;
    border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    text-align: center;
    line-height: 45px;
}
.nextBTN .textTitle {/*
    font-size: 20px;
    color: #fff;
    margin: 4px 0px 0 0px;
    height: 18px;
    display: block;
    text-align: center*/
	    font-size: 17.27px;
    font-family: "Assistant",Arial;
    color: rgb(255, 255, 255);
    font-weight: normal;
}
.nextBTN span.next {
  
}
.nextBTN .fa {
    padding-right: 22px;
    vertical-align: middle;
}
.nextBTN span.send {
    margin: -20px 0px -20px 20px;
    background: url(./getFile.aspx?profile=55&fname=arrow.png) no-repeat;
    /*width: 36px; float: left; */
    
    height: 18px;
    display: block;
}
.nextBTN .fa {
    padding-right: 22px;
    vertical-align: middle;
}
.previewBtn {
    display: none;
    left: -100px;
    top: -1000px;
    position: absolute;
}

.acceptBtn {
    display:inline-block;
    width: 140px;
    height: 32px;
    background: #6f0e00;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    margin: 10px;
}


.backBTN {
    display:inline-block;
    cursor: pointer;
    border-width: 1px;
    border-color: rgb(0, 159, 227);
    border-style: solid;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	width: 234px;
    height: 45px;
    text-align: center;
    line-height: 45px;
	    margin-left: 9%;
}
.backBTN .textTitle {
   color: rgb(153, 153, 153);
   font-size: 17.27px;
    font-family: "Assistant",Arial;
	font-weight: normal;
}
.backBTN span.prev {/*
    margin: -30px -27px -20px 20px;
    background: url(./getFile.aspx?profile=55&fname=kodem.png) no-repeat;
    height: 29px;
    width: 20px;
    display: block;*/
}
.btnsDiv {
    margin: 0 auto;
	text-align: center;
	}
.btnsDiv .backBTN{
	
}
.specialBlueText {
    height: 59px;
    background-color: #E0ECF2;
    width: 80%;
    height: 43px;
    font-weight: 400;
    line-height: 1.14;
    letter-spacing: -0.1px;
    color: #3A596A;
    padding: 10px;
}
input[type="radio"]{
		-webkit-appearance: none;
		-moz-appearance:    none;
		appearance:         none;
		position:relative;
		border-width: 1px;
		border-color: rgb(204, 204, 204);
		border-style: solid;
		border-radius: 50%;
		width: 16px;
		height: 16px;
	}
	input[type="radio"]:focus{
		border-color:rgb(0, 159, 227);
		outline:none;
	}
input[type="radio"]:checked:before {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 50%;
    background-color: rgb(0, 159, 227);
    width: 8px;
    height:8px;
}
input[type="radio"]:focus{
	
}
#bckBtn {
    width: 36px;
    height: 12px;
    font-family:  "Assistant",Arial;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.38;
    letter-spacing: -0.1px;
    text-align: center;
    color: #848484;
}
.Stepsdone {/*
    color: #ffffff !important;
    border-color: #006595 !important;
    background-color: #006595 !important;
	height: 13px;
    border-radius: 7px;
    position: relative;
    width: 100%;
    margin-top: 25px;*/
}
.stepsMenuData {
    position: absolute;
    width: 100%;
    top: 10px;
    text-align: center;
}
.stepsMenuData.Stepscurrent {
    border-color: #006595 !important;
    background-image: -moz-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
    box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.25);
    border-radius:25px;
    -webkit-border-radius:25px;
    height: 13px;
    /* z-index: 66; */
    /* position: relative; */
    /* top: -8px; */
    /* line-height: 1.688; */
   /* margin-top: 18px;*/
}
.stepsMenuCubeText.Stepsdone {
    background-image: url(./getFile.aspx?profile=71&fname=./getFile.aspx?profile=55&fname=v.png);
    background-repeat: no-repeat;
    background-position: center;
}
.stepsMenuDataText.Stepsdone {/*
    color: #006595 !important;
    background-color: transparent !important;
    position: absolute;
    right: -23px;
    top: -90px;*/
}
.stepsMenuDivider.Stepsdone {
    background-color: transparent !important;
}
.stepsMenuDataText {
    position: absolute;
    /* width: 100px; */
    /* right: -25px; */
    /* height: 54px; */
    font-family:  "Assistant",Arial;
    font-size: 21px;
    font-weight: bold;
    /* line-height: 1; */
    letter-spacing: -0.1px;
    text-align: right;
    color: #3a5159;
    /* padding-right: 49px; */
    /* padding-top: 14px; */
    font-size: 16px;
    font-family:  "Assistant",Arial;
    color: rgb(128, 128, 128);
    /* line-height: 1.688; */
    text-align: right;
    /* top: -17px; */
    /* margin-top: -17px; */
	top: -22px;
    width: inherit;
    text-align: center;
}
.stepsMenuDivider {
    width: 0;
    min-width: 5%;
    height: 53px;
    opacity: 0.85;
    border-radius: 1px;
    display: inline-block;
    border-bottom: 1px solid rgb(128, 128, 128);
}
.stepsMenuCubeText {
        /* border-radius: 20px 20px 20px 20px; 
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    /* border: 2px solid #c2c2c2;
    height: 36px;
    width: 37px;
    background-color: #DC671E;
    color: white;
    font-size: 26px;
    text-align: center;
    display: inline-block;
    /* vertical-align: middle;
    padding-top: 13px;
    padding-bottom: 5px;
    position: absolute;
    right: 0px;
    top: 0px;*/
	display:none;
}
.stepsMenuCube {
    display: inline-block; 
    position: relative;
    /*margin-right: 35px;*/
     /*  width: 18%;*/
    height: 16px;
   /*  padding-top: 20px; */
    margin-top: 10px;
	border-bottom: 1px solid rgb(128, 128, 128);
}
#stepsMain {
       margin: auto;
}
#stepsMenu {
    display: none;
    /* background: #d6d6d6;
    Old browsers 
    
    background: -moz-linear-gradient(top, #d6d6d6 0%, #f9f9f7 8%, #f9f9f7 8%, #f9f9f7 11%, #f9f9f7 100%);
     FF3.6-15 
    
    background: -webkit-linear-gradient(top, #d6d6d6 0%, #f9f9f7 8%, #f9f9f7 8%, #f9f9f7 11%, #f9f9f7 100%);
     Chrome10-25,Safari5.1-6 
    
    background: linear-gradient(to bottom, #d6d6d6 0%, #f9f9f7 8%, #f9f9f7 8%, #f9f9f7 11%, #f9f9f7 100%);
    W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#f9f9f7', GradientType=0);
    IE6-9 */
    
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 40px;
}
.headlineTitleBig {
    font-size: 32px;
    font-family:  "Assistant",Arial;
    color: rgb(0, 158, 226);
   	text-align:center;
	font-weight: bold;
}
.Middle_sec {
    width: 100%;
}
table {
    width: 100%;
    border-collapse: collapse;
}
td {
    text-align: center;
}
.blanket {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-image: url('./getFile.aspx?profile=55&fname=blanket.png');
    display: none;
}
.blanket_sheet {
    font-size: 32px;
    font-family: "Assistant";
    color: rgb(255, 255, 255);
    margin: 0 auto;
    margin-top: 40px;
    width: 1000px;
    height: 685px;
    background-color: #009FE3;
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.25);
}
#blanket_text {
    width: 80%;
    text-align: center;
    padding-top: 30px;
    margin: auto;
    font-size: 28px;
}
#blanket_btn {
    width: 2%;
    cursor: pointer;
    margin: auto;
    text-align: center;
    /*background-color: #31335B;*/
    color: white;
    font-size: 30px;
    /*margin-top: 30px;*/
	float: right; 
	background-image: url('./getFile.aspx?profile=55&fname=v3closebutton.png');
	background-size: contain;
    background-repeat: no-repeat;
	top: 0;
    margin-top: 50px;
    margin-right: 8px;
    position: absolute;
}
.spacing {
    margin: 5px auto;
    padding-left: 15px;
	padding-right:10px;
    /* padding-bottom: 5px; */
   /* width: 100%;*/
    overflow: hidden;
	
}
.badField {} .alerts {
    font-size: 20px;
    color: red;
    width: 90%;
}
.badField input,.badField select,.badField textarea {
	 border:1px solid rgb(209, 16, 16) !important;
 }
.mainDiv {
   margin: auto;
    position: relative;
    background: rgba(255, 255, 255,0.769);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-bottom: 8px solid rgb(0, 159, 227);
    max-width: 1040px;
    min-height: 679px;
}
div#genFileds{
	/*background: rgba(255, 255, 255,0.769);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	max-width: 1040px;
    height: 679px;
	margin: 0 auto;
	border-bottom: 8px solid rgb(0, 159, 227);
	     margin-top: 10px;*/
}
#genFileds> div[id^="page"]{
	width: 51%;
    margin: 0 auto;
}
.bold {
    font-weight: bold;
}
.textTitle {
  color:rgb(179, 179, 179);
}
.signatureTextTitle {
    padding-bottom: 5px;
    font-size: 13px;
    font-family: "Assistant";
    color: rgb(77, 77, 77);
}
.textArea textarea {
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 20px;
    width: 100%;
    height: 150px;
}
.signatureClass {
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    background-color: rgb(255, 255, 255);
	
}
.checkBox {
    margin-top: 10px;
    width: 20px;
    height: 20px;
}
.textBox,
.textDate {/*
    margin-top: 0px;
    border-bottom: 2px solid #d8d8d8;*/
}
.textBox input {
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    background-color: rgb(255, 255, 255);
	width: 234px;
    height: 38px;
    color: rgb(179, 179, 179);
	font-size: 16px;
}
.textSelect {/*
    width: 83px;
    float: right;
    border: 1px solid #c2c2c2;
    border-radius: 20px;
    margin-left: 10px;
    width: 100%;
    overflow: hidden;
    background: #fff url(./getFile.aspx?profile=55&fname=selectimg.png) no-repeat left 0px center;*/
}
.textSelect select {
   width: 234px;
    height: 40px;
    color: rgb(179, 179, 179);
	border-color: rgb(204, 204, 204);
	border-style: solid;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(./getFile.aspx?profile=55&fname=arr.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 6px;
    padding-right: 6px;
    background-color: white;
	font-size:16px;
}
.textSelect select option {
    padding-right: 10px
}
.textSelectSmall {
   /* float: right;
    border: 1px solid #c2c2c2;
    border-radius: 20px;
    margin-left: 10px;
    overflow: hidden;
    background: #fff url(./getFile.aspx?profile=55&fname=selectimg.png) no-repeat left 0px center;*/
	display: inline-block;
    margin: 0px 2px 0 2px;
}
.textSelectSmall select {
    /*padding-right: 13px;
    width: 87px;
    height: 48px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: 0;
    cursor: pointer;
    background: transparent;*/
	border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    width: 74px;
    height: 40px;
    color: rgb(179, 179, 179);
	 -moz-appearance:none; 
    -webkit-appearance:none; 
    appearance:none;
	background: url(./getFile.aspx?profile=55&fname=arr.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 6px;
    padding-right: 6px;
	    background-color: white;
		font-size: 16px;
}
.textSelect select option {
    padding-right: 10px
}
.sendBTN {
    display: inline-block;
    cursor: pointer;
    // background-image: -moz-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
    // background-image: -webkit-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
    // background-image: -ms-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
    background-image: -moz-linear-gradient(0deg, rgb(0, 150, 218) 0%, rgb(57 140 221) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 150, 218) 0%, rgb(57 140 221) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(0, 150, 218) 0%, rgb(57 140 221) 100%);
    // box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.25);
    width: 234px;
    height: 45px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    text-align: center;
    /* line-height: 45px; */ /* Custom comment */

    display: flex;
    align-items: center;
    justify-content: center;
}
.sendBTN .textTitle {
    font-size: 17.27px;
    font-family: "Assistant",Arial;
    color: rgb(255, 255, 255);
    font-weight: normal;
}
.sendBTN span.next {
    margin: -20px 0px -20px 20px;
    background: url(./getFile.aspx?profile=55&fname=mailimg.png) no-repeat;
    /*width: 36px; float: left; */
    
    height: 18px;
    display: block;
}
.sendBTN .fa {
    padding-right: 22px;
    vertical-align: middle;
}
.sendBTN span.send {
    display: none;
    margin: -20px 0px -20px 20px;
    background: url(./getFile.aspx?profile=55&fname=mailimg.png) no-repeat;
    /*width: 36px; float: left; */
    
    height: 18px;
    /* display: block; */
}
.sendBTN .fa {
    padding-right: 22px;
    vertical-align: middle;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    /*width: 50%;*/
    
    text-align: right;
    padding: 10px;
    background-color: #cecece;
    border: 1px solid #9058eb;
    background: url(./getFile.aspx?profile=55&fname=uploadimg.png) no-repeat 0 5px;
    background-position-x: right;
    color: #003147;
    border-radius: 5px;
    font-size: 11px;
}
.fileUpload span.image {
    padding-left: 5px;
    vertical-align: middle;
}
.fileUpload span.image img {
    width: 12px
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.textSubTitle
{
    color: rgb(179, 179, 179);
    line-height: 1.2;
    text-align: right;
}
.textSubTitle>span{
	color: #C00000 !important;
}
.textAreaSubTitle {
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #003147;
    margin: 0;
}
.textArea {} .dropBoxSubTitle {
        color: rgb(179, 179, 179);
    /* line-height: 1.2; */
    /* text-align: right; */
    display: block;
}
.textSelect {} 
	
	.checkBoxtitle {
    color: rgb(0, 158, 226);
	margin-bottom: 15px;
}
.checkBox {} .radioSubTitle {
    color: rgb(179, 179, 179);
    line-height: 1.2;
    text-align: right;
}
.textRadio {
   
}

.dateSubTitle {
    padding-bottom: 20px;
    // font-size: 17px; // Custom comment
    font-weight: 400;
    color: #898989;
    margin: 0;
}
.textDate input {
    font-size: 15px;
    color: #001d28;
    width: 90%;
    height: 24px;
    border: 0px;
    outline: none;
    font-weight:bold;
}
.textDate span {
    margin: 11px 0 0 13px;
    float: left;
    width: 22px;
    height: 23px;
    background: url(./getFile.aspx?profile=55&fname=120.png) top no-repeat;
}
.timeSubTitle {
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #898989;
    margin: 0;
}
.textTime {}  {
    font-size: 18px;
    font-weight: 700;
    color: #f01d24;
    margin: 0;
    text-align: center;
}
.headlineTitle {
   text-align: center;
    font-size: 32px;
    color: rgb(0, 158, 226);
}
.capatchaTitle {
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #003147;
    margin: 0;
}
.blockTitle {
    margin-top: 15px;
    margin-bottom: 15px;
}
.blockQuestion {
    width: 150px;
    text-align: right;
}
.imgContainer {
    /*
text-align: center;padding: 24px 16px 20px 0px; border: 1px solid rgb(194, 194, 194); border-image: none; width: 75.45%; display: inline-block;
*/
}
.blockDropAnswers {
    text-align: right;
}
.blockHeader {
    color: #272470;
}
.blockLine0 {
    background-color: #F5F5F5;
    height: 35px;
    color: #272470;
    border-bottom: 1px solid #CCCCCC;
}
.blockLine1 {
    background-color: #fff;
    height: 35px;
    color: #272470;
    border-bottom: 1px solid #CCCCCC;
}
select::-ms-expand {
    display: none
}
.validError {
    display: block;
    font-size: 13px;
/*    font-family: "Assistant";*/
    color: rgb(209, 16, 16);
    font-weight: bold;
	  
	  
}

.summaryPage {
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 443px;
    text-align: center
}
.customSummaryPage {
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 443px;
    text-align: center
}
div[fieldid="carDetails"] .textTitle {
    color: #a3acb2;
    font-size: 15px;
    padding-right: 45px;
    padding-top: 5px
}
div[fieldid="carDetails"] .textTitle:before {
    background: url(./getFile.aspx?profile=55&fname=carImg.png) no-repeat;
    width: 45px;
    height: 21px;
    position: absolute;
    content: "";
    margin-right: -50px;
    margin-top: -5px
}
.roundBlue {
    color: #a3acb2;
    font-size: 12px;
    padding-top: 5px
}
.roundBlue .circlenumber {
    float: right;
    margin-left: 5px;
    padding-top: 1px;
    font-size: 10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background-color: #003147
}
.SignatureCanvasClearButton {
    font-weight: bold;
    border:1px solid rgb(204, 204, 204);
	width: 138px !important;
    height: 28px;
    margin-right: calc(50% - 69px);
    line-height: 28px;
    background-color: rgb(255, 255, 255);
    font-family: "Assistant";
    border-radius: 27px;
	-webkit-border-radius: 27px;
	-moz-border-radius: 27px;
	text-align: center;
}

div[id^=contentPage] {
	   /* min-height: 530px;
    border-right: 2px solid #d8d8d8;
    padding-right: 20px;
    margin-top: 20px;
    margin-right: 50px;
    margin-bottom:20px;
}
div[id^=contentPage] >div{
	    display: inline-block;
}
div[id^=contentPage] >div:first-child{
	display:block;
	    text-align: center;*/
}

.upperView {
	box-shadow:none !important;
	padding:0px;
	background-image: url(./getFile.aspx?profile=55&fname=Background.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.formLogo {
    display:inline-block;
}

.formLogo img {
   display:none;
}
#formLogo::after{
	 /* content:url(./getFile.aspx?profile=55&fname=menura.png);
    width:50%;
    max-width:200px;*/
}

.pagesBtns{
	
	
}
.mu_wrap_upload{
	margin-bottom:15px;
    display: inline-block;
    padding: 4px 12px;
    /* line-height: 20px; */ /* Custom comment */
    text-align: center;
    // cursor: pointer;
    // border: 1px solid #cccccc;
    // border-bottom-color: #b3b3b3;
    // -webkit-border-radius: 4px;
    // -moz-border-radius: 4px;
    border-radius: 16px;
    /* -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); */
    // -moz-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);
    color: #ffffff;
    // text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    // background-color: #006dcc;
    // background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    // background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    // background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    // background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    // background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    // background-repeat: repeat-x;
    // filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    // border-color: #0044cc #0044cc #002a80;
    // border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    // filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    position: relative;
    // overflow: hidden;
    // width: 90%;
    font-size:14px;
    // background-image: -webkit-linear-gradient( 0deg, rgb(0,150,218) 0%, rgb(20,99,176) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(0, 150, 218) 0%, rgb(57 140 221) 100%);
    border: 2px solid #225ba7;
}
.mu_upload{
  position: absolute;
    top: 0;
    margin: 0;
    cursor: pointer;
    opacity: 0;
    width:inherit;
}
.mu_attachedfile{
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
    font-weight: bold;
    margin: 0 7px 9px;
    overflow-y: hidden;
    padding: 4px 8px 4px 4px;
    width: 90%;}
    
    .mu_file{
        color: #15c;
        font-weight: lighter;
        margin-right: 3px;
		display: inline-block;
		width:calc(90% - 60px);
    }
     .mu_attachedfile>input{
     float: left;
     background:url(./getFile.aspx?profile=55&fname=mu_delete.jpg)no-repeat;
     border: none;
     width: 20px;
     height: 20px;
     background-size: 100% 100%;
	 display: inline-block;
     }
     .mu_img_icon{
     float:right;
     background:url(./getFile.aspx?profile=55&fname=mu_img.jpg)no-repeat;
     width: 20px;
     height: 20px;
     background-size: 100% 100%;
	 display:inline-block;
     }
	 .sigtext{
	font-size: 14px;
    color: rgb(77, 77, 77);
}
.signature{
	    text-align: center;
}
hr{
	border:1px solid rgb(204, 204, 204);
	margin: 0 10px;
}
.gender input[type="radio"]{
	-webkit-appearance:none;
	width: 35px;
    height: 35px;
	border: none;
  
}
.gender input[type="radio"]:before {
    content: "";
    display: none;
    position: relative;
    top: 0px;
    left: 0px;
    -webkit-appearance:none;
}

	.gender	 input[type="radio"][value="female"] {
    width: 35px;
    height: 35px;
    border: 0;
    background-image: url(./getFile.aspx?profile=55&fname=NormalFemale.png);
    background-size: contain;
}


.gender	 input[type='radio'][value="female"]:focus {
	  outline: none;
	background: url(./getFile.aspx?profile=55&fname=FocusedFemale.png);
	 background-size: contain;

	 }
.gender	 input[type='radio'][value="female"]:checked {
	background: url(./getFile.aspx?profile=55&fname=SelectedFemale.png);
	 background-size: contain;

	 }
	 	.gender	 input[type="radio"][value="male"] {
    width: 35px;
    height: 35px;
    border: 0;
    background-image: url(./getFile.aspx?profile=55&fname=NormalMale.png);
    background-size: contain;
}


.gender	 input[type='radio'][value="male"]:focus {
	  outline: none;
	background: url(./getFile.aspx?profile=55&fname=FocusedMale.png);
	 background-size: contain;

	 }
.gender	 input[type='radio'][value="male"]:checked {
	background: url(./getFile.aspx?profile=55&fname=SelectedMale.png);
	 background-size: contain;

	 }
	.gender  input[type='radio']+.radioSubTitle{
		display: none;
	}
	
	
   /*  .tel .textBox{
		 width: inherit;
	 }
    .tel input{
		    width: inherit;
	}
	.kidomet {
		padding-left: 5px;
	}
	.kidomet select{
		height: 42px;
		margin-left: 10px;
	}

	.WrapRadioButtons{
		display:inline-block;
		width:50%;
	}
	span.checkboxSubTitle {
    color: rgb(179, 179, 179);
    font-size: 14px;
}
	
.WrapCheckBox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.WrapCheckBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


.WrapCheckBox .checkboxSubTitle {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


.WrapCheckBox:hover input ~ .checkboxSubTitle {
    background-color: #ccc;
}


.WrapCheckBox input:checked ~ .checkboxSubTitle  {
    background-color: #2196F3;
}

.checkboxSubTitle:after {
    content: "";
    position: absolute;
    display: none;
}


.WrapCheckBox input:checked ~ .checkboxSubTitle:after {
    display: block;
    
}


.WrapCheckBox  .checkboxSubTitle:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/
@media only screen and (max-device-width: 1024px) and (min-device-width: 600px) {
    .imgContainer img {
        width: 85% !important;
    }
}

@media only screen and (max-device-width: 600px) {
    .imgContainer img {
        width: 100% !important;
    }
}

@media only screen and (max-device-width: 600px) {

    #genFileds> div[id^="page"] {
        margin: 0px 0px !important;
    }

    #blanket_text {
        line-height: 50px !important;
        padding-bottom: 30px !important;
    }
    #blanket_btn {
        margin-top: 80vh !important;
    }

    body {
        margin: 0px !important;
    }

    body {
        width: 100vw;
        overflow-x: hidden;
    }

    .headlineTitleBig {
        text-align: right !important;
    }

//    #genFileds> div[id^="page"] {
// 		width:100%;
//     }
// 	div#genFileds {
//     text-align: center;
//     }
//     img {
//         width: 300px;
//     }
//     .mainDiv {
//         width: 100%;
//     }
	
   /* input[type=radio] {
        height: 27px;
        width: 27px;
    }
    .radioSubTitle {
        vertical-align: top;
        margin-top: 6px;
		display: inline-block;
     
    }*/
	/*.upperView,.upperView>div,.mainDiv{
		height:100%;
		
	}*/
   /* input[type="radio"]:checked:before {
        content: "";
        display: block;
        position: relative;
        top: 0px;
        left: 0px;
        width: 28px;
        height: 28px;
        border-radius: 100%;
        background: #dc671e;
    }*/
	.upperView{
		overflow: auto;
	}
    .nextBTN {
        width: 120px ;
    }
    .backBTN {
        width: 120px; 
       /* float: right !important;*/
    }
    .sendBTN {
       width: 100px;
    }
    .btnsDiv {
        margin-top: 20px;
    }
	.spacing{
		text-align: right;
	}
	#stepsMenu{
		    width: 100%;
	}
	.gender{
		    min-width: 230px;
	}
	.stepsMenuDataText{
		top: -45px;
	}
	.signature{
		text-align: center;
	}
	.blanket_sheet{
		width: 100%;
		height: 100%;
		margin-top: 0;
	}
	
}
@media only screen and (min-device-width: 600px) {
	.Deposit input{
		width: 490px !important;
	}
	#contentPage1+.pagesBtns .nextBTN
	{
		float: left;
	}
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .stepsMenuDataText{
		  top: -43px;
	  }
.upperView,.upperView>div{
		height:100%;
		overflow:auto !important;
		
	}
	.mainDiv{
		height: calc(100% - 45px);
	}
	.formTitle{
		margin-top:0;
		height: 40px;/
      line-height: 40px; 
	}
}
.enterView{
	background:url(./getFile.aspx?profile=55&fname=enterViewBG.png);
	width: 100%;
	height: 100%;
	    background-size: cover;
	    background-repeat: no-repeat;
}
.enterBtn{
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.35);
  width: 335px;
  height: 71px;
  border-radius: 45px;
  margin-top: 4%;
  color: rgb(179, 179, 179);
  font-size: 22px;
  cursor: pointer;
  font-weight: bold;
}
.txtWhite
{
	padding-top: 24%;
        font-size: 45px;
        font-weight: bold;
        color: white;
}
.poweredBy
{
	color: white;
    	padding-top: 8%;
    	font-size: 18px;
}
.blanketSendOK
{	
	background-image: url('./getFile.aspx?profile=55&fname=v.png');
	background-repeat: no-repeat;
    /*background-size: contain;*/
	background-position: center;
	padding-top: 20%;
}

.blanketLogo
{
	background-image: url('./getFile.aspx?profile=55&fname=blanketLogo.png');
	background-repeat: no-repeat;
    background-size: 36%;
	background-position: center;
	margin-top: 10%;
	height: 15%;
}

@media only screen 
  and (max-device-width: 600px)  
  {
  	.enterView
	{
		background:url(./getFile.aspx?profile=55&fname=enterViewBGMobile.png);
		background-size: cover;
	}
	.enterBtn
	{
		width: 225px;
    		height: 50px;
    		margin-top: 6%;
	}
	.txtWhite
	{
		font-size: 20px;
    		padding-top: 80%;
	}
	.poweredBy
	{
		display: none;
	}
	.formTitle
	{
		display: none;
	}
	.formHeader
	{
		background: url(./getFile.aspx?profile=55&fname=Doc_top_header.png);
		background-size: cover;
    		// height: 90px;
            height: 24px;
	}
	.headlineTitleBig
	{
		font-size: 22px;
	}
	.upperView
	{
		background: inherit;
	}
  }   height: 27px;
        width: 27px;
    }
    .radioSubTitle {
        vertical-align: top;
        margin-top: 6px;
		display: inline-block;
     
    }*/
	/*.upperView,.upperView>div,.mainDiv{
		height:100%;
		
	}*/
   /* input[type="radio"]:checked:before {
        content: "";
        display: block;
        position: relative;
        top: 0px;
        left: 0px;
        width: 28px;
        height: 28px;
        border-radius: 100%;
        background: #dc671e;
    }*/
	.upperView{
		overflow: auto;
	}
    .nextBTN {
        width: 120px ;
    }
    .backBTN {
        width: 120px; 
       /* float: right !important;*/
    }
    .sendBTN {
       width: 100px;
       border: 2px solid #225ba7;
    }
    .btnsDiv {
        margin-top: 20px;
    }
	.spacing{
		text-align: right;
		width: 234px;
	}
	#stepsMenu{
		    width: 100%;
	}
	.gender{
		    min-width: 230px;
	}
	.stepsMenuDataText{
		top: -45px;
	}
	.signature{
		text-align: center;
	}
	.blanket_sheet{
		width: 100%;
		height: 100%;
		margin-top: 0;
	}
	.textArea textarea{
		width: 234px;
	}
	.textAreaSubTitle{
		width: 234px;
	}
	div:not([style]) > .spacing > .dropBoxSubTitle{
		width: 234px;
	}
	div:not([style]) > .spacing > .textSelect > select{
		width: 234px;
	}
	.textBox input {
		width: 232px;
	}
}
@media only screen and (min-device-width: 600px) {
	.Deposit input{
		width: 490px !important;
	}
	#contentPage1+.pagesBtns .nextBTN
	{
		float: right;
	}
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .stepsMenuDataText{
		  top: -43px;
	  }
.upperView,.upperView>div{
		height:100%;
		overflow:auto !important;
		
	}
	.mainDiv{
		height: calc(100% - 45px);
	}
	.formTitle{
		display: none;
		margin-top:0;
		height: auto;
      line-height: 40px; 
	}
}
.enterView{
	background:url(./getFile.aspx?profile=55&fname=enterViewBG.png);
	width: 100%;
	height: 100%;
	    background-size: cover;
	    background-repeat: no-repeat;
}
.enterBtn{
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 15px 21px 0px rgba(0, 0, 0, 0.35);
  width: 335px;
  height: 71px;
  border-radius: 45px;
  margin-top: 4%;
  /*color: rgb(179, 179, 179);*/
  color: #414b67;
  font-size: 22px;
  cursor: pointer;
  font-weight: bold;
  border: 2px solid #b5b9c5;
}
.txtWhite
{
	padding-top: 24%;
	font-size: 45px;
	font-weight: bold;
	color: white;
	text-shadow: 2px 2px 2px #535152;
}
.poweredBy
{
	color: white;
    	padding-top: 8%;
    	font-size: 18px;
}
/*.formHeader
	{
		background: url(./getFile.aspx?profile=55&fname=Doc_top_header.png);
		background-size: contain;
		background-repeat: no-repeat;
    	height: 90px;
		width: 37%;
	}*/
/* for galaxy S3 */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 640px) 
  and (-webkit-min-device-pixel-ratio: 2)
  {
	  .enterView
	{
		background:url(./getFile.aspx?profile=55&fname=enterViewBGMobile.png);
		background-size: cover;
	}
	.enterBtn
	{
		width: 225px;
    		height: 50px;
    		margin-top: 6%;
	}
	.txtWhite
	{
		font-size: 20px;
    		padding-top: 80%;
	}
	.poweredBy
	{
		display: none;
	}
	.formTitle
	{
		display: none;
	}
	.formHeader
	{
		background: url(./getFile.aspx?profile=55&fname=Doc_top_header.png);
		background-size: cover;
    	height: 90px;
		width: 100%;
	}
	.headlineTitleBig
	{
		font-size: 22px;
	}
	.upperView
	{
		background: inherit;
	}
  }
@media only screen 
  and (max-device-width: 600px)  
  {
  	.enterView
	{
		background:url(./getFile.aspx?profile=55&fname=enterViewBGMobile.png);
		background-size: cover;
	}
	.enterBtn
	{
		width: 225px;
    		height: 50px;
    		margin-top: 6%;
	}
	.txtWhite
	{
		font-size: 20px;
    		padding-top: 80%;
	}
	.poweredBy
	{
		display: none;
	}
	.formTitle
	{
		display: none;
	}
	.formHeader
	{
		background: url(./getFile.aspx?profile=55&fname=Doc_top_header.png);
		background-size: cover;
    	height: 90px;
		width: 100%;
	}
	.headlineTitleBig
	{
		font-size: 22px;
	}
	.upperView
	{
		background: inherit;
	}
  } 
  select:disabled
  {
	  background-color: #f1f3f4;
  }
  input:disabled
  {
	  background-color: #f1f3f4;
  }
  textaarea:disabled
  {
	  background-color: #f1f3f4;
  }



/* Some of the custom rules start here */

body {
    color: var(--main-text) !important;
}

.btnsDiv {
    display: flex;
    justify-content: center;
}

.spacing {
    width: auto !important;
    // display: flex !important;
    align-items: center !important;
    gap: 8px;
}

.textSelect select, .textBox input, .textDate input {
    border-radius: 8px;
    border-color: rgb(141 141 141) !important;
}

.textBox input, .textDate input {
    padding-right: 6px;
    font-weight: 600;
    color: var(--main-text-dark);
}

.textDate input {
    border-width: 1px;
    border-style: solid;
    width: 232px;
    height: 38px;
}

input,
textarea,
select,
button {
  font-family: inherit;
}

::placeholder {
  font-family: inherit;
}

.formTitle {
    font-size: 32px !important;
}

.headlineTitleBig, .headlineTitle {
    font-size: 28px !important;
}

[class$="SubTitle"] {
    color: var(--main-text-dark) !important;
    font-weight: 500 !important;
}

.nextBTN, .backBTN {
    height: auto !important;
}

.textTitle {
    font-weight: 500 !important;
    color: var(--main-text-dark);
}

.sendBTN .textTitle, .nextBTN .textTitle {
    color: white;
}

// [class$="BTN"] {
//     display: inline-block;
//     transition: transform 0.2s ease;
// }

// [class$="BTN"]:hover {
//     transform: translateY(2px); 
// }

.mu_attachedfile>input {
    width: auto !important;
}

.textSelect select {
    color: var(--main-text-dark);
    cursor: pointer;
}

#genFileds> div[id^="page"] {
    margin: 32px 64px;
    width: inherit;
}

div[id^=contentPage] {
    width: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-shrink: 0;
    gap: 4px;
    // display: flex;
    // flex-wrap: wrap;
}

.imgContainer img {
    width: 55%;
}

.imgContainer {
    display: flex;
    justify-content: center;
}

#blanket_btn {
    background-color: #31335B !important;
    border-radius: 16px;
    width: fit-content !important;
    font-weight: 400 !important;
    padding: 0px 32px !important;
    font-size: 24px !important;
}

.blanket {
    height: 100vh !important;
}

.blanket_sheet {
    height: fit-content !important;
}

.mu_wrap_upload {
    margin-top: 8px;
    width: fit-content;
    padding: 0px 32px !important;
    margin-right: -16px !important;
}

.mu_wrap_upload span {
    font-size: 17.27px;
    font-weight: 500;
}

div:not([style]) > .spacing > .dropBoxSubTitle {
    width: fit-content !important;
}

body {
    // background: #defaff;
    background: #ebfcff;
}

.mainDiv {
    background: rgba(255, 255, 255, 0.9) !important;
}

div[id^="contentPage"] div:not([class]):has([class^="headlineTitle"]) {
    width: 100%;
}

div[id^="contentPage"] div:not([class]):has([class^="mu_wrap_upload"]) {
    width: 100%;
}

.spacing:has(.radioSubTitle) {
    margin: 16px 0px;
}

h2 {
    margin: 20px 0px 0px 0px !important;
}

#formTitle {
    display: none;
}

.formTitle, div.formTitle .headlineTitleBig, .spacing.formTitle {
	font-size:38px !important;
	text-align:center;
	color: rgb(0, 158, 226);
	margin-top:4%;
    width: 100% !important;
}