@charset "utf-8";
/* CSS Document */


/********************************************************************
Structure of Forms
********************************************************************/

/* Little CSS Reset to preserv form structure */

/* fix  ff bugs */
.formee:after, .formee div:after, .formee ol:after, .formee ul:after, .formee li:after, .formee dl:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

/* Form Structure */

.formee {margin:0;padding:0;}


/* Section padding for GA only */
.grid-1-12, .grid-2-12, .grid-3-12, .grid-4-12, .grid-5-12, .grid-6-12, .grid-7-12, .grid-8-12, .grid-9-12, .grid-10-12, .grid-11-12, .grid-12-12 {
margin-top: 10px;
}

/* Field Grid */
.grid-1-12, .grid-2-12, .grid-3-12, .grid-4-12, .grid-5-12, .grid-6-12, .grid-7-12, .grid-8-12, .grid-9-12, .grid-10-12, .grid-11-12, .grid-12-12 {
	display:inline-block;
	position:relative;
	float:left;
	margin-left:1%;
	margin-right:1%;
	padding: 0.3% 0.5% 0;
	height:100%;
/*ie7*/
*margin-left:.8%;
*margin-right:.8%;
*padding: 0.8% 0.25% 1%;
}

/* 12-column Grid (thanks for Fluid 960 Grid System) */
.grid-1-12 {width: 5.333%;}
.grid-2-12 {width: 13.666%;}
.grid-3-12 {width: 22%;}
.grid-4-12 {width: 30.333%;}
.grid-5-12 {width: 38.666%;}
.grid-6-12 {width: 47%;}
.grid-7-12 {width: 55.333%;}
.grid-8-12 {width: 63.666%;}
.grid-9-12 {width: 72%;}
.grid-10-12 {width: 80.333%;}
.grid-11-12 {width: 88.666%;}
.grid-12-12 {width: 97%;}


/* first item */ .formee .alpha {margin-left:0;}
/* last item */ .formee .omega {margin-right:0;}
/* clear */ .formee .clear {clear:both;}
/* input without label */ .formee-no-lbl {position:relative;padding-bottom:0;}
/* input without label */ .formee-no-lbl input,  .formee-no-lbl label,  .formee-no-lbl span,  .formee-no-lbl ul,  .formee-no-lbl p {position:absolute;bottom:0;}

/* multiple containers inside field-grid */
.formee .left{
	clear:none;
	float:left !important;
	margin-right:0.3em !important;
}
.formee .right {
	clear:none;
	float:right !important;
	margin-left:0.3em !important;
	top:0;
}




/* form elements  */
.formee-lbl, .formee label {
	display: block;
	height: auto;
	margin: 0.8em 0 0.5em;
}

.formee .radio label, .formee .checkbox label{margin-top:2px;}

.formee .formee-txt, .formee input[type="text"], .formee input[type="password"], .formee input[type="file"], .textarea, .formee select{
	vertical-align: middle;
	line-height: 1.1em;
	width: 100%;
	padding:10px;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
/*ie7*/
*width: 99%;
}
.textarea {height: 8em;}
.formee select {padding:9px;height:2.7em;}
.formee-list .formee-lbl, .formee-list label {
	display: inline;
	height: auto;
	margin: 0.5em 0 0.8em 2px;
}
.formee-req {
	position: relative;
	top:3px;
}

.formee-msg-info, .formee-msg-warning, .formee-msg-error, .formee-msg-success {
	padding:20px 20px 15px 38px;
	border: 1px solid #ccc;
	display: block;
	height: auto;
	margin: 0 1.5% 0.8em;
	clear:both;
}
.formee-msg-info li, .formee-msg-warning li, .formee-msg-error li, .formee-msg-success li {
	list-style: none;
	padding:0;	
	margin-bottom: .4%;
	line-height:1.1em;
	vertical-align: top;
}


/* form button  */
.formee-button, .formee input[type="submit"], .formee input[type="button"], .formee input[type="reset"] {
  padding:8px 15px 8px;

}

/* lista de chk e rdo */
.formee-list {
	height: 100%;
	list-style: none;
	padding:0;
	margin:0;
}
.formee-list li, .formee-list li {
	margin: 0.5em 0.6em 0.8em;
	float:left;
	display: inline-block;
	list-style:none;
}
.formee-list input {margin-right: 0.2em}

/* input size */
.formee-small {
	width: 30% !important;
	float:left;
	margin-right: 10px;
	display:inline;
/*ie7*/
*width: 25% !important;
}

.formee-medium {
	width: 50% !important;
	float:left;
	margin-right: 10px;
	display:inline;
/*ie7*/
*width: 45% !important;
}

.form-footer
{
    text-align:center;
    margin:0px 0px 0px 0px;
    padding-bottom: 0px;
}


/********************************************************************

Style
********************************************************************/


/* hover effect */
.grid-1-12:hover, .grid-2-12:hover, .grid-3-12:hover, .grid-4-12:hover, .grid-5-12:hover, .grid-6-12:hover, .grid-7-12:hover, .grid-8-12:hover, .grid-9-12:hover, .grid-10-12:hover, .grid-11-12:hover, .grid-12-12:hover {}
.field-button:hover {background:transparent;}


/* Form legend and titles */

fieldset{margin-top:10px;}

.formee legend {
  border-bottom: 0px;
  font-size: 31.5px;
  font-weight:bold;
border-top: solid 4px #00a8de;
line-height: 35px;
margin: 10px 0px;
  font-weight: bold;
    text-rendering: optimizelegibility; 
letter-spacing: -0.05em; 
}


/* form elements  */
.formee-lbl, .formee label, .formee td, .formee th, .formee-readonly  {
	color:#2b2b2b;

	line-height: 1.3em;	
}

.formee-readonly  {
	margin: 0px 0px 6px 0px;
	padding:6px;
	color: #444;
	background:#f1f1f1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
	min-height:16px;
}
fieldset .formee-readonly  {
	padding:6px;
	width:98%;
}




.formee-introduction  {
	margin-top:10px;

	line-height: 1.3em;	

}

.formee-description {
	margin-top: 3px;
color: #777;

margin-bottom: 8px;
}



.formee-req {
	font-weight: bold;
	font-style:normal;
	color:red;
	margin-right:2px;
font-size:1.3em;
	line-height: .85em;
}

.formee .formee-txt, .formee input[type="text"], .formee input[type="password"], .formee input[type="file"], .formee textarea, .formee select {
	border-color:#c6c6c6 #dadada #eaeaea;
	background: #fafafa;
	color:#999;

	font-family:inherit;
	/corner*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

 .formee input[type="file"] {
	margin-bottom: 5px;
height: auto;
}



/*
.formee input[type="radio"], .formee input[type='checkbox']{margin:6px 0px;}*/


.formee select {
	border-color:#c6c6c6 #dadada #eaeaea;
	background: #fafafa;
	color:#999;
}
.formee .formee-txt:hover, .formee input[type="text"]:hover, .formee input[type="password"]:hover, .formee input[type="file"]:hover, .formee textarea:hover, .formee select:hover {
	color:#666;
	background: #fff none;
	border-color:#c6c6c6;
}
form .formee-txt:focus, .formee input[type="text"]:focus, .formee input[type="password"]:focus, .formee input[type="file"]:focus, .formee textarea:focus, .formee select:focus  {
	color:#333;
	background: #fff none;
	border-color:#659ec9 #70aedd #a8cfec;
	outline: 0;
}


/* form msg status  */
.formee-msg-info, .formee-msg-warning, .formee-msg-error, .formee-msg-success {
	color:#2b2b2b;
	/*corner*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.formee-msg-info h3, .formee-msg-warning h3, .formee-msg-error h3, .formee-msg-success h3 {

	line-height:1.1em;
	letter-spacing:-.02em;
	padding:0;
	margin:0 0 .3em 0;
}
.formee-msg-info {
	background: #d1ecf7 url(/common/public/icons/form-ic-info.png) no-repeat 12px 23px;
	border-color:#bcdfef;
}
.formee-msg-warning {
	background: #fff6bf url(/common/public/icons/form-ic-warning.png) no-repeat 12px 23px;
	border-color:#fceb77;
}
.formee-msg-error {
	background: #fad0d0 url(/common/public/icons/form-ic-error.png) no-repeat 12px 23px;
	border-color:#f6abab;
}
.formee-msg-success {
	background: #e5f8ce url(/common/public/icons/form-ic-success.png) no-repeat 12px 23px;
	border-color:#d0f1a6;
}

.formee-msg-success strong, .formee-msg-success a{color:#62b548;}
.formee-msg-info strong, .formee-msg-info a {color:#11689e;}
.formee-msg-warning strong, .formee-msg-warning a {color:#957210;}
.formee-msg-error strong, .formee-msg-error a {color:#b01717;}

/* form validation */
.formee-error {
	border-color: #d11515 !important;
	color: #b01717 !important;
  /* shadow */
  -moz-box-shadow: 0 0 3px 0 rgba(176,23,23,.4);
  -webkit-box-shadow: 0 0 3px 0 rgba(176,23,23,.4);
  box-shadow: 0 0 3px 0 rgba(176,23,23,.4);
}

/* form buttons  removed for bootstrap
.formee-button, .formee input[type="submit"], .formee input[type="button"], .formee input[type="reset"] {
  font-size:1.4em;
  line-height:1.4em;
  font-weight:bolder;
  text-transform: uppercase;
  letter-spacing: -.015em;
  color:#fff;
  border-color:#3a77a4;
  background:#5393c2;

  background: -moz-linear-gradient(top, #5393c2 40%, #3a77a4);
  background: -webkit-linear-gradient(top, #5393c2 40%, #3a77a4);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5393c2', endColorstr='#3a77a4');

  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;

  -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
}
.formee-button:hover, .formee input[type="submit"]:hover, .formee input[type="button"]:hover, .formee input[type="reset"]:hover {
  background:#70aedd;

  background: -moz-linear-gradient(top, #70aedd 40%, #69a4d0);
  background: -webkit-linear-gradient(top, #70aedd 40%, #69a4d0);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#70aedd', endColorstr='#69a4d0');

  -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
  box-shadow:  0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
}*/

.formee-table {
      border:1px solid #c6c6c6;
      padding:4px;
      background:#fafafa;

  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;

}
.formee-table tbody{
       border:1px solid #c6c6c6;
       padding:3px;
        -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;

}

.formee-table td{
      border:0px;
      padding:3px;
}


/* form buttons */

.green-button {
 
padding:8px 15px 9px;
  cursor: pointer;
  text-align: center;

  line-height:1.4em;
  font-weight:bolder;
  text-transform: uppercase;
  letter-spacing: -.015em;
  color:#fff;    
  border:1px solid #486e12;

background:#6a9e21;
  /* gradient */
  background: -moz-linear-gradient(top, #6a9e21 40%, #5a851d) ;
  background: -webkit-linear-gradient(top, #6a9e21 40%, #5a851d) ;
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a9e21', endColorstr='#5a851d');
  
  /* corner */
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
    
  /* shadow */
  -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4) ;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4) ;
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4) ;

 text-shadow: 0 1px 1px rgba(0, 51, 0, 0.35) ;
   

   
}

.green-button:hover, .green-button input[type="submit"]:hover, .green-button input[type="button"]:hover, .green-button input[type="reset"]:hover {
  border:1px solid #3b6f18;
  background:#70aedd ;
    /* gradient */
  background: -moz-linear-gradient(top, #5e9117 40%, #466c0f) ;
  background: -webkit-linear-gradient(top, #5e9117 40%, #466c0f) ;
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5e9117', endColorstr='#466c0f') ;
  /* corner */
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;

  /* shadow */
  -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
  box-shadow:  0 1px 1px 0 rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.4);
  text-shadow: 0 1px 1px rgba(0, 51, 0, 0.55);
}



.grey-button
{
     padding:8px 15px 9px;
  cursor: pointer;
  text-align: center;
  border:1px solid #ccc;

  line-height:1.4em;
  color:#666;

  background:#ccc;
  /* gradient */
  background: -moz-linear-gradient(top, #f3f3f3 40%, #d7d7d7) !important;
  background: -webkit-linear-gradient(top, #f3f3f3 40%, #d7d7d7) !important;
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d7d7d7');
  
  /* shadow */
  -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4) !important;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4) !important;
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4) !important;

   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.45) !important;

  /* corner */
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;

}

.grey-button:hover, .grey-button input[type="submit"]:hover, .grey-button input[type="button"]:hover, .grey-button input[type="reset"]:hover {
  color:#444 !important;
  border-color:#a7a7a7 !important;
  background:#ccc !important;
  /* gradient */
  background: -moz-linear-gradient(top, #f0f0f0 40%, #b8b8b8) !important;
  background: -webkit-linear-gradient(top, #f0f0f0 40%, #b8b8b8) !important;
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#b8b8b8');
  
  /* shadow */
  -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4) !important;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4) !important;
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4) !important;

   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.95) !important;
}

.formee-button, .formee input.btn-primary[type="submit"], .formee input[type="button"], .formee input[type="reset"] {
  font-size:1em;
  line-height:1.4em;
  color:#fff;
  border-color:#3a77a4;
  background:#5393c2;

  background: -moz-linear-gradient(top, #5393c2 40%, #3a77a4);
  background: -webkit-linear-gradient(top, #5393c2 40%, #3a77a4);
  /* filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#5393c2', endColorstr='#3a77a4'); */

  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;

  -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,.4);
}


/* make a form button oversized */
.large-button{

  line-height:1.8em;
   padding:12px 17px 13px 17px !important;
}

.text-button{float:left;  padding:12px 10px 5px 10px;}

/* fix  ff bugs */
.formee form:after, .formee div:after, .formee ol:after,  .formee ul:after,.formee li:after, .formee dl:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}



/* container updates */



/* styles */

.formee .errortext{color:#b01717;font-weight:bold;margin-top:4px;}




#AutoComplete 
{
   
    overflow: visible !important;
    padding-left: 4px !important;

    color: #000000 !important;
    margin:0;
 
    }
    
#AutoComplete div 
{
 
    padding: 4px;
    cursor: pointer;
    background-color: #fff !important;
    color: #000000 !important;
    margin:0;  
    border:1px solid #999;
   
        }
        
  

/* AutoComplete item */
.AutoCompleteExtender_CompletionList, .AutoCompleteExtender_CompletionList1
{
   
    background-repeat: no-repeat;
    color:#000;
    padding: 0px 2px 2px 0px !important;


    margin: 0px 0px 0px 0px;
    list-style:none;
    z-index: 999;

  
/*creates border with
autocomplete_completionListElement*/

    background-color:#FFF;

  border:1px solid #999;

}

.AutoCompleteExtender_CompletionList1 {}

/*AutoComplete flyout */
.AutoCompleteExtender_CompletionListItem, .AutoCompleteExtender_CompletionListItem1
{ 
background-color: #ffffff;
margin:0px 0px 0px 10px;
padding:4px;

}

.AutoCompleteExtender_CompletionListItem1, .AutoCompleteExtender_HighlightedItem1
 {}


/* AutoComplete highlighted item */
.AutoCompleteExtender_HighlightedItem, .AutoCompleteExtender_HighlightedItem1
{
background-color: #bce4fe;
color: #005d9c;
cursor: pointer;
margin-left:10px;
padding:4px;

}
	
/* Not so RAD upload overides  !important helps overide */
RadUpload_Default .RadUpload{overflow: hidden !important; visibility: visible !important;}

.ruButton, .ruRemove{margin: 0px 0px 5px 10px !important;}

.ruFileProgressWrap{margin: 5px 0px 5px 0px !important;}

.ruButton{ 	height: auto !important;  }
.ruBrowse{ height: auto !important; width: auto !important;}

.formee .RadUpload input[type="text"], .formee .RadUpload input[type="password"], .formee .RadUpload input[type="file"],  .formee .RadUpload select{

width: auto !important;
height: 40px;
}

.RadUpload .ruFakeInput {
height: auto !important;
line-height:1.3em !important;
}

.RadUpload input.ruFileInput {
font: 1.3em Arial !important;
}

.RadUpload .ruFileWrap {
position: relative;
display: inline-block;
white-space: normal !important;
vertical-align: top;
line-height: 16px;
zoom: 1;
overflow: hidden !important;
height: auto !important;
}

.ruUploadProgress,  .ruUploadFailure, .ruUploadProgress a,  .ruUploadFailure a {
font: normal 1.3em Arial,sans-serif !important;
}

.ruUploadProgress , .ruUploadSuccess {margin: 0px 0px 5px 0px !important;}

/* RAD calendar box */
.RadInput_Default .riTextBox, .RadInputMgr_Default {
font: 1.2em Arial,sans-serif !important;
}

.riSingle .riTextBox, .riSingle .riTextBox[type="text"] {
padding: 5px;
white-space:normal;
width: 130px;
}


.riTextBox {
height:auto !important;
border-color:#c6c6c6 #dadada #eaeaea !important;
background: #fafafa !important;
width:auto !important;
padding:10px !important;
font-size:1.2em !important;
}

/* override bootstrap for input on profile page */

select, 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"], .uneditable-input {

height: auto !important;

}

/* override formme structure for  on profile page */
.grid-1-12, .grid-2-12, .grid-3-12, .grid-4-12, .grid-5-12, .grid-6-12, .grid-7-12, .grid-8-12, .grid-9-12, .grid-10-12, .grid-11-12, .grid-12-12 {
margin-left: 0;
margin-right: 0;
padding: 0;

}

.grid-12-12 {
width:100%;
}