<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*::-moz-selection {background:#86c23d;}
::selection {background:#86c23d;}*/

.step-form{}

.step-form.panel-primary{ border:0px; margin-bottom:0px;} 

.step-form .panel-heading {background: #fff none repeat scroll 0 0;border: 1px solid #e7e7e7;border-radius: 15px 15px 0 0;margin-bottom: 0;padding: 20px 15px;}

.step-form .panel-title{ color: #666;font-size: 18px;text-align: center;}
.step-form .panel-body {background: #e7e7e7 none repeat scroll 0 0;/*font-family: Open Sans;*/margin-top: 0;padding: 20px 30px;}

.gform_wrapper .percentbar_green {background-color: #88b831;color: #fff;}
.gform_wrapper .gf_progressbar_percentage {
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(0, 0, 0, 0.1) 10px, rgba(0, 0, 0, 0.1) 20px) repeat scroll 0 0%, rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)) repeat scroll 0 0;
  border-radius: 20px 4px 4px 20px;/*font-family: helvetica,arial,sans-serif;*/font-size: 13px;height: 24px;text-align: right;text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  vertical-align: middle;z-index: 999;}
.gform_wrapper .gf_progressbar {background-color: rgba(0, 0, 0, 0.1);border-radius: 25px;box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05) inset;padding: 10px;position: relative;width: 100%;}
.gform_wrapper .gf_progressbar::after {background-color: rgba(0, 0, 0, 0.1);border-radius: 20px;box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05) inset;display: block;
  height: 24px;margin-top: -24px;width: 100%;z-index: 990; content:"";}
.gform_wrapper .percentbar_green {background-color: #88b831;color: #fff;}
.gform_wrapper .gf_progressbar {width: calc(100% - 16px);}
.gform_wrapper .gf_progressbar_percentage span {display: block;float: right;line-height: 1.8;margin-left: 5px;margin-right: 5px;width: auto;}

.step-form  input[type="text"],.step-form  input[type="email"],.step-form .form-control {background: #fff none repeat scroll 0 0;box-shadow: 2px 1px 2px #ccc;color: #767676;/*font-family: Open Sans;*/
  font-size: 13px;height: auto;margin-top: 0;max-width: 100%;min-height: 36px;width: 100%;}
  
.step-form label {color: #676767;/*font-family: Open Sans;*/font-size: 13px;font-weight: normal;}
 .required-field{color:#FF0000;margin-left: 4px;}
 h4.page_subtitle {font-size: 14px;line-height: normal; border-bottom:1px solid #ccc; margin-bottom:10px; padding-bottom:10px; /*font-family:"Source Sans Pro",arial,sans-serif; */margin-top:0px;}
  h4.page_subtitle strong { font-weight:800; font-size:16px;}
  .step-form textarea{ max-width:100%; box-shadow:2px 1px 2px #ccc;}
 
 .bdr-top{border-top:1px solid #ccc; margin:10px 0 20px;}
 
 .single-label{ padding-top:30px;}
 
 .step-form .column {border-radius: 0;margin-right: 0;min-height: inherit;}
 
 .green-custome-btn{background: #86c23d !important; display:inline-block !important; /*font-family:"Open Sans";*/ font-weight:600; border: 1px solid #53801d;border-radius: 0;box-shadow: 2px 3px #000;color: #fff;font-size: 13px;height: 44px !important; line-height: 32px !important;min-width: 230px;padding: 0 20px !important; text-align: center; letter-spacing:0.15em; text-transform: uppercase;  transition: all 200ms linear 0s; }
  .green-custome-btn:hover {background-color: #74af2d;font-weight: bold;text-decoration: underline;transform: scale(1.07);}
 
 .white-custome-btn {background: #fff !important;border: 1px solid #ddd;/*font-family:"Open Sans";*/ font-weight:300; color: #686868;;border-radius: 0;box-shadow: 2px 3px #000;font-size: 13px;height: 44px !important; line-height: 32px !important;min-width: 230px;padding: 0 20px !important; text-align: center; letter-spacing:0.15em; text-transform: uppercase;  transition: all 200ms linear 0s;}
  .margin-r10{ margin-right:10px;}
  
  
  .white-custome-btn:hover {background-color: #f5f5f5;text-decoration: underline;display:inline-block !important; transform: scale(1.07);font-weight: bold;}
  .form-control.help-inline-error{border:1px solid #790000;}
  .step-form  span.help-inline-error {color: #790000;font-weight: 700;letter-spacing: normal; border:0px; font-size:13px; /*font-family:"Source Sans Pro",â€‹arial,â€‹sans-serif;*/ margin-top:9px; display:inline-block; }
  
  .none {
	display: none;
}
.inline {
	display: inline;
}
.display_block{display:block;}
.error_bg{ padding-top:8px;padding-bottom:8px; background-color: rgba(255, 223, 224, 0.25);border-bottom: 1px solid #c89797;border-top: 1px solid #c89797;box-sizing: border-box;
    margin-bottom: 6px; }
	
.text-danger{font-weight:bold}

div.validation_error {
    color: #790000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
    border-top: 2px solid #790000;
    border-bottom: 2px solid #790000;
    padding: 16px 0;
    clear: both;
    width: 100%;
    text-align: center;
}


.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
}

/*input[type='text'].ui-autocomplete-loading {
    background: url('loader.gif') no-repeat right center;
}*/

.ui-autocomplete-loading {
    background: url('loader.gif') no-repeat center center!important;
	background-color: #ffffff!important;
}
.ui-datepicker-title select{height:25px!important; font-size:12px!important;padding:0px!important;color:#000000!important;}
.ui-widget-header{background:#999999!important;}

.manage-btn{width:100%; text-align:center;padding-bottom:40px;}
.manage-btn .col-half{ float:left; width:50%; }
.manage-btn .col-half input[type="button"] {
    width: 90%!important;
}
input.calendar {
  background-image: url("calendar.png")!important;
  background-position: right center!important;
  background-repeat: no-repeat!important;;
  padding-right: 18px!important;
}

.form-control.calendar.hasDatepicker {
  background-position: 98% 50% !important;
}
.calendar.hasDatepicker {
  background-position: 99% 50% !important;
}

h4.page_subtitle-small {/*font-family: Open Sans;*/font-size: 14px;color:#000;line-height: normal;margin-bottom:8px;}
.step2_oneisslect &gt; br {display: block;margin-bottom: 8px;}
.step2_oneisslect{color: #676767;/*font-family: Open Sans;*/font-size: 14px;font-weight: normal;letter-spacing: inherit;} 
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus , .form-control:focus{
  border-color: #262626 !important;
}

.radio-inline, .checkbox-inline {line-height: normal !important;}

.ui-widget-content {
  background: #fff !important; box-shadow:3px 3px 3px #ccc; -ms-box-shadow:3px 3px 3px #ccc;-moz-box-shadow:3px 3px 3px #ccc;-webkit-box-shadow:3px 3px 3px #ccc;
  border: 1px solid #aaaaaa;color: #676767 !important;/*font-family: Open Sans !important;*/font-size: 13px !important;}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background:#86c23d !important;
  border:0px !important;
  color: #fff !important;
  font-weight: normal;
}
.ui-menu .ui-menu-item{/*font-family: Open Sans*/; padding:0 5px !important;}
.page_subtitle &gt; p {margin: 0;padding-top:2px;}
.submistion{}
.submistion h2 {/*font-family:"Source Sans Pro",arial,sans-serif;*/font-size: 32px;font-weight: 300;line-height: 48px;text-transform: none;}
.submistion p{/*font-family: Open Sans;*/font-size: 18px; color:#666; font-weight:normal;}
.col-sm-12.error_bg{ padding:8px 15px;background-color: rgba(255, 223, 224, 0.25);border-bottom: 1px solid #c89797;border-top: 1px solid #c89797;box-sizing: border-box;
    margin-bottom: 6px; }
	
.text-danger {color: #790000 !important;/*font-family: "Source Sans Pro",â€‹arial,â€‹sans-serif  !important;*/font-size: 13px !important;}
.form-control.error_bg{ border:1px solid #790000;}
.agreetxt{ /*font-family:"Source Sans Pro",â€‹arial,â€‹sans-serif;*/ font-size:13px;  font-weight:normal;}
.marg-l-0{ margin-left:0px !important;}
.filename{font-weight:bold; color:#262626;}
.cross{ background:url(delete.png)no-repeat 0 0; width:15px; height:15px; display:inline-block; vertical-align:middle;}
.customeform{ background: #eee;margin-bottom: 15px;margin-left: -7px;margin-right: -7px;padding: 10px;}
.customeform .green-custome-btn{height:35px !important; min-width:auto; padding:1px 17px !important; margin-right:3px; font-weight:normal;}
#dialog  .customeform input[type="text"],#dialog  .customeform input[type="search"]{ width:100% !important; padding-left:10px;}
#dialog  .customeform input[type="text"]:focus,#dialog  .customeform input[type="search"]:focus{border-color:#666 !important;}
#dialog1  .customeform input[type="text"]:focus,#dialog1  .customeform input[type="search"]:focus{border-color:#666 !important;}
#dialog.ui-widget-content{border:2px solid #000 !important;}
#dialog1.ui-widget-content{border:2px solid #000 !important;}
#dialog .control-label{ padding-top:4px; text-align:right;}
#dialog1 select{ min-height:36px !important;}
#dialog1 #results1 .col-sm-6.text-left{ padding-top:10px;}
.single-label .checkbox-inline{ padding-top:0px;}


.full-row{}
.full-row:after,.full-row:before{ display:table; content:"";}
.full-row:after{clear:both;}
.custome-pagination{ border-top:1px solid #eee; margin-top:10px; padding-top:10px; text-align:left;}
.custome-pagination .links { display:inline-block; text-align:center; padding:5px; border:1px solid #ccc; min-height:20px; min-width:25px;}
.custome-pagination .selected { display:inline-block; color:#fff;  text-align:center;padding:5px; border:1px solid #86c23d; background:#86c23d; min-height:20px; min-width:25px;}
.allpage{ float:right; font-weight:bold;}

/*existing css*/

tr.odd {
    background-color: #f9f9f9!important;
 border-top:1px #999999 solid!important;
 border-bottom:1px #999999 solid!important;
}

.loader_page{
 position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height:100%; /*change to YOUR page height*/
        background-color: #000;
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        z-index: 9999999;
   
   background: url('loader-big.gif') 50% 50% no-repeat rgb(249,249,249);

}
.ui-dialog{width:80%!important; padding:0px !important; }
.ui-widget-header {background: #000 !important;border:0px !important; border-radius:0px !important;color: #fff !important;font-weight: normal;}

.ui-dialog .ui-dialog-titlebar-close {background:#fff url("ui-icons_444444_256x240.png") repeat scroll -94px -126px !important; border-radius:100%; -o-border-radius:100%;-ms-border-radius:100%;-webkit-border-radius:100%;-moz-border-radius:100%; border:0px; }

#dialog button{background: #86c23d;border: 1px solid #53801d;border-radius: 0;color: #fff;font-size: 13px; box-shadow:1px 2px #000;
  height: 35px;line-height: 32px;min-width: 100px;padding: 0 20px; cursor:pointer;}
#dialog button:hover {background-color:#85c13f !important; transition: all 200ms linear 0s; text-decoration: underline;
    transform: scale(1.07); font-weight:bold;}

#dialog table,#dialog { font-size:12px;}
#dialog input[type="text"],   #dialog input[type="search"]{ font-size:12px; padding:0px; height:35px; line-height:35px; text-indent:normal !important; border:1px solid #d9d9d9 !important; width:148px !important;}
.email-request{  text-align:left;}
.filter-request{  text-align:right;}
.email-request {padding-top: 7px;}


@media(min-width:768px)and (max-width:1000px){
	.manage-btn .col-half input[type="button"] {font-size:9px;padding-left: 0 !important;padding-right: 0 !important;width: 100%;}
		.green-custome-btn,.white-custome-btn {width:auto; min-width:auto;}
	#dialog .control-label {padding-top: 4px;text-align: left;}
		#dialog .input-group{margin-bottom:15px;}
		
		.email-request,.filter-request{  text-align:center; padding-bottom:5px;}

	}

@media(max-width:767px){	
.manage-btn .col-half {margin-top: 10px;width: 100%;}
.manage-btn .col-half input[type="button"] {font-size: 8px;padding-left: 0 !important;padding-right: 0 !important;width: 100% !important;}
.gform_wrapper .gf_progressbar_percentage span {float: none;}	
	.column {margin: 15px 0 0; float:none;}
	.checkbox .single-label {padding-top: 0;}
	.green-custome-btn,.white-custome-btn,#step6 .green-custome-btn,#step6  .white-custome-btn{ font-size:10px; margin-bottom:10px; margin-right:0px; width:100%; padding-left:0px !important; padding-right:0px !important;}
	.step-form .panel-body {padding: 10px 15px;}
			#dialog .input-group,#dialog input[type="text"]{margin-bottom:15px;}
				#dialog .control-label {padding-top: 4px;text-align: left;}
					#dialog .input-group input[type="text"]{ margin-bottom:0px;}
					.custome-pagination {margin: 10px 0;}
					.ui-dialog {padding: 0;width: 98% !important;}
					.email-request,.filter-request{  text-align:center; padding-bottom:10px;}
}


</pre></body></html>