
img {border: none;}

html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 40px; /* bottom = footer height */
    background-color:#FFFFFF; 
    font-family:Arial, Helvetica, sans-serif; 
    font-size:12px;
}

footer {
    position: absolute;
    text-align: center;
    vertical-align: middle;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    color: #C7F1F2;
    background-color: #0A8479;
}

.wrapper { 
	background-color:#e0e1fc;
	border:solid 0px #000000;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	width: 988px;
	margin: 10px auto;
}

/* === List Styles === */
.contact_form ul {
    width:100%;
    list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
}
.contact_form li{
	padding: 5px; 
	border-bottom:1px solid #eee;
	position:relative;
} 
.contact_form li:first-child, .contact_form li:last-child {
	border-bottom:1px solid #777;
}
/* === Form Header === */
.contact_form h2 {
	margin:0;
	display: inline;
}
.required_notification {
	color:#d45252; 
	margin:5px 0 0 0; 
	display:inline;
	float:right;
}

.inline_msg {
	color:#d45252; 
	margin:5px 0 0 0; 
	display:inline;
	font-size: 11px;
}

/* === Form Elements === */
.contact_form label {
	display:inline-block;
	
}

.contact_form input {
/* 	padding-right: 1%;  */
	
}

/* form element visual styles */
	.contact_form input, .contact_form textarea { 
		 border: 1px solid #DCE4EC;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
		border-radius:2px;
/* 		padding-right:30px; */
/* 		-moz-transition: padding .25s;  */
/* 		-webkit-transition: padding .25s;  */
/* 		-o-transition: padding .25s; */
/* 		transition: padding .25s; */
		height:20px;
		width:200px;
		
/*     background-color: #FFFFFF;
    border: 1px solid #DCE4EC;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #2C3E50;
    display: block;
    font-size: 13px;
    height: 25px;
    line-height: 1.42857;
    padding: 2px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 50%; */
		
	}
	.contact_form input:focus, .contact_form textarea:focus {
		background: #fff; 
		border:1px solid #555; 
		box-shadow: 0 0 3px #aaa; 
/* 		padding-right:70px; */
	}


/* === HTML5 validation styles === */	
.contact_form input:required, .contact_form textarea:required {
	background: #fff url(images/red_asterisk.png) no-repeat 98% center;
}
.contact_form input:required:valid, .contact_form textarea:required:valid {
	background: #fff url(images/valid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #5cd053;
	border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
	background: #fff url(images/invalid.png) no-repeat 98% center;
	box-shadow: 0 0 5px #d45252;
	border-color: #b03535
}

/* === Form hints === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}
	
/* === Button Style === */
button.submit {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	font-weight: bold;
	padding: 3px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
	opacity:.85;
	cursor: pointer; 
}
button.submit:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
	
}

.odd {
background-color: #FAFAFA;
}

.even {
background-color: #D8E4BC;
}



nav {
	margin: 4px 0;	
	font: bold 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #444;
}

nav:after {
	clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

nav ul {	
	float: left;
	border-radius: 100px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

nav li {
	list-style: none;
	float: left;
	border-style: solid; 
	border-width: 1px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68b12f', endColorstr='#EDEDED',GradientType=0 ); /* IE6-9 */
 	

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #262626 0%, #4D4D4D 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #262626 0%, #4D4D4D 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #262626 0%, #4D4D4D 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #262626), color-stop(1, #4D4D4D));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #262626 0%, #4D4D4D 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #262626 0%, #4D4D4D 100%);
}

nav li:hover, nav li.current {
	box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow: 0 1px rgba(255,255,255,0.2) inset;
	border-color: #262626 !important;
	background: #4D4D4D; /* Old browsers */
	background: -moz-linear-gradient(top, #4D4D4D 0%, #262626 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4D4D4D), color-stop(100%,#262626)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4D4D4D 0%,#262626 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4D4D4D 0%,#262626 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4D4D4D 0%,#262626 100%); /* IE10+ */
	background: linear-gradient(top, #4D4D4D 0%,#262626 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D4D4D', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
}

nav a {
	display: block;
	padding: 8px 15px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0 1px #FFF;
}

nav a:hover, nav li.current a {
	color: #FFF;
	text-shadow: 0 1px #000;
}

nav li:first-child {
	border-left-color: #BABABA;
	border-radius: 100px 0 0 100px;
}

nav li:last-child {
	border-radius: 0 100px 100px 0;
}

.errorDiv {
	border-style:solid !important;
	border-color: red !important;
	border-width: 1px !important;
	/*color: #FF0000;*/
	/*font-family: Geneva, Arial, Helvetica, sans-serif, Decker;*/
	/*font-size: 11px;*/
	/*font-weight: bold;*/
	/* width: 100%; */
	text-align: left;
	/*background-color: yellow;*/
	/*padding-left: 10px;*/
	/*margin-bottom: 5px;*/
}

.messageDiv {
	color: #0000FF;
	font-family: Geneva, Arial, Helvetica, sans-serif, Decker;
	font-size: 11px;
	font-weight: bold;
	width: 200px;
}

.firstLabel {
    margin-right: 50px;
}
.secondLabel {
    margin-right: 50px;
}
.RIGHT_ALIGN{text-align:right;}


.nav_link {
	font-family: Geneva, Arial, Helvetica, sans-serif, Decker;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 21px;
	vertical-align: middle;
	padding-right: 10px;
	padding-left: 10px;
}

.nav_link:hover {
	text-decoration: underline;
}

.nav_link_active {
	color: #FFFFFF;
	text-decoration: underline;
}

.nav_link_yellow {
	font-family: Geneva, Arial, Helvetica, sans-serif, Decker;
	font-size: 11px;
	color: #RRGGBB;
	cursor: hand;
}

.nav_link_yellow:hover {
	text-decoration: underline;
}

/* -------------iframe--------------- */

/* ----------Title-------------- */

#es-content .tittle-wrapper{
float: left;
width: 100%;
}

#es-content .tittle-name {
float: left;
font-size: 18px;
/* width: 70%; */
}

#es-content h2 {
margin: 0;
padding: 5px;
}

/* #es-content h2 {
font-size: 1.1em;} */

#es-content .tittle-help-icon {
    float: right;
    font-size: 14px;
    height: 27px;
    padding-right: 5px;
    padding-top: 6px;
    text-align: right;
  /*   width: 25%; */
}

#es-content .tittle-help-icon .tittle-help-icon-img {
    height: auto;
    vertical-align: top;
    width: auto;
}


/* ------social icons styles-------- */


#es-container .social-row {
    float: right;
    padding: 20px 5px 10px 0;
    text-align: right;
}

#es-container .social-buttons {
    cursor: pointer;
    display: inline-block;
    margin-left: 6px;
}


a {
    color: #0046B0;
    text-decoration: none;
}

.social-image-round {
    border-radius: 3px;
    height: 25px;
    width: 25px;
}

/*----------- buttons------------------------*/

/* === Button Style === */
button.es-button {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	box-shadow: inset 0 1px 0 0 #9fd574;
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	font-weight: bold;
	padding: 3px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 #396715;
}
button.es-button:hover {
	opacity:.85;
	cursor: pointer; 
}
button.es-button:active {
	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
	
}

.odd {
background-color: #FAFAFA;
}

.even {
background-color: #D8E4BC;
}
/*-----------submit buttons------------------------*/



/* === Button Style === */
button.es-submit {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	/* box-shadow: inset 0 1px 0 0 #9fd574; */
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	font-weight: bold;
	padding: 3px 20px;
	text-align: center;
	/* text-shadow: 0 -1px 0 #396715; */
}
button.es-submit:hover {
	opacity:.85;
	cursor: pointer; 
}
button.es-submit:active {
/* 	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; */ 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
	
}

.es-submit {
	background-color: #68b12f;
	background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
	background: -webkit-linear-gradient(top, #68b12f, #50911e);
	background: -moz-linear-gradient(top, #68b12f, #50911e);
	background: -ms-linear-gradient(top, #68b12f, #50911e);
	background: -o-linear-gradient(top, #68b12f, #50911e);
	background: linear-gradient(top, #68b12f, #50911e);
	border: 1px solid #509111;
	border-bottom: 1px solid #5b992b;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	/* box-shadow: inset 0 1px 0 0 #9fd574; */
	-webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
	-moz-box-shadow: 0 1px 0 0 #9fd574 inset;
	-ms-box-shadow: 0 1px 0 0 #9fd574 inset;
	-o-box-shadow: 0 1px 0 0 #9fd574 inset;
	color: white;
	font-weight: bold;
	padding: 3px 20px;
	text-align: center;
	/* text-shadow: 0 -1px 0 #396715; */
}
.es-submit:hover {
	opacity:.85;
	cursor: pointer; 
}
.es-submit:active {
/* 	border: 1px solid #20911e;
	box-shadow: 0 0 10px 5px #356b0b inset; */ 
	-webkit-box-shadow:0 0 10px 5px #356b0b inset ;
	-moz-box-shadow: 0 0 10px 5px #356b0b inset;
	-ms-box-shadow: 0 0 10px 5px #356b0b inset;
	-o-box-shadow: 0 0 10px 5px #356b0b inset;
	
}

.odd {
background-color: #FAFAFA;
}

.even {
background-color: #D8E4BC;
}

.es-select{
	background-color: #FFFFFF;
    border: 1px solid #DCE4EC;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #2C3E50;
    display: block;
    font-size: 13px;
    height: 20px;
    line-height: 1.42857;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    border-radius: 3px;
    width: 100%;
    min-width: 120px;

}
label{
	display: inline-block;
    font-family: sans-serif;
    font-weight: 700;
    margin-bottom: 2px;
 
}
.theme1 #es-content .es-title h2 {
    background-color: #C3DEEF;
    float: left;
    font-size: 1.1em;
    margin: 0;
    padding: 5px 10px;
    }
.theme1 #es-content .btn-link {
    border-radius: 0;
    color: #0046B0;
    cursor: pointer;
    font-weight: normal;
}

#es-content .padding-top {
    padding-top: 10px;
}

#es-content .display-change {
    display: block;
}
#es-content .login-images {
    padding: 4px;
}
#es-content .tittle-help-icon {
    float: right;
    font-size: 14px;
    height: 27px;
    padding-right: 5px;
    padding-top: 6px;
    text-align: right;
 /*    width: 25%; */
}

#es-content .tittle-help-icon .tittle-help-icon-img {
    height: auto;
    vertical-align: top;
    width: auto;
}
.es-eservice-title{
 float: left;
 width: 100%;
 display: block;
 font-size: 16px;
 line-height: inherit;
 border: 0;
 font-weight: 700;
 padding-top:5px;
 padding-left:5px;
}
.page-title{
      font-size: 16px;
    padding-left:5px;
}
#es-content{
	  font-size: 0.9em;
}
.es-help{
font-size:0.75em;
}

.style2{
color:#fff;
font-size:14px
}

.es-subtitle{
    font-size: 15px;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
    padding:0 0 5px 0px;
    }

.theme1 #es-content .tittle-name{
	font-size:15px;
}

.theme1 #es-content .content-wrapper {
    padding: 10px 5px 5px 5px;
}

#es-content .content-wrapper {
    padding: 5px 5px 0px;
}

.theme1 #es-content .es-subtitle{
font-size: 14px;
font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 600;
line-height: 1.1;
padding:0 0 5px 0px;
    }
    
    
 .theme1 #es-content .well_fixed_content 
 {
    height: auto;
    margin-bottom: 8px;
    min-height: 105px;
}
 
 .theme1 #es-content input[type="submit"], .theme1 #es-content input[type="button"], .theme1 #es-content input[type="reset"], .theme1 #es-content button {

    margin: 5px 0 0 0px !important;
   
}
#tableprint tr,
#tableprint td{
	padding:2px;
	
}
/* -------------end of iframe--------------- */
/* new-breadcrum */

/*==== Buttons ====*/
.butn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.butn:hover,
.butn:active,
.butn.active,
.butn.disabled,
.butn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.butn:active,
.butn.active {
  background-color: #cccccc \9;
}

.butn:first-child {
  *margin-left: 0;
}

.butn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.butn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.butn.active,
.butn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.butn.disabled,
.butn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.butn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.butn-large [class^="icon-"] {
  margin-top: 1px;
}

.butn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.butn-small [class^="icon-"] {
  margin-top: -1px;
}

.butn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.butn-primary,
.butn-primary:hover,
.butn-warning,
.butn-warning:hover,
.butn-danger,
.butn-danger:hover,
.butn-success,
.butn-success:hover,
.butn-info,
.butn-info:hover,
.butn-inverse,
.butn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.butn-primary.active,
.butn-warning.active,
.butn-danger.active,
.butn-success.active,
.butn-info.active,
.butn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.butn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.butn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  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(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.butn-primary:hover,
.butn-primary:active,
.butn-primary.active,
.butn-primary.disabled,
.butn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.butn-primary:active,
.butn-primary.active {
  background-color: #004099 \9;
}

.butn-warning {
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  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(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.butn-warning:hover,
.butn-warning:active,
.butn-warning.active,
.butn-warning.disabled,
.butn-warning[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}

.butn-warning:active,
.butn-warning.active {
  background-color: #c67605 \9;
}

.butn-danger {
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  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(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.butn-danger:hover,
.butn-danger:active,
.butn-danger.active,
.butn-danger.disabled,
.butn-danger[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}

.butn-danger:active,
.butn-danger.active {
  background-color: #942a25 \9;
}

.butn-success {
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  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(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.butn-success:hover,
.butn-success:active,
.butn-success.active,
.butn-success.disabled,
.butn-success[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}

.butn-success:active,
.butn-success.active {
  background-color: #408140 \9;
}

.butn-info {
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  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(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.butn-info:hover,
.butn-info:active,
.butn-info.active,
.butn-info.disabled,
.butn-info[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.butn-info:active,
.butn-info.active {
  background-color: #24748c \9;
}

.butn-inverse {
  background-color: #414141;
  *background-color: #222222;
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  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(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.butn-inverse:hover,
.butn-inverse:active,
.butn-inverse.active,
.butn-inverse.disabled,
.butn-inverse[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.butn-inverse:active,
.butn-inverse.active {
  background-color: #080808 \9;
}

button.butn,
input[type="submit"].butn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}

button.butn::-moz-focus-inner,
input[type="submit"].butn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.butn.butn-large,
input[type="submit"].butn.butn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.butn.butn-small,
input[type="submit"].butn.butn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.butn.butn-mini,
input[type="submit"].butn.butn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.butn-group {
  position: inherit;
  *margin-left: .3em;
  *zoom: 1;
}

.butn-group:before,
.butn-group:after {
  display: table;
  content: "";
}

.butn-group:after {
  clear: both;
}

.butn-group:first-child {
  *margin-left: 0;
}

.butn-group + .butn-group {
  margin-left: 5px;
}

.butn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}

.butn-toolbar .butn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.butn-group > .butn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.butn-group > .butn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.butn-group > .butn:last-child,
.butn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.butn-group > .butn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.butn-group > .butn.large:last-child,
.butn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.butn-group > .butn:hover,
.butn-group > .butn:focus,
.butn-group > .butn:active,
.butn-group > .butn.active {
  z-index: 2;
}
/* end new-breadcrum */


.es-container {
	padding-right: 15px;
	padding-left: 15px;
	margin: auto;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    overflow: hidden;
    text-align: left;
/*     width: 80%; */
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);
}

.es-container {
    max-width: 1170px;
}


.es-container:before,.es-container:after {
	display: table;
	content: " "
}

.es-container:after {
	clear: both
}

.es-container:before,.es-container:after {
	display: table;
	content: " "
}

.es-container:after {
	clear: both
}

.es-container:before,.es-container:after {
	display: table;
	content: " "
}

.es-container:after {
	clear: both
}

.es-container:before,.es-container:after {
	display: table;
	content: " "
}

.es-container:after {
	clear: both
}

.es-container:before,.es-container:after {
	display: table;
	content: " "
}

.es-container:after {
	clear: both
}

.es-container .jumbotron {
	border-radius: 6px
}

@media ( min-width :768px) {
	.es-container {
		/* max-width: 750px */
	}
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11
		{
		float: left
	}
	.col-sm-1 {
		width: 8.333333333333332%
	}
	.col-sm-2 {
		width: 16.666666666666664%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-4 {
		width: 33.33333333333333%
	}
	.col-sm-5 {
		width: 41.66666666666667%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-7 {
		width: 58.333333333333336%
	}
	.col-sm-8 {
		width: 66.66666666666666%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-10 {
		width: 83.33333333333334%
	}
	.col-sm-11 {
		width: 91.66666666666666%
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-push-1 {
		left: 8.333333333333332%
	}
	.col-sm-push-2 {
		left: 16.666666666666664%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-4 {
		left: 33.33333333333333%
	}
	.col-sm-push-5 {
		left: 41.66666666666667%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-7 {
		left: 58.333333333333336%
	}
	.col-sm-push-8 {
		left: 66.66666666666666%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-10 {
		left: 83.33333333333334%
	}
	.col-sm-push-11 {
		left: 91.66666666666666%
	}
	.col-sm-pull-1 {
		right: 8.333333333333332%
	}
	.col-sm-pull-2 {
		right: 16.666666666666664%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-4 {
		right: 33.33333333333333%
	}
	.col-sm-pull-5 {
		right: 41.66666666666667%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-7 {
		right: 58.333333333333336%
	}
	.col-sm-pull-8 {
		right: 66.66666666666666%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-10 {
		right: 83.33333333333334%
	}
	.col-sm-pull-11 {
		right: 91.66666666666666%
	}
	.col-sm-offset-1 {
		margin-left: 8.333333333333332%
	}
	.col-sm-offset-2 {
		margin-left: 16.666666666666664%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333333333%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666666666667%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-7 {
		margin-left: 58.333333333333336%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666666666666%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333333334%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666666666666%
	}
}

@media ( min-width :992px) {
	.es-container {
		max-width: 970px
	}
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11
		{
		float: left
	}
	.col-md-1 {
		width: 8.333333333333332%
	}
	.col-md-2 {
		width: 16.666666666666664%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-4 {
		width: 33.33333333333333%
	}
	.col-md-5 {
		width: 41.66666666666667%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-7 {
		width: 58.333333333333336%
	}
	.col-md-8 {
		width: 66.66666666666666%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-10 {
		width: 83.33333333333334%
	}
	.col-md-11 {
		width: 91.66666666666666%
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-push-1 {
		left: 8.333333333333332%
	}
	.col-md-push-2 {
		left: 16.666666666666664%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-4 {
		left: 33.33333333333333%
	}
	.col-md-push-5 {
		left: 41.66666666666667%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-7 {
		left: 58.333333333333336%
	}
	.col-md-push-8 {
		left: 66.66666666666666%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-10 {
		left: 83.33333333333334%
	}
	.col-md-push-11 {
		left: 91.66666666666666%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-pull-1 {
		right: 8.333333333333332%
	}
	.col-md-pull-2 {
		right: 16.666666666666664%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-4 {
		right: 33.33333333333333%
	}
	.col-md-pull-5 {
		right: 41.66666666666667%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-7 {
		right: 58.333333333333336%
	}
	.col-md-pull-8 {
		right: 66.66666666666666%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-10 {
		right: 83.33333333333334%
	}
	.col-md-pull-11 {
		right: 91.66666666666666%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
	.col-md-offset-1 {
		margin-left: 8.333333333333332%
	}
	.col-md-offset-2 {
		margin-left: 16.666666666666664%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333333333%
	}
	.col-md-offset-5 {
		margin-left: 41.66666666666667%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-7 {
		margin-left: 58.333333333333336%
	}
	.col-md-offset-8 {
		margin-left: 66.66666666666666%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333333334%
	}
	.col-md-offset-11 {
		margin-left: 91.66666666666666%
	}
}

@media ( min-width :1200px) {
	.es-container {
		max-width: 1170px
	}
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11
		{
		float: left
	}
	.col-lg-1 {
		width: 8.333333333333332%
	}
	.col-lg-2 {
		width: 16.666666666666664%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-4 {
		width: 33.33333333333333%
	}
	.col-lg-5 {
		width: 41.66666666666667%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.333333333333336%
	}
	.col-lg-8 {
		width: 66.66666666666666%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-10 {
		width: 83.33333333333334%
	}
	.col-lg-11 {
		width: 91.66666666666666%
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-push-1 {
		left: 8.333333333333332%
	}
	.col-lg-push-2 {
		left: 16.666666666666664%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-4 {
		left: 33.33333333333333%
	}
	.col-lg-push-5 {
		left: 41.66666666666667%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-7 {
		left: 58.333333333333336%
	}
	.col-lg-push-8 {
		left: 66.66666666666666%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-10 {
		left: 83.33333333333334%
	}
	.col-lg-push-11 {
		left: 91.66666666666666%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-pull-1 {
		right: 8.333333333333332%
	}
	.col-lg-pull-2 {
		right: 16.666666666666664%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-4 {
		right: 33.33333333333333%
	}
	.col-lg-pull-5 {
		right: 41.66666666666667%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-7 {
		right: 58.333333333333336%
	}
	.col-lg-pull-8 {
		right: 66.66666666666666%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-10 {
		right: 83.33333333333334%
	}
	.col-lg-pull-11 {
		right: 91.66666666666666%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
	.col-lg-offset-1 {
		margin-left: 8.333333333333332%
	}
	.col-lg-offset-2 {
		margin-left: 16.666666666666664%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333333333%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666666666667%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-7 {
		margin-left: 58.333333333333336%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666666666666%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333333334%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666666666666%
	}
}

.paymentSummaryTable{
	width: 100%;
}

.sitetitletd{
	font-weight:bold;
	font-size:13px;
}

.siteadulttd{
	padding-left: 5px;
}

.sitechildtd{
	padding-left: 5px;
}

.sitetotaltd{
	font-weight:bold;
	font-size:13px;
}

.sitecombinedtotaltd{
	font-weight:bold;
	font-size:15px;
}

.page-container{
	min-height:300px;
}
.tittle-name {
    padding-left: 10px;
  /*   padding-top: 20px; */
}


.btn {
    -moz-user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.mediumtray{
	 background: rgba(0, 0, 0, 0) -moz-linear-gradient(-23deg, rgba(255, 255, 255, 1) 11.6%, rgba(51, 51, 51, 1) 11%, rgba(51, 51, 51, 1) 100%) repeat scroll 0 0;
    background-color: #333;
    border: 1px solid #ccc;
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(-33deg, rgba(51, 51, 51, 1) 52%, rgba(51, 51, 51, 1) 84%, rgba(255, 255, 255, 1) 82%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(-33deg, rgba(51, 51, 51, 1) 52%, rgba(51, 51, 51, 1) 84%, rgba(255, 255, 255, 1) 82%) repeat scroll 0 0;
}

.btn-warning {
    background-color: #fb841e;
    border-color: #f39c12;
    color: #fff;
}

.btn-inactive{
	pointer-events: none;
	cursor: default;
	background-color: rgba(97, 94, 91, 0.43);
	border-color: rgba(97, 94, 91, 0.43);
}

.btn-primary{
    background-color: #333;
}

.pay-btn-primary{
	width: 80%;
	background-color: #333;
	border-color: #333;
	text-align: center;
	color: #fff;
}

.pay-btn-inactive{
	width: 80%;
	pointer-events: none;
	cursor: default;
	background-color: #8e8b8b;
	border-color: #333;
	text-align: center;
	color: #fff;
}

.form-control {
    background-color: #fff;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #2c3e50;
    display: block;
    font-size: 13px;
    height: 28px;
    line-height: 1.42857;
    padding: 4px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 314px;
}

.panel-body{
	background: #f2f2f2;
}


.es-eservice-title {
    font-size: 16px;
    font-weight: 400;
    line-height: inherit;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ecf0f1;
    padding: 8px;
}


.page-content {
    background: rgba(0, 0, 0, 0) url("../assets/images/bg.jpg") repeat scroll 0 0;
}

h2, .h2 {
    font-size: 25px;
}

.paras{
	 font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    padding-left: 30px;
    width: 350px;
	
}


hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ecf0f1 -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: solid none none;
    border-width: 1px 0 0;
    margin-bottom: 5px;
    margin-top: 5px;
}

body {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}
h4, .h4 {
    font-size: 19px;
    margin-bottom: 0;
}

label {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
.home_panel{
background: rgba(255, 255, 255, 0.8) ;
}

.sitecombinedtotaltd {
    background: #ccc none repeat scroll 0 0;
    font-size: 15px;
    font-weight: bold;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

#saarcticketholdercheckbox{
	width: 30px;
	height: 30px;
	margin: 20px 16px;
}

#saarcticketholdercheckboxlabel{
	font-size: 17px;
	border-style: solid;
	width: 100%;
	border-radius: 5px;
	border-width: 1px;
	background-color: #f2f2f2;
	border-color: #f2f2f2;
}