@charset "UTF-8";

@font-face {
   font-family: open_sansregular;
    src: url('../fonts/open_sans-regular/OpenSans-Regular-webfont.woff') format('woff');
    	src: url('../fonts/open_sans-regular/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open_sans-regular/OpenSans-Regular-webfont.eot'),
         url('../fonts/open_sans-regular/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/open_sans-regular/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
} 
@font-face {
    font-family: 'open_sanslight';
    src:  url('../fonts/open_sans-light/OpenSans-Light-webfont.woff') format('woff');
    src: url('../fonts/open_sans-light/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
   	url('../fonts/open_sans-light/OpenSans-Light-webfont.eot'),
   	url('../fonts/open_sans-light/OpenSans-Light-webfont.ttf') format('truetype'),
  	url('../fonts/open_sans-light/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
label {  font-weight: normal!important;margin: 0;}	
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus, a:focus { outline: 0 none !important; }

::-webkit-input-placeholder {
   color: #BDCAD0!important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #BDCAD0!important;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #BDCAD0!important;  
}

:-ms-input-placeholder {  
   color: #BDCAD0!important;  
}
html { height: 100%;}
body{
	background-color: #313740!important;
	background-image: url("../images/1.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position:relative;
    border: 0 none;
    color: #D9D9D9;
    font-family:open_sanslight, Helvetica, Arial, sans-serif !important;
    font-size: 13px;
    height: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}
.form-control {height: 47px!important; padding: 8px 10px!important; line-height: normal!important; color: #4A555E !important;} 

input[type="text"], 
input[type="password"], 
textarea, 
textarea.form-control {
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 3px solid #ddd;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea, 
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
textarea:focus, 
textarea.form-control:focus {
	outline: 0;
	background: #fff;
    border: 1px solid #ccc;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, 
textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, 
textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }
.ui-dialog .ui-dialog-buttonpane button {text-shadow: none!important;}
button.loginBtn {
	height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}
input[type="text"],input[type="password"]{
	background-color: #FFFFFF;
	border: 1px solid #C1CBCD;
	border-radius: 4px;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s,background-color 0.2s linear 0s;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s,background-color 0.2s linear 0s; /* Firefox 4 */
	-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s,background-color 0.2s linear 0s; /* Safari and Chrome */
	-o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s,background-color 0.2s linear 0s; /* Opera */
}
input[type="text"]:focus,input[type="password"]:focus{
	border-color: rgba(82, 168, 236, 0.8) !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	outline: 0 none;
	background-color: #FFFFFF;
}
::-webkit-input-placeholder {
	color: #626262;
}
::-moz-placeholder {
	color: #626262;
}  /* firefox 19+ */
input:-moz-placeholder {
	color: #626262;
}
:-ms-input-placeholder {
	color: #626262;
}

.ui-widget-header {   background: none repeat scroll 0 0 #FFFFFF !important;
    border-color: #D8E0E1 !important;
    border-style: solid !important;
    border-width: 1px !important;
    padding: 5px;
}
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: open_sansregular,Helvetica,Arial,sans-serif !important;
    font-size: 13px !important;
}

.ui-dialog{
	border-radius: 0 !important;
	position:fixed!important;
	padding:0!important;
	width:300px;
	overflow:hidden;
	 border: 0px solid #FFFFFF;
	-webkit-box-shadow:0 0 5px #666666;
	-moz-box-shadow:0 0 5px #666666;
	box-shadow:0 0 5px #666666; z-index: 3015;}	
.ui-dialog .ui-dialog-titlebar{
	background:none repeat scroll 0 0 #0088A6 !important; border-radius:0px;
	border: medium none !important;
	border-bottom:1px solid #E5E5E5!important;
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0;
    padding: 15px 3%!important;
    position: relative;
	}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close.ui-state-hover,.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close.ui-state-focus
{
	color:#ffffff;
	border-color:#2e63a5!important;
	background:#93ffff;
	filter:expression("progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e9ae2',endColorstr='#3570b8')");
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e9ae2',endColorstr='#3570b8')";
	background:-moz-linear-gradient(0% 100% 90deg, #3570b8, #5e9ae2);
	background:-webkit-gradient(linear, left top, left bottom, from(#5e9ae2), to(#3570b8));
	background:-o-linear-gradient(0% 100% 90deg, #3570b8, #5e9ae2);
	background: linear-gradient(to bottom,#3570b8 0%, #5e9ae2 100%);
	}	
.ui-dialog-titlebar span.ui-dialog-title {color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    margin: 0 !important;}

.ui-dialog-buttonpane {background: none repeat scroll 0 0 #F5F5F5 !important;
    border-color: #eaeaea!important;
    padding: 0 1% !important;}
.ui-widget-overlay {
    background: none repeat scroll 0 0 #000304 !important;
    opacity: 0.7!important;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{ background: none!important;
    border: medium none !important;
     margin: -5px 0 0 !important;
    position: absolute;
    right: 5px !important;}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover { background: none!important;}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover span.ui-icon-closethick {color:#0DDFFB;} 
.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-widget-header, .ui-state-non-sortable 
	{color:#0e2d54;border-color:#C7D0DA;
	background-color: #FFFFFF;}

.ui-icon-closethick {background-image: none !important;
    color: #ffffff;
    display: inline-block;
    font: 14px/1 FontAwesome;
    height: 16px;
    margin: 0 !important;
    text-indent: 0 !important;
    text-rendering: auto;
    width: 11px !important;}
 .ui-icon-closethick:before {content:"\f00d";}


/***********Layout Styles ddfs-login-page ****************/
.header-top {
 	background-color: #0c73b8;
    background-image: url("../images/pattern.png");
    border-bottom: 1px solid #025987;
    float: left;
    height: 34px;
    min-width: 980px;
    width: 100%;
}
.header-top-div {
    height: 74px;
    min-width: 980px;
    width: 84%;
}
/*.secretariate-image {background-image: url("../images/secretariate-image.png");
    background-position: center top;
    background-repeat: repeat-x;
    float: left;
    height: 94%;
    width: 100%;
}*/
.number-image { background-image: url("../images/number-image.png");
    background-position: right top;
    background-repeat: repeat-x;
    float: left;
    height: 100%;
    width: 100%;
}
.main-container {
    height: auto;
    min-width: 980px;
    width: 100%;
}
.content-center-div {
    float: left;
    height: 360px;
    min-width: 980px;
    width: 100%;
}
.left-content-div {
    float: left;
    height: 100%;
    width: 50%;
}
.login-page-text {
	float: left;
    margin: 47px 0 0 -6%;
    width: 66%;
}
.login-page-text .coma-left {
	background-image: url("../images/coma-left.png");
    float: left;
    height: 22px;
    width: 32px;
    margin: 10px 0 -16px;
}
.login-page-text .coma-right {
	background-image: url("../images/coma-right.png");
	float: right;
	height: 22px;
	margin: -40px 5% 0 0;
	width: 32px;
}
.login-page-text label {
	color: #5f5f5f;
    float: left;
    font-size: 27px;
    font-style: italic;
    margin-left: 5%;
    text-shadow: 0 1px 0 #ffffff;
}
.right-content-div {
  background-color: #ffffff;
    float: left;
    height: 100%;
    width: 49.8%;
}
.tag-div {
	width:100%;
	float:left
}
.tag-image {
	background-image: url("../images/tagg.png");
    height: 86px;
    margin: -54px auto 0;
    width: 24px;
}
.org-logo-div div.org-logo {
	background-image:url("../images/ddfs-logo.png");
	width:238px; height:132px;
    margin: 90px auto 0;
}
.org-logo-div label{
	color: #5f5f5f;
    float: left;
    font-size: 14px;
    margin-top: 12px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}	
.login-right-div {
     float: left;
    height: auto;
    margin: 50px 0 0 ;
    padding: 5px 0;
    width: 100%;
}	
.login-head {
   border-bottom: 1px solid #c2c2c2;
    color: #5C4D4D;
    float: left;
    font-size: 15px;
    height: auto;
    padding: 1px 0;
    text-align: left;
    width: 100%;
}
.one-column-container {
    float: left;
    width: 100%;
}
.one-column-container .form-column {
    float: left;
    margin: 10px 0 0;
    width: 100%;
}
.one-column-container .form-column label {
    color: #444343;
    float: left;
    margin: 5px 0;
	text-shadow: 0 1px 0 #FFFFFF;
    width: 98%;
}
.one-column-container .form-column input {
    margin: 0 !important;
    width: 98% !important;
}
.login-button {
    float: left;
    width: 100%;
}
.login-button a{
	color: #0c73b2;
    float: left;
    margin-top: 16px;
    text-decoration: underline;	

 }
 .login-button a:hover {color: #DE8F18}
.login-input {
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    color: #626262;
    float: left;
    font-size: 13px;
    height: 20px;
	text-indent:6px;
	
}
.signin-button {
 	background-image: url("../images/login-button.gif");
	background-position: 0 -10px;
    border: 1px solid #0791C8;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 #FFFFFF, 0 1px 0 #FFFFFF inset;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
    font-size: 14px !important;
    margin: 12px 0px 6px 0px;
    padding: 4px 10px;
}
.signin-button:hover {background-image: url("../images/login-button-hover.gif");
    border: 1px solid #E48306;
}
.copyright-div {
   color: #a7a7a7;
    float: left;
    font-size: 13px;
    margin: 10px 0 0 10%;
    text-align: left;
    width: 55%;
}
#wrapper {min-height: 100%;
  /* equal to footer height */
  margin-bottom: -66px; }
#wrapper:after {
  content: "";
  display: block;
}
.footer, #wrapper:after  {  height: 66px;	}
.footer {
  background-color: #0e1217;
    bottom: 0;
    float: left;
    padding:5px 20px;
    position: relative;
    width: 100%;
}
.footer-content {
    height: 34px;
    min-width: 980px;
    width: 84%;
}
.appviewed {
    color: #BAC2C6;
    font-size: 12px;
    padding-top: 4px;
    text-align: center;}
.error-label {
    background-color: #FFF8E7;
    border: 1px solid #F7E2B3;
    color: #DD6700;
    float: left;
    font-size: 13px;
    margin-top: 10px;
    padding: 2%;
    text-align: left;
    width: 95%;
}    

.error-label ul {padding: 0; margin: 0;}
.error-label ul li { list-style-type: none;
    margin: 0;
    padding: 0;}
.announ-container {display: block;
    float: left;
    margin-top: 0;
    width: 55%;
}
.announ-container #demo5 { float: left;
    margin: 0 !important;
    width: 100%;}
.announ-container #demo5 .slides { 
	 border: medium none;
    color: #7e7e7e;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    text-align: justify;
    width: 100% !important;
}
.announ-container #demo5 .panel {width: 100%!important;}
.announ-container #demo5 .panel div {width: 100%!important;}
.marquee-div {/* background-color: #cce0e4; */
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #3C8FA6 !important;
    float: left;
    padding: 5px;
}
.marquee-div label {color: #d66707; font-size: 16px;}
.heading-div {
    float: left;
    margin:10px 0 10px;
    width: 100%;}    
 .heading-div label {border-bottom: 1px solid #cdcdcd;
    color: #5f5f5f;
    display: block;
    float: left;
    font-size: 22px;
    padding: 0;
    text-align: left;
    width: 99%;}
  
  .main-heading {  
	filter:expression("progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd',endColorstr='#DBE0E6')");
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd',endColorstr='#DBE0E6')";
	background:-moz-linear-gradient(0% 100% 90deg, #DBE0E6, #fdfdfd);
	background:-webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#DBE0E6));
	background:-o-linear-gradient(0% 100% 90deg, #DBE0E6, #fdfdfd);
	background: -ms-linear-gradient(top, #DBE0E6 , #fdfdfd );
	background: linear-gradient(to top, #DBE0E6 , #fdfdfd );
	background-color: #FFFFFF;
	border-color: #D8E0E1 #C8CDCD #C8CDCD;
    border-radius: 6px 6px 0 0;
    border-style: solid;
    border-width: 1px;
    float: left;
    height: 30px;
    padding: 0 1%;
    width: 97.8%;}
.main-heading label  {color: #D77A02;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 7px 0 5px 6px;
    padding: 0;
    text-shadow: 1px 1px 0 #FFFFFF;
    } 
  
.filter-div {
    background-color: #F8F9F9;
    border-bottom: 4px solid #D8E0E1;
    border-left: 1px solid #D8E0E1;
    border-radius: 0 0 8px 8px;
    border-right: 1px solid #D8E0E1;
    float: left;
    margin-bottom: 10px;
    width: 98%;
}
.instruction-div {
	background-color: #EBF6FB;
border: 1px solid #71C0D2;
border-radius: 4px;
float: left;
margin: 15px;
padding: 15px;
width: 100%;
}	

.instruction-div label {
	color: #026C7A;
    float: left;
    font-weight: bold;
    margin-bottom: 5px;
    padding-bottom: 2px;
    width: 100%;} 

.instruction-div ul {padding: 0;margin:0 0 0 16px;}
.instruction-div ul li {color: #068CAA;
float: left;
margin-bottom: 5px;
width: 100%;}	

/* Messages-common-start */
 
 .alert {
    font-size: 13px;
    padding: 5px 10px!important;
}
.message-small {background-color: #F0FBDD;
    border: 1px solid #AFD38A;
    border-radius: 6px;
    color: #4F8A10;
    float: left;
    margin: -28px 3% 15px;
    padding: 9px 1% 9px 7%;
    text-shadow: 0 0 1px #FFFFFF;
    width: 89.8%;}
 
 /* Messages-common-start-end */
 
 .w100 {
	width: 100% !important ;
}
.pageFilterBox {
    background-color: #FFFFFF;
    border: 1px solid #DBDFE1;
    border-radius: 5px;
}
.inner-heading-div {
    border-bottom: 2px solid #E1E8EB;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.inner-heading-div label {
    color: #066A9F;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 2px;
    width: 95%;
}
.ddfs-search-four-column-container {
    float: left;
    width: 100%;
}
.ddfs-search-four-column-container .form-column {
    float: left;
    margin: 0 1.5% 5px;
    min-height: 60px;
    width: 30%;
}
.ddfs-search-four-column-container .form-column-checkbox {
    float: left;
    margin: 0 1.5% 5px;
    min-height: 52px;
    width: auto;
}
.ddfs-search-four-column-container .form-column-checkbox label {
    float: left;
    margin: 5px 0;
    padding: 0;
    text-align: center;
    width: 98%;
}
.ddfs-search-four-column-container .form-column-checkbox input[type="checkbox"], input[type="radio"] {
    margin-top: 8px;
}
.ddfs-search-four-column-container .form-column input, select, textarea {
    margin: 0 !important;
    width: 97%;
}
.ddfs-search-four-column-container .form-column label {
    float: left;
    margin: 5px 0;
    padding: 0;
    width: 98%;
    color: #565363;
    
}
.account-action-div {
    float: right;
    margin: 21px 15px 8px;
    width: auto;
}

.form-button:hover {  
	background: #E2F2F9 ; /* Old browsers */
	background: -moz-linear-gradient(top, #E2F2F9  0%, #A5C3C8 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E2F2F9 ),
		color-stop(100%,#A5C3C8) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c7def9 0%, #A5C3C8 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#E2F2F9  0%, #A5C3C8 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #E2F2F9  0%, #A5C3C8 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #E2F2F9  0%,#A5C3C8 100%);
		filter:expression("progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2F2F9',endColorstr='#A5C3C8')");
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#E2F2F9',endColorstr='#A5C3C8')";
	border-color: #3EB3CD;
}

.button-cancel:hover {
	background: #d6d6d6; /* Old browsers */
	background: -moz-linear-gradient(top, #d6d6d6 0%, #b5b5b5 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d6d6d6),
		color-stop(100%, #b5b5b5) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d6d6d6 0%, #b5b5b5 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d6d6d6 0%, #b5b5b5 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d6d6d6 0%, #b5b5b5 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #d6d6d6 0%, #b5b5b5 100%);
		filter:expression("progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6',endColorstr='#b5b5b5')");
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6',endColorstr='#b5b5b5')";
	border-color: #93928E;
}

.form-button {
	background: #edf3fb;
	background: -moz-linear-gradient(top, #F5F8FC 0%,#D7DEE0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F5F8FC),
		color-stop(100%, #D7DEE0) );
	background: -webkit-linear-gradient(top, #F5F8FC 0%, #D7DEE0 100%);
	background: -ms-linear-gradient(top, #F5F8FC 0%, #D7DEE0 100%);
	background: linear-gradient(to bottom,#F5F8FC 0%, #D7DEE0 100%);
	filter:expression("progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F8FC',endColorstr='#D7DEE0')");
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F8FC',endColorstr='#D7DEE0')";
	font-size: 12px;
	border-radius: 3px;
	box-shadow: 0px 0px 0px #ccc;
	padding: 4px 8px;
	border: 1px solid #8AA8B6;
	margin: 0 0 0 5px;
	text-shadow: 0 1px 0 #FFFFFF;
	font-weight: bold;
	color: #076984;
	cursor: pointer;
}

.button-search {
	text-shadow: 0 1px 0 #FFFFFF;
	font-weight: bold;
	color: #893506 !important;
	background: #f9db98; /* Old browsers */
	background: -moz-linear-gradient(top, #f9db98 0%, #f6c55e 99%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9db98),
		color-stop(99%, #f6c55e) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9db98 0%, #f6c55e 99%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9db98 0%, #f6c55e 99%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9db98 0%, #f6c55e 99%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f9db98 0%, #f6c55e 99%);
	border: 1px solid #B7810C;
	cursor: pointer;
	filter:expression("progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9db98',endColorstr='#f6c55e')");
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9db98',endColorstr='#f6c55e')";
	
}

.button-cancel {
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #f1f1f1 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1),
		color-stop(100%, #dddddd) );
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #dddddd 100%);
	background: -o-linear-gradient(top, #f1f1f1 0%, #dddddd 100%);
	background: -ms-linear-gradient(top, #f1f1f1 0%, #dddddd 100%);
	background: linear-gradient(to bottom, #f1f1f1 0%, #dddddd 100%);
	border: 1px solid #acacac;
	color: #333;
	filter:expression("progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1',endColorstr='#dddddd')");
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1',endColorstr='#dddddd')";
}  
.form-inner-div {float: left; width:98%; margin: 0px 1%;}  
.popup-info {
    float: left;
    font-size: 1.1em;
    margin: 10px 2% 0 6%;
    text-align: left;
    width: 92%;
}
.popup-info ul{padding: 0; margin: 0}
.popup-info ul li{color:#096478; float: left;
    line-height: 16px;
    list-style: square outside none;
    margin-bottom: 7px;
    width: 100%;}
.ddfs-logo-span {
    background-image: url("../images/ddfs-logo-small.png");
    float: left;
    height: 50px;
    width: 117px;
    background-repeat: no-repeat;
    position: relative;
	left: 40%;
}   
    
 .bottom-container {background-color: #e5e5e5;
    border-top: 1px solid #c3c3c3;
    bottom: -15px;
    float: left;
    height: 190px;
    min-width: 980px;
    position: relative;
    width: 100%;}  
    
 .bottom-container-inner {
   height: 34px;
    min-width: 980px;
    width: 84%;
}   
 .seperate-line {background-color: #9f9f9f;
    float: left;
    height: 300px;
    margin-top: 40px;
    width: 1px;} 
.bottom-image { background-image: url("../images/desktop-image.png");
    float: left;
    height: 182px;
    margin: 13px 0 0 0;
    width: 383px;}    
  .logoDiv img.userLogo{width: 222px;}  
  
  .logoDiv {
   background-color: #ffffff;
    padding: 30px 0 15px;
    text-align: center;
} 
.logoDiv p {
    font-weight: bold;
    font-size: 16px;
    color: #2a6d88;
}
.poweredBy {     color: #0e1217;
    font-size: 12px;
    padding: 15px 0 0;
    float: left;}
 .poweredBy img { margin: -12px 0 0 -6px; width: 48px;}   
    .btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 16px 20px 0 20px;
	background: #4aaf51;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1.btn-link-1-facebook { background: #4862a3; }
.btn-link-1.btn-link-1-twitter { background: #55acee; }
.btn-link-1.btn-link-1-google-plus { background: #dd4b39; }

.btn-link-1 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }

.container {padding-top: 30px;}
/***** Top content *****/

.inner-bg { margin: 25px 0 10px 0;}
.top-content .text {	color: #fff;text-align: center;}

.top-content .text h1 { color: #fff; }

.top-content .description {	margin: 5px 0 10px 0;}
.top-content .description p { color: #545454;
    opacity: 0.8;
    text-indent: 14px; }
.top-content .description a {color: #fff;}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box {float: none !important;  margin: 0 auto;}
.form-top {
	background-color: #0088a6;
    background-image: url("../images/pattern.png");
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    text-align: left;
    margin-top: 15px;
}
.form-top-left {
	float: left;
    font-size: 18px;
    padding: 10px 0;
    position: relative;
    width: 100%;
}
.form-top-left  i.fa {color: #23badc;
    float: left;
    font-size: 48px;
    left: 0;
    margin-top: 12px;
    position: absolute;
    text-align: left;}
.form-top-left h3 {
	color: #c7e1e7;
    float: left;
     margin-bottom: 2px;
    margin-left: 10px;
    margin-top: 10px;
}
.form-top-left p {
	color: #ffffff;
    float: left;
    margin: 0;
    text-align: center;
    width: 100%;
}
/* .form-top-right {
	float: left;
	width: 75%;
	padding-top:12px;
	
} */

.form-bottom {
	padding:40px 30px;
	background: #F1F5F5;
	border-radius: 0 0 4px 4px;
	text-align: left;
	margin-bottom: 30px;
}
.form-bottom form textarea {	height: 100px;}
.form-bottom form button.btn {	width: 100%;}
.form-bottom form .input-error {	border-color: #4aaf51;}
.social-login {	margin-top: 35px;}
.social-login h3 {	color: #fff;}
.social-login-buttons {	margin-top: 15px;}


/***** Media queries *****/

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
/* 	.inner-bg { padding: 60px 0 110px 0; } */
.ui-dialog {top: 20px !important; width: 96% !important;}
}

@media (max-width: 415px) {
	.ui-dialog {top: 20px !important; width: 96% !important;}
	h1, h2 { font-size: 32px; }
/* .form-top-left h3 {  font-size: 18px; font-weight: bold;}
.form-top-left p {font-size: 12px;}
.form-top-left i.fa {margin-top: 6px;} */
}

.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 34px!important;    
}
.left-inner-addon i {
	color: #aabfc5;
	 font-size: 24px;
    position: absolute;
    padding: 10px 8px;
    pointer-events: none;
}
.info-message, .success-message, .warning-message, .error-message {
   background-size: 30px auto !important;
    border-radius: 4px;
    margin:5px 0 10px;
    padding: 15px 15px 15px 50px;
        clear: both;
}

.info-message {
background: url("../images/alert-icon-blue.png") no-repeat scroll 6px center #E5F4F8;
    border: 1px solid #a7c7ce;
    color: #29608a;
    display: block;
}
.success-message {
   	background: url("../images/success-message.png") no-repeat scroll 6px center #F0FBDD;
    border: 1px solid #AFD38A;
    color: #4F8A10;
}
.warning-message {
    background: url("../images/warning-message.png") no-repeat scroll 6px center #FCF1C4;
    border: 1px solid #E6CB96;
    color: #9F6000;
}
.error-message {
    background: url("../images/error-message.png") no-repeat scroll 6px center #FFE8E8;
    border: 1px solid #E7ABAB;
    color: #D8000C;
}

    
    
    
     	         