﻿@charset "utf-8";
/* CSS Document */
/*.footer{
    background:url(../images/footer/bg.gif) repeat-x 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    min-height: 90px;
    padding-left: 0;
    padding-right: 0;
	padding-bottom: 0;
    position: relative;
	color:#B7B7B7;
	font-size:11px;   
}
.footer .nav-footer{
	background:url(../images/footer/bg-c.jpg) no-repeat 0 0;
	/*width:1020px
	min-height:90px;
	margin:0px 10px 0px 10px;
}
.footer .nav-footer .nav-left
{
	padding-top:46px;
	float:left;
	width:500px;
}
.footer .nav-footer .nav-right
{
	padding-top:46px;
	float:right;
}*/
 .footer{
	background:url(../images/footer/bg.gif) repeat-x 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    min-height: 90px;
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 0;
    position: relative;
	color:#B7B7B7;
	font-size:11px;
}
.footer .nav-footer{
	background:url(../images/footer/bg-c1.jpg) no-repeat 0 0;
	min-height:90px;
	margin:0 auto;
}
.footer .nav-footer .nav-left
{
	padding-top:46px;
	float:left;
	width:500px;
}
.footer .nav-footer .nav-right
{
	padding-top:46px;
	float:right;
}

/*.footer-l{
	background:url(../images/footer/bg.gif) repeat-x 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    min-height: 90px;
    padding-left: 0;
    padding-right: 0;
	padding-bottom: 0;
    position: relative;
	color:#B7B7B7;
	font-size:11px;
}*/
.footer-l {
    background: url(../images/footer/bg_noel.gif) repeat-x 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    min-height: 40px;  /*min-height: 96px;*/
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    position: relative;
    color: #B7B7B7;
    font-size: 11px;
}
    .footer-l .nav-footer {
        background: url(../images/footer/bg-c1.jpg) no-repeat 0 0;
        width: 1020px;
        min-height: 40px; /*min-height: 90px;*/
        margin: 0 auto;
    }
        .footer-l .nav-footer .nav-left {
            padding-top: 6px;
           /* padding-top: 46px;*/
            float: left;
            width: 500px;
        }
        .footer-l .nav-footer .nav-right {
            padding-top: 6px;
           /* padding-top: 46px;*/
            float: right;
        }
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    background-color: #FFFFFF;
    border: 1px solid #D5D5D5;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #858585;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 4px;
    transition-duration: 0.1s;
}
textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover {
    border-color: #B5B5B5;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    background-color: #FFFFFF;
    border-color: #F59942;
    box-shadow: none;
    color: #696969;
    outline: 0 none;
}
.field-validation-error{
   
   /* background-color: #F2DEDE; border: 1px solid #EED3D7;*/ 
    color: #B94A48;
    font-size: 12px;
    padding: 6px 0px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.ui-state-error{
   
    background-color: #F2DEDE; border: 1px solid #EED3D7; 
    color: #B94A48;
    font-size: 13px;
    padding: 6px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    width:97%;
}
.center-content-empty {
    background-color: #F3F3F3;
	border: 1px solid #C3DEF0;	
	color:#393939;
    width:800px;
    height:200px;
    text-align:center;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;
    font-weight:bold;
    padding-top:80px;
}
.padding-content {
    padding-top: 40px;
}
.loading-ajax {
    background:url(../images/icon/loading.gif) no-repeat 0 0;
    height:32px;
    width:180px;
    color: #CCCCCC;
    padding-left: 35px;
    padding-top: 10px;
    display:none;
}
.title-lable {
    /*color: #198CCB;*/
    font-weight:bold;
    margin:0.5em 0px;
    font-family:Helvetica,Arial,sans-serif;
}
.ui-state-success {
    /*background-color: #F2DEDE;*/
    border: 1px solid #178007; 
    color:#178007;
    font-size: 13px;
    padding: 6px 10px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.box-alert {
    padding: 20px 20px 20px 104px;
    position:relative;
    height:200px;
    border-radius:6px;
    box-shadow:1px #808080;
    border:1px solid #c9ddf2;
    background:linear-gradient(#fcfdfe, #f4f8fc) repeat scroll 0 0 #fcfdfe;
}

.box-alert .icon {
    background: url(../images/icon/warning-icon.png) no-repeat 0 0;
    left: 20px;
    margin: 0 12px 1em 0;
    position: absolute;
    top: 20px;
    height:100px;
    width:100px;
}
.box-alert .icon-success {
    background: url(../images/icon/icon_success.png) no-repeat 0 0;
    left: 20px;
    margin: 0 12px 1em 0;
    position: absolute;
    top: 20px;
    height:77px;
    width:77px;
}
/*Fix Layout*/
  html, body {
    height:100%;
}
  .body {
    padding:10px;
    padding-bottom:60px;   /* Height of the footer */
}
  .footerFix{
    position:absolute;
    bottom:0;
    width:100%;
}
.containerFix {
    min-height:100%;
    position:relative;
    padding-left:0px !important;
    margin-left:0px !important;
    margin-bottom:0px !important;
}
.padding-footer {
    margin-bottom:30px;
}