﻿
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:focus {outline: none;}
a {
	color: #06c;
}
html>body h1,h2,h3,h4,h5,h6  
{
    font-weight: normal;
	line-height: 1;
	font-family: Lucida Grande;
	color: #242424;
    /*background-color: transparent;  
    -webkit-background-clip: text; 
	-moz-background-clip: text; 
	text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;*/
    }
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: 1;
	font-family: Lucida Grande;
	 /*background-color: #242424; 
	-webkit-background-clip: text; 
	-moz-background-clip: text; 
	background-clip: text; 
	color: transparent; 
	text-shadow: rgba(255,255,255,0.5) 0px 3px 3px;*/
	
	
}


ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}




/* `Misc
----------------------------------------------------------------------------------------------------*/

.abs {
	position: absolute;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	z-index:1;
}

.cancel {
	color: #c00;
}

.float_right {
	float: right;
}

.float_left {
	float: left;
}

/*
	Added via JS to <textarea> and class="input_full"
*/
.input_full_wrap {
	display: block;
	padding-right: 8px;
}

.gutter_left {
	padding-left: 20px;
}

.gutter_right {
	padding-right: 20px;
}

/* `Data Table
----------------------------------------------------------------------------------------------------*/

table.data {
	border: 1px solid #ddd;
	width: 100%;
	box-shadow: 0 0 10px #D4D4D4;
}
table.data th
{
	/*padding: 7px 5px;*/
	padding: 7px 18px 7px 5px;
	color:#2E3A5D;
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
	border-right:1px solid #eeeeee;
}

table.data td {
	padding: 2px 5px;
	color:#2E3A5D;
	vertical-align:middle;
	font-size: 11px;
	text-align:center;
	border:1px solid #ffffff;
}

table.data thead th {
	background: #F1F1F1; /*url(../images/ui/data_th.png) repeat-x
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F1F1), color-stop(1, #F1F1F1));
	background: -moz-linear-gradient(top center, #fff 0%, #eee 100%);*/
	border-bottom: 1px solid #ddd;
	/*text-shadow: #fff 0 1px 0;*/
	
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

table.data thead th.sorting_asc 
{
    
    color: white;
	background: #2E3A5D url('../images/datatables/sort_asc.png') no-repeat center right;
}

table.data thead th.sorting_desc 
{
    color: white;
	background: #2E3A5D url('../images/datatables/sort_desc.png') no-repeat center right;
}

table.data thead th.sorting {
	background: url('../images/datatables/sort_both.png') no-repeat center right;
}

table.data thead th.sorting_asc_disabled {
	background: url('../images/datatables/sort_asc_disabled.png') no-repeat center right;
}

table.data thead th.sorting_desc_disabled {
	background: url('../images/datatables/sort_desc_disabled.png') no-repeat center right;
}


table.data tbody th 
{
    background: #fff;
border-bottom: 1px solid #DDD;
    padding: 7px 18px 7px 5px;

vertical-align: middle;
border-right: 1px solid #EEE;
	/*background: #6088C9 ; 2E3A5D 6088C9 url(../images/ui/data_th.png) repeat-x
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F1F1), color-stop(1, #F1F1F1));
	background: -moz-linear-gradient(top center, #fff 0%, #eee 100%);
	border-bottom: 1px solid #ddd;
	
	color:#f1f1f1;
	text-decoration:none;*/
	text-align:center;
}
table.data tbody th a
{
    color:#2E3A5D;
font-size: 11px;
font-weight: bold;
    text-decoration:none
   /* color:#f1f1f1;
	text-decoration:none;
	font-weight:bold;
    font-size:11px;*/
    }
    /*table.data tbody > tr:nth-child(odd) 
    {background: #edf3fe;
        }*/
table.data tbody > tr:nth-child(even) {
	/*background: #edf3fe;*/
	background: #ffffff;
}


/*table.data tbody tr:hover {
	background: #2E3A5D;
	
}
table.data tbody tr:hover td{
	color: #ffffff;
	
}*/

table.data tbody td a 
{
    text-decoration:none;
    }

/* `ViewData Table
----------------------------------------------------------------------------------------------------*/

table.viewdata {
	border: 1px solid #ddd;
	width: 100%;
	
}
table.viewdata th
{
	padding:4px 10px 4px 5px;
	color:#2E3A5D;
	vertical-align:middle;
	border-right:1px solid #ffffff;
}

table.viewdata td {
	padding:5px 10px 5px 5px;
	color:#2E3A5D;
	vertical-align:middle;
	font-size: 12px;
	text-align:left;
	border:1px solid #ffffff;
	text-align:left;
	line-height:1.8em;
	
}
table.viewdata td.labeltd 
{
    width:25%;
    vertical-align:top;
    background: #edf3fe;
    }
table.viewdata td .label {
	font-weight:bold;
	color:#444F89;
	font-size: 11px;
	float:right;
	text-align: right;
	
}

table.viewdata thead th {
	background: #F1F1F1; /*url(../images/ui/data_th.png) repeat-x
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F1F1), color-stop(1, #F1F1F1));
	background: -moz-linear-gradient(top center, #fff 0%, #eee 100%);*/
	border-bottom: 1px solid #ddd;
	/*text-shadow: #fff 0 1px 0;*/
	
}

table.viewdata tbody th {
	background: #6088C9 ; /*2E3A5D 6088C9 url(../images/ui/data_th.png) repeat-x
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F1F1), color-stop(1, #F1F1F1));
	background: -moz-linear-gradient(top center, #fff 0%, #eee 100%);*/
	border-bottom: 1px solid #ddd;
	
	color:#f1f1f1;
	text-decoration:none;
	
}
table.viewdata tbody th a
{color:#f1f1f1;
	text-decoration:none;
	font-weight:bold;
    
    }
table.viewdata tbody > tr:nth-child(even) {
	/*background: #edf3fe;*/
	background: #ffffff;
}
table.viewdata .button{float:right;}
/* `Horizontal Table
----------------------------------------------------------------------------------------------------*/

table.horiz td {
	padding: 20px 0 0 20px;
}

table.horiz tr:first-child td {
	padding-top: 0;
}

table.horiz tr td:first-child {
	padding-left: 0;
}
/* `Data edit Table
----------------------------------------------------------------------------------------------------*/

table.editdata {
	border: 1px solid #ddd;
	width: 100%;
}
table.editdata th
{
	padding: 7px 5px;
	color:#2E3A5D;
	vertical-align:middle;
	border-right:1px solid #ffffff;
}

table.editdata td {
	padding: 2px 5px;
	color:#2E3A5D;
	vertical-align:middle;
	font-size: 11px;
	text-align:left;
	border:1px solid #ffffff;
}

table.editdata thead th {
	background: #F1F1F1; /*url(../images/ui/data_th.png) repeat-x
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F1F1), color-stop(1, #F1F1F1));
	background: -moz-linear-gradient(top center, #fff 0%, #eee 100%);*/
	border-bottom: 1px solid #ddd;
	/*text-shadow: #fff 0 1px 0;*/
	
}

table.editdata tbody th {
	background: #6088C9 ; /*2E3A5D 6088C9 url(../images/ui/data_th.png) repeat-x
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F1F1F1), color-stop(1, #F1F1F1));
	background: -moz-linear-gradient(top center, #fff 0%, #eee 100%);*/
	border-bottom: 1px solid #ddd;
	
	color:#f1f1f1;
	text-decoration:none;
	
}
table.editdata tbody th a
{color:#f1f1f1;
	text-decoration:none;
	font-weight:bold;
    
    }
table.editdata tbody > tr:nth-child(even) {
	background: #edf3fe;
}
/*----images -----*/
.profileImg{
    padding:3px;
    margin-bottom:10px;
    margin-top:10px;
    margin-left:0px;
    display:inline-block;
    border:1px solid #ddd;   
}

a.candidate_image{
 display:block;
 position:relative;

 }
 
 a.candidate_image{
 display:block;
 position:relative;

 }
 
 
 a.candidate_image:hover{
-moz-opacity:.80;
    opacity:.80;
    filter:alpha(opacity=80);
    cursor:pointer;
 
 }
a.candidate_image:hover span 
{
    cursor:pointer;
   background-color:#ffffff;
background-image: url(../images/google_colour.png);
background-position: -72px -126px;
   
    display:block;
    position:absolute;
    right:-4px;
    z-index:100;
    top:14px;
 


line-height: 18px;
height: 18px;
width: 18px;
max-width: 18px;
overflow: hidden;

}

/*.ajax__tab_header: A container element that wraps all of the tabs at the top of the TabContainer. Child CSS classes:.ajax__tab_outer. 
.ajax__tab_outer: An outer element of a tab, often used to set the left-side background image of the tab.Child CSS classes: .ajax__tab_inner. 
.ajax__tab_inner: An inner element of a tab, often used to set the right-side image of the tab. Child CSS classes:.ajax__tab_tab. 
.ajax__tab_tab: An element of the tab that contains the text content. Child CSS classes:none.
.ajax__tab_body: A container element that wraps the area where a TabPanel is displayed. Child CSS classes: none.
.ajax__tab_hover . This is applied to a tab when the mouse is hovering over. Child CSS classes:.ajax__tab_outer. 
.ajax__tab_active: This is applied to a tab when it is the currently selected tab. Child CSS classes:.ajax__tab_outer. 
ajax__tab_xp ajax__tab_plain 
*/

.CustomTabStyle .ajax__tab_header {
margin-left:20px;
}

.CustomTabStyle .ajax__tab_header .ajax__tab_outer {

}
.CustomTabStyle .ajax__tab_header .ajax__tab_active .ajax__tab_outer {

}
 
.CustomTabStyle .ajax__tab_header .ajax__tab_active .ajax__tab_inner {
 
}

.CustomTabStyle .ajax__tab_header .ajax__tab_inner {

}
.CustomTabStyle .ajax__tab_header .ajax__tab_active .ajax__tab_tab {
border-color: #4D90FE;
	color: #4D90FE;
	/*color: #444;*/
	-moz-box-shadow:inset 0 0 10px #D4D4D4;
	-webkit-box-shadow:inset 0 0 10px #D4D4D4;
	box-shadow:inset 0 0 10px #D4D4D4;
}

.CustomTabStyle .ajax__tab_header .ajax__tab_tab {

text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	
	font: bold 11px Helvetica, Arial, sans-serif;
	color: #444;
	line-height: 17px;
	height: 18px;
	
	display: inline-block;
	float: left;
	
	margin: 5px;
	padding: 5px 6px 4px 6px;
	
	background: #F3F3F3;
	border: solid 1px #D9D9D9;
	
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	
	-webkit-transition: border-color .20s;
	-moz-transition: border-color .20s;
	-o-transition: border-color .20s;
	transition: border-color .20s;
}
.CustomTabStyle .ajax__tab_header .ajax__tab_tab:hover {

     /*background: #F4F4F4;
		border-color: #C0C0C0;
		color: #333;*/
		
		border-color: #4D90FE;
	color: #4D90FE;
	
	-moz-box-shadow:inset 0 0 10px #D4D4D4;
	-webkit-box-shadow:inset 0 0 10px #D4D4D4;
	box-shadow:inset 0 0 10px #D4D4D4;
}


.MyCalendar .ajax__calendar_container {
border: 1px solid #2E3A5D;
background-color: #F1F1F1;

}
.MyCalendar .ajax__calendar_container td,.MyCalendar .ajax__calendar_container th
{
     font-size:11px;
     padding:2px;
    }
    
    
.ui-tooltip-light .ui-tooltip-titlebar, .ui-tooltip-light .ui-tooltip-content {
border-color: #E2E2E2;
color: #454545;
}
        .ui-tooltip-light .ui-tooltip-titlebar {
background-color: #C43C35;
color: #ffffff;
}
        
    .ui-tooltip-wiki{
	max-width: 440px;
}
 
	.ui-tooltip-wiki .ui-tooltip-content{
		padding: 10px;
 
		line-height: 12.5px;
	}
 
	.ui-tooltip-wiki h1{
		margin: 0 0 7px;
 
		font-size: 1.5em;
		line-height: 1em;
	}
 
	.ui-tooltip-wiki img{ padding: 0 10px 0 0; }
 
	.ui-tooltip-wiki p{ margin-bottom: 9px; }
	.ui-tooltip-wiki .note{ margin-bottom: 0; font-style: italic; color: #888; }
    
    
    
        input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
  
          
 
    
    
     .modalPopup 
    {
	    background-color:#ffffff;
	    border-width:3px;
	    border-style:solid;
	    border-color:#D2D2D2;
	    padding:3px;
	    width:550px;
    }
    .modalBackground 
    {
	    background-color:#242424;
	    filter:alpha(opacity=70);
	    opacity:0.7;
    } 
    
    a label
    {
        cursor:pointer;
        }
        
       a label:hover
{
    -moz-box-shadow: 0 0 5px #888;
-webkit-box-shadow: 0 0 5px#888;
box-shadow: 0 0 5px #888;
    }
    
    
    
    
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: normal;
  src: local('PT Sans'), local('PTSans-Regular'), url('LKf8nhXsWg5ybwEGXk8UBQ.woff') format('woff');
}

@font-face {
  font-family: 'Molengo';
  font-style: normal;
  font-weight: normal;
  src: local('Molengo'), local('Molengo-Regular'), url('z1JWuCBrQt_Ta83eqIo6Dg.woff') format('woff');
}
.filterContainer
{
    border: 1px solid #DDD;
box-shadow: 0 0 5px #D4D4D4;
margin: 5px;
padding: 1px;
    }
.filterMain
{
    border-top: 1px solid #2E3A5D;

padding-top:20px;padding-bottom:20px;
background-color: #EDF3FE;
}

.filterContainerheader
{  padding-top:5px;padding-bottom:5px;
    color:#2E3A5D;
    background-color:#fff;
    border-bottom: 1px solid #c5c5c5;
    }
    /*===form tests===*/
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
/*
form .input {
  margin-left: 150px;
}
*/
input[type=checkbox], input[type=radio] {
  cursor: pointer;
}
input,
textarea,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
select {
  padding: initial;
  display: inline-block;

  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  /*color: #808080;*/
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input[type=checkbox], input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */

  line-height: normal;
  border: none;
}
input[type=file] {
  background-color: #ffffff;
  padding: initial;
  border: initial;
  line-height: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=button], input[type=reset], input[type=submit] {
  width: auto;
  height: auto;
}
select, input[type=file] {
  height: 27px;
  *height: auto;
  line-height: 27px;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

}
select[multiple] {
  height: inherit;
  background-color: #ffffff;
}
textarea {
  height: auto;
}
.uneditable-input {
  background-color: #ffffff;
  display: block;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
  outline: 0;
   border: 1px solid ;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}


input:hover, textarea:hover {
  outline: 0;
  /*border: 1px solid ;*/
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}


input[type=file]:focus, input[type=checkbox]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}
form .clearfix.error > label, form .clearfix.error .help-block, form .clearfix.error .help-inline {
  color: #b94a48;
}
form .clearfix.error input, form .clearfix.error textarea {
  color: #b94a48;
  border-color: #ee5f5b;
}
form .clearfix.error input:focus, form .clearfix.error textarea:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
form .clearfix.error .input-prepend .add-on, form .clearfix.error .input-append .add-on {
  color: #b94a48;
  background-color: #fce6e6;
  border-color: #b94a48;
}
form .clearfix.warning > label, form .clearfix.warning .help-block, form .clearfix.warning .help-inline {
  color: #c09853;
}
form .clearfix.warning input, form .clearfix.warning textarea {
  color: #c09853;
  border-color: #ccae64;
}
form .clearfix.warning input:focus, form .clearfix.warning textarea:focus {
  border-color: #be9a3f;
  -webkit-box-shadow: 0 0 6px #e5d6b1;
  -moz-box-shadow: 0 0 6px #e5d6b1;
  box-shadow: 0 0 6px #e5d6b1;
}
form .clearfix.warning .input-prepend .add-on, form .clearfix.warning .input-append .add-on {
  color: #c09853;
  background-color: #d2b877;
  border-color: #c09853;
}
form .clearfix.success > label, form .clearfix.success .help-block, form .clearfix.success .help-inline {
  color: #468847;
}
form .clearfix.success input, form .clearfix.success textarea {
  color: #468847;
  border-color: #57a957;
}
form .clearfix.success input:focus, form .clearfix.success textarea:focus {
  border-color: #458845;
  -webkit-box-shadow: 0 0 6px #9acc9a;
  -moz-box-shadow: 0 0 6px #9acc9a;
  box-shadow: 0 0 6px #9acc9a;
}
form .clearfix.success .input-prepend .add-on, form .clearfix.success .input-append .add-on {
  color: #468847;
  background-color: #bcddbc;
  border-color: #468847;
}
.input-mini,
input.mini,
textarea.mini,
select.mini {
  width: 60px;
}
.input-small,
input.small,
textarea.small,
select.small {
  width: 90px;
}
.input-medium,
input.medium,
textarea.medium,
select.medium {
  width: 150px;
}
.input-large,
input.large,
textarea.large,
select.large {
  width: 210px;
}
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
  width: 270px;
}
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
  width: 530px;
}
textarea.xxlarge {
  overflow-y: auto;
}
input.span1, textarea.span1 {
  display: inline-block;
  float: none;
  width: 30px;
  margin-left: 0;
}
input.span2, textarea.span2 {
  display: inline-block;
  float: none;
  width: 90px;
  margin-left: 0;
}
input.span3, textarea.span3 {
  display: inline-block;
  float: none;
  width: 150px;
  margin-left: 0;
}
input.span4, textarea.span4 {
  display: inline-block;
  float: none;
  width: 210px;
  margin-left: 0;
}
input.span5, textarea.span5 {
  display: inline-block;
  float: none;
  width: 270px;
  margin-left: 0;
}
input.span6, textarea.span6 {
  display: inline-block;
  float: none;
  width: 330px;
  margin-left: 0;
}
input.span7, textarea.span7 {
  display: inline-block;
  float: none;
  width: 390px;
  margin-left: 0;
}
input.span8, textarea.span8 {
  display: inline-block;
  float: none;
  width: 450px;
  margin-left: 0;
}
input.span9, textarea.span9 {
  display: inline-block;
  float: none;
  width: 510px;
  margin-left: 0;
}
input.span10, textarea.span10 {
  display: inline-block;
  float: none;
  width: 570px;
  margin-left: 0;
}
input.span11, textarea.span11 {
  display: inline-block;
  float: none;
  width: 630px;
  margin-left: 0;
}
input.span12, textarea.span12 {
  display: inline-block;
  float: none;
  width: 690px;
  margin-left: 0;
}
input.span13, textarea.span13 {
  display: inline-block;
  float: none;
  width: 750px;
  margin-left: 0;
}
input.span14, textarea.span14 {
  display: inline-block;
  float: none;
  width: 810px;
  margin-left: 0;
}
input.span15, textarea.span15 {
  display: inline-block;
  float: none;
  width: 870px;
  margin-left: 0;
}
input.span16, textarea.span16 {
  display: inline-block;
  float: none;
  width: 930px;
  margin-left: 0;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.actions {
  background: #f5f5f5;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 150px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.actions .secondary-action {
  float: right;
}
.actions .secondary-action a {
  line-height: 30px;
}
.actions .secondary-action a:hover {
  text-decoration: underline;
}
.help-inline, .help-block {
  font-size: 13px;
  line-height: 18px;
  color: #bfbfbf;
}
.help-inline {
  padding-left: 5px;
  *position: relative;
  /* IE6-7 */

  *top: -5px;
  /* IE6-7 */

}
.help-block {
  display: block;
  max-width: 600px;
}
.inline-inputs {
  color: #808080;
}
.inline-inputs span {
  padding: 0 2px 0 1px;
}
.input-prepend input, .input-append input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .add-on, .input-append .add-on {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #ccc;
  z-index: 2;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 4px 4px 5px;
  margin-right: -1px;
  font-weight: normal;
  line-height: 18px;
  color: #bfbfbf;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active, .input-append .active {
  background: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */

}
.input-append input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-right: 0;
  margin-left: -1px;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  margin-left: 20px;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
.inputs-list label strong {
  color: #808080;
}
.inputs-list label small {
  font-size: 11px;
  font-weight: normal;
}
.inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list li + li {
  padding-top: 2px;
}
.inputs-list input[type=radio], .inputs-list input[type=checkbox] {
  margin-bottom: 0;
  margin-left: -20px;
  float: left;
}
.form-stacked {
  padding-left: 20px;
}
.form-stacked fieldset {
  padding-top: 9px;
}
.form-stacked legend {
  padding-left: 0;
}
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}
.form-stacked .clearfix {
  margin-bottom: 9px;
}
.form-stacked .clearfix div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.form-stacked div.clearfix.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}

    
    