/*

Uniform Theme: #YOUR THEME NAME HERE#
Version: #VERSION NUMBER HERE#
By: #YOUR NAME HERE#
License: #THEME LICENSE HERE#
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/



/* ------------------------------------ Begin Input Field ----------------------------------- */
.watermark-wrapper input.small-width {
    width:101px;
}
.watermark, .watermark-layer {
   color: #cccccc !important;
   -moz-transition: opacity 1s ease 0s;
}
.watermark-wrapper{
    position:relative;
    display:block;
}
.watermark-wrapper .character-counter{
    color: #CCCCCC;
    float: left;
    font-size: 1.8em;
    line-height: 1.8em;
    padding: 2px 7px;
}
.watermark-wrapper input{
    -webkit-transition: opacity 1s ease 0s;
    -moz-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s;
}
.watermark-wrapper input.show-counter.extended-width{
	width: 366px;
}
.watermark-layer {
    cursor: text;
    white-space:nowrap;
    line-height: 2.0em;
    font-size: 1.5em;
    left: 2px;
    opacity: 0.9;
    overflow: hidden;
    position: absolute;
    top: 3px;
    left: 5px;
    z-index: 1;
    -moz-transition: opacity 1s ease 0s;
    -moz-user-select:none;
}
textarea, input.effects,div.effects {
    border:1px solid #acaba5;   
    background-color:#ffffff;
    
}
input.goast, div.goast{
    background-color:#eeeeee;
}
#right-rail #account-wrapper .inner-select,
#uniform-speed .inner-select{
    min-width: 100px;
    max-width: 120px;
}
#left-rail #account-wrapper .inner-select{
    min-width: 100px;
    max-width: 300px;
}
#uniform-account-type .inner-select{
    min-width: 155px;
}
#uniform-account-type span{
    min-width: 175px;
}
#uniform-account-type {
    min-width: 185px;
}
#check-list .inner-select{
    min-width: 165px;
}
select option{
	padding:2px 5px !important;
}

.group-fields .watermark-wrapper{
	float:left;
}
.group-fields .left-child {
	border-right:none;
    border-radius: 3px 0px 0px 3px;
}

.group-fields .right-child {
	border-left:none;
    border-radius: 0px 3px 3px 0px;
}
.group-fields div.selector {
	float:left;
	background-image:none;
	background-color:#ffffff;
	height:34px;
}
.group-fields div.selector span {
    background-image: none;
    font-size: 1.6em;
    color: #CCCCCC;
}
.group-fields div.selector {
    background-image: url(../../../img/iconarrowdown.png);
    background-position: right center;
}
.group-fields div.selector:hover, .group-fields .selector:focus {
    background-image: url(../../../img/iconarrowdownselected.png);
    background-position: right center;
}
.group-fields .mid-child {
    border-radius: 0px;
}

.group-fields-label-130{
    width:130px; 
    display:inline-block; 
    color:#444 !important; 
    font-size:1.1em;
}
.group-fields-label-110{
    width:110px; 
    display:inline-block; 
    color:#444444 !important; 
    font-size:1.1em;
}

/* ------------------------------------- End Input Field ------------------------------------ */

/* -------------------------------------- Begin Buttons ------------------------------------- */
.ui-button-text-only .ui-button-text {
    padding: 0.4em 1em 0.4em 1.2em!important;
}
.ui-button.email-contact-method .ui-button-text{
    background-position:center  5px;
    background-image:url(../../../img/iconemail.png);
    background-repeat:no-repeat;
    height: 35px;
    padding: 1px;
}
.ui-button.phone-contact-method .ui-button-text{
    background-position:center  5px;
    background-image:url(../../../img/icontextmessage.png);
    background-repeat:no-repeat;
    height: 35px;
    padding: 1px;
}
.ui-button.bank-contact-method .ui-button-text{
    background-position:center  5px;
    background-image:url(../../../img/iconcheck.png);
    background-repeat:no-repeat;
    height: 35px;
    padding: 1px;
}
span.ui-button-text span.text {
    padding-top:36px;
    padding-bottom: 6px;
}
.ui-button.email-contact-method .ui-button-text,     
.ui-button.phone-contact-method .ui-button-text,     
.ui-button.bank-contact-method .ui-button-text{
    margin-top: 4px;
    line-height:0.1em!important;
    font-size: 0.75em !important;
    padding: 0 1.4em !important; 
}     
.ui-button.email-contact-method .ui-button-text span,     
.ui-button.phone-contact-method .ui-button-text span,     
.ui-button.bank-contact-method .ui-button-text span{
    height: auto !important;
}     
.buttons {
    max-width: 98%;
    height:34px;
}
.active-button a:active, .passive-button a:active{
    position: relative;
    top: 1px;
    left: 1px;
}
.passive-button{
    margin:0 5px;
    padding:6px 15px;
    float:left;
}
.active-button, .passive-button { 
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -khtml-border-radius: 3px;
}
.gray-button.disabled {
    opacity:0.3;
    filter:Alpha(Opacity=30);
    cursor: default;
}
.active-button{
    border:1px solid #386F00;
    background-color:#A0DF70;
    background-image: -moz-linear-gradient(top, #A0DF70, #529C00); 
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #529C00),color-stop(1, #A0DF70)); 
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#A0DF70', endColorstr='#529C00'); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#A0DF70', endColorstr='#529C00')";
    font-weight:bold;
        font-size: 1.7em;
}
.active-button:hover{
    border:1px solid #386F00;
    background-color:#B0EF80;
    background-image: -moz-linear-gradient(top, #B0EF80, #529C00); 
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #529C00),color-stop(1, #B0EF80)); 
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B0EF80', endColorstr='#529C00'); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B0EF80', endColorstr='#529C00')";
}
.passive-button{
    color:#ffffff;
    background-color:#666666;
    border: 1px solid #999;
    background-image: -moz-linear-gradient(top, #f5f5f5, #999999); 
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #999999),color-stop(1, #f5f5f5)); 
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f5f5f5', endColorstr='#999999'); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f5f5f5', endColorstr='#999999')";
    font-weight:bold;
}
.passive-button:hover{
    background-color:#666666;
    background-image: -moz-linear-gradient(top, #f5f5f5, #666666); 
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #666666),color-stop(1, #f5f5f5)); 
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f5f5f5', endColorstr='#666666'); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f5f5f5', endColorstr='#666666')";
}
.active-button a{
    color:#ffffff;
    text-shadow:#000000 0 -1px 1px;
    filter:Shadow(color=#000000,direction=180,strength=1);
}
.passive-button a{
    color:#ffffff;
    text-shadow: 0 -1px #000000;
    filter:Shadow(color=#ffffff,direction=180,strength=1);
}
/* --------------------------------------- End Buttons -------------------------------------- */

/* --------------------------------- begin Table Setting ---------------------------------- */
table.activity-table {
    padding:2px;
}
table.activity-table td{
    padding:2px;
    vertical-align:top;
}
table.activity-table th{
    padding:2px;
    vertical-align:top;
}
/* ---------------------------------- End Table Setting ----------------------------------- */

/* ------------------------------------ Begin Pick Date ------------------------------------- */
.pick-date-wrapper{
    background: url("../../../img/bg-input.png") repeat-x scroll 0 0 transparent;
    border-color: #B9C3CA #C1CBD3;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    color: #777777;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.8em;
    font-weight: normal;
    outline: 0 none;
    padding: 1px;
}
.pick-date-wrapper input {
    border-color: #ffffff;
    width: 100px !important;
}
#right-rail input.calendar{
    background-position: 125px;
}
#right-rail .pick-date-wrapper input {
    border-color: #ffffff;
    width: 120px !important;
}
div.effects input.calendar{
    background-position:107px 3px;
    background-repeat:no-repeat;
    background-image:url('../../../img/iconCalendar-hub.png');
    padding-right:30px;
    width:105px;
    font-size: 1em;
    color:#777777;
}
/* ------------------------------------- End Pick Date -------------------------------------- */



/* Global Declaration */
div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action,
div.button,
div.gray-button
{
  background-image: url(images/sprite_fi.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}



.selector, 
.radio, 
.checker, 
.uploader,
.button, 
.selector *, 
.radio *, 
.checker *, 
.uploader *,
.button *,
.gray-button *{
  margin: 0;
  padding: 0;
}


/* SPRITES */

/* Buttons */

.button {
  	border:1px solid #06385d;
	background-color:#1889c8;
    color:#ffffff;    
    padding: 5px 10px;    
	background-image: -moz-linear-gradient(top, #037cd4, #1359C5); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #1359C5),color-stop(1, #037cd4)); 
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#037cd4', endColorstr='#1359C5'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#037cd4', endColorstr='#1359C5')";
	
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	-o-border-radius: 3px; 
	-khtml-border-radius: 3px; 
        -moz-box-shadow: 0px 1px 1px rgba(256, 256, 256, 0.6) inset;
        -webkit-box-shadow: 1px 1px rgba(256, 256, 256, 0.6) inset;
        -ms-box-shadow: 0px 1px 1px rgba(256, 256, 256, 0.6) inset; 
        box-shadow: 0px 1px 1px rgba(256, 256, 256, 0.6) inset;
}

.gray-button{
  	color:#ffffff;
	background-color:#c9c9c9;
	border: 1px solid #999999;
	padding: 5px 10px; 
	background-image: -moz-linear-gradient(top,#cfcfcf, #aaaaaa); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #aaaaaa),color-stop(1, #cfcfcf)); 
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#aaaaaa', endColorstr='#cfcfcf'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#aaaaaa', endColorstr='#cfcfcf')";
	
	border-radius: 3px; 
	-webkit-border-radius: 3px;
	 -moz-border-radius: 3px; 
	 -o-border-radius: 3px; 
	 -khtml-border-radius: 3px; 
         -moz-box-shadow: 0px 1px 1px rgba(256, 256, 256, 0.6) inset;
        -webkit-box-shadow: 1px 1px rgba(256, 256, 256, 0.6) inset;
        -ms-box-shadow: 0px 1px 1px rgba(256, 256, 256, 0.6) inset; 
        box-shadow: 0px 1px 1px rgba(256, 256, 256, 0.6) inset;
}


.button.focus,
.button:focus,
.button:hover,
.button.hover {
	border:1px solid #06385d;
	background-color:#0088cc;
    background-image: -moz-linear-gradient(top,#0091da, #0055cc); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #0055cc),color-stop(1, #0091da)); 
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0091da', endColorstr='#0055cc'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0091da', endColorstr='#0055cc')";
  	
	
}
.gray-button.focus,
.gray-button:focus,
.gray-button:hover,
.gray-button.hover {
	border:1px solid #999999;
  background-color:#ababab;
  background-image: -moz-linear-gradient(top, #d9d9d9, #c4c4c4); 
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #c4c4c4),color-stop(1, #d9d9d9)); 
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d9d9d9', endColorstr='#c4c4c4'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d9d9d9', endColorstr='#c4c4c4')";
	
}



.gray-button.active,
.gray-button:active {
  /*background-position: 0px -477px;*/
  background-image: -moz-linear-gradient(top, #aaaaaa, #ababab); 
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ababab),color-stop(1, #aaaaaa)); 
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#aaaaaa', endColorstr='#5c5854'); 
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#aaaaaa', endColorstr='#5c5854')";
}

.button.active ,
.button:active  {
 /* background-position: right -447px; */

	border:1px solid #06385d;
	background-color:#024b85;
    background-image: -moz-linear-gradient(top, #1359C5,  #037cd4); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #037cd4),color-stop(1, #1359C5)); 
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1359C5', endColorstr='#037cd4'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1359C5', endColorstr='#037cd4')";
}



.button, .gray-button {

}



.button.disabled,
.button:disabled {
	cursor: default;
	color:#59a2e6;
	opacity:0.8;
	filter: alpha(opacity = 80);
}
.button.disabled:hover,
.button:disabled:hover{
	background-image: -moz-linear-gradient(top, #037cd4, #1359C5); 
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #1359C5),color-stop(1, #037cd4)); 
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#037cd4', endColorstr='#1359C5'); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#037cd4', endColorstr='#1359C5')";
	
}



/* small buttons */

.small-btn{
	font-size:0.8em;
	line-height : 0.8em;
	padding: 4px 8px;
	text-shadow: none;
	font-weight:700;
	color:#ffffff;
    
}
.small-btn.wk-small-btn{
	padding: 8px 8px;
}
.button.wk-btn{
	padding: 6px 11px;
}


/* PRESENTATION */

/* Button */




/* Select */

div.selector {
  background-position: -483px -200px;
    font-size: 13px;
}

div.selector span {
  background-position: right 0px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
	left: 0px;
}

div.selector:active, 
div.selector.active {
	background-position: -483px -240px;
}

div.selector:active span, 
div.selector.active span {
	background-position: right -40px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
	background-position: -483px -280px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
	background-position: right -80px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
	background-position: -483px -320px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
	background-position: right -120px;
}

div.selector.disabled,
div.selector.disabled:active,
div.selector.disabled.active {
	background-position: -483px -360px;
}

div.selector.disabled span,
div.selector.disabled:active span,
div.selector.disabled.active span {
  background-position: right -160px;
}

/* Checkbox */

div.checker {
  width: 27px;
  height: 27px;
}

div.checker input {
  width: 27px;
  height: 27px;
}

div.checker span {
  background-position: 0px -397px;
  height: 26px;
  width: 26px;
}

div.checker:active span, 
div.checker.active span {
	background-position: -27px -397px;
}

div.checker.focus span,
div.checker:hover span {
	background-position: -54px -397px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
	background-position: -81px -397px;
}

div.checker span.checked {
	background-position: -108px -397px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
	background-position: -135px -397px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
	background-position: -162px -397px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
	background-position: -189px -397px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
	background-position: -216px -397px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
	background-position: -243px -397px;
}

/* Radio */

div.radio {
  width: 25px;
  height: 25px;
}

div.radio input {
  width: 25px;
  height: 25px;
}

div.radio span {
  height: 25px;
  width: 25px;
  background-position: 0px -423px;
}

div.radio:active span, 
div.radio.active span {
	background-position: -27px -423px;
}

div.radio.focus span, 
div.radio:hover span {
	background-position: -54px -423px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
	background-position: -81px -423px;
}

div.radio span.checked {
	background-position: -108px -423px;
}

div.radio:active span.checked,
div.radio.active span.checked {
	background-position: -135px -423px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
	background-position: -162px -423px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
	background-position: -189px -423px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
	background-position: -216px -423px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
	background-position: -243px -423px;
}

/* Uploader */

div.uploader {
  background-position: 0px -428px;
  height: 0px;
}

div.uploader span.action {
  background-position: right -452px;
  height: 0px;
  line-height: 0px;
}

div.uploader span.filename {
  height: 0px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 0px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -452px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -452px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -452px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -452px;
}

div.uploader.disabled {
  background-position: 0px -452px;
}

div.uploader.disabled span.action {
  background-position: right -452px;
}

/* PRESENTATION */

/* Select */
div.selector {
  max-width: 300px;
  padding: 0px;
  margin: 0px;
}

div.selector select {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	border: solid 1px #fff;
}

div.selector span {
  padding: 0px;
  cursor: pointer;
}

div.selector span {
  color: #666;
  max-width: 290px;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
	color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 3px;
}

/* Radio */
div.radio {
  margin-right: 10px;
}

/* Uploader */
div.uploader {
  width: 190px;
  margin-bottom: 20px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 90%;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}

/* --------------------- text ------------------------*/
.bold{
	font-weight:bold;
}
.page-header{
	font-size:1.5em;
	color:#444444;
	font-weight:bold;
}

.section-header{
	font-size:1.2em;
	color:#444444;
	font-weight:bold;
}

.field-label{
	font-size:1.1em;
	color:#444444;
	font-weight:bold;
}
.text{
	font-size:1em;
	color:#444444;
}
.small-text{
	font-size:12px;
	color:#777777;
}
.link{
	color:#2387b9;
	font-size:1em;
	cursor:pointer;
	text-decoration: none;
}
.link:hover{
	text-decoration: underline;
}


/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/
.selector, 
.checker, 
.button, 
.radio, 
.uploader,
.gray-button {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

/* Button */

div.button a,
div.button button,
div.button input,
div.gray-button a,
div.gray-button button,
div.gray-button input {
    float: left;
    line-height: 33px;
}

div.button, div.gray-button {
  cursor: pointer;
  position: relative;
  float: left;
  margin-right:8px;
}

div.button span, div.gray-button span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
  white-space:nowrap;
}

.selector select:focus, .radio input:focus, .checker input:focus, uploader input:focus {
  outline: 0;
}

/* Select */

div.selector {
	position: relative;
	padding-left: 8px;
	overflow: hidden;
}

div.selector span {
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.selector select {
	position: absolute;
	
  border: none;
  background: none;
}
div.inner-select{
    overflow: hidden;
    margin: 0 28px 0 0;
}

/* Checker */

div.checker {
	position: relative;
	float: left;
}

div.checker span {
	display: block;
	float: left;
	text-align: center;
}

div.checker input {
  /*opacity: 0;*/
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
	position: relative;
	float: left;
}

div.radio span {
	display: block;
	float: left;
	text-align: center;
}

div.radio input {
  opacity: 0;
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  float: left;
  overflow: hidden;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.uploader input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
}

input.text, input.email, input.password, textarea.uniform, request-field, .text-input {
    border: 1px solid #D4D8DC;
    color: #777777;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.15em;
    font-weight: normal;
    outline: 0 none;
    padding: 4px;
}
textarea.uniform{
	height: auto;
}
.text-input{
	height:2.1em;
	outline: 0;
	-moz-outline-style: 0;
}

.text-input:active, .text-input:focus{
	outline: 0 hidden;
	-moz-outline-style: 0 hidden;
	
}
.focus-field{
    border:1px solid #21afed !important;
    -moz-box-shadow: 0px 0px 6px rgba( 31, 181, 247, 0.4);
    -webkit-box-shadow: 0px 0px 6px rgba( 31, 181, 247, 0.4);
    -ms-box-shadow: 0px 0px 6px rgba( 31, 181, 247, 0.4); 
    box-shadow: 0px 0px 6px rgba( 31, 181, 247, 0.4);
}

.selector,.radio,.checker,.uploader,.selector *,.radio *,.checker *,.uploader *{
	margin:0;padding:0;
}
.selector select:focus,.radio input:focus,.checker input:focus,uploader input:focus{
	outline:0;
}

optgroup option {
	padding-left: 20px !important;
}


/* ----- watermark ---- */

.watermark-wrapper input.small-width {
    width:101px;
}
.watermark, .watermark-layer {
   color: #cccccc !important;
   -moz-transition: opacity 1s ease 0s;
}
.watermark-wrapper{
    position:relative;
    display:block;
}
.watermark-wrapper .character-counter{
    color: #CCCCCC;
    float: left;
    font-size: 1.8em;
    line-height: 1.8em;
    padding: 2px 7px;
}
.watermark-wrapper input{
    -webkit-transition: opacity 1s ease 0s;
    -moz-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s;
}
.watermark-wrapper input.show-counter.extended-width{
	width: 366px;
}
.watermark-layer {
    cursor: text;
    white-space:nowrap;
    line-height: 1.3em;
    font-size: 1em;
    opacity: 0.9;
    overflow: hidden;
    position: absolute;
    top: 5px;
    left: 7px;
    z-index: 1;
    -moz-transition: opacity 1s ease 0s;
    -moz-user-select:none;
}


.group-fields .watermark-wrapper{
	float:left;
}
.group-fields .left-child {
	border-right:none;
    border-radius: 3px 0px 0px 3px;
}
.group-fields .right-child {
	border-left:none;
    border-radius: 0px 3px 3px 0px;
}
.group-fields div.selector {
	float:left;
	background-image:none;
	background-color:#ffffff;
}
.group-fields div.selector span {
    background-image: none;
    font-size: 1.2em;
    color: #CCCCCC;
}
.group-fields div.selector{
	padding-left:0;
	border:1px solid #ACABA5;
}
.group-fields div.selector .inner-select{
	 line-height: 1.9em;
    text-indent: 7px;
	color:#777777;
	
}
.group-fields div.selector {
    background: url(images/drop-down-arrow.png) no-repeat right center #ffffff;
	height: 30px;
    
}
.group-fields div.selector:hover, .group-fields .selector:focus {
     background: url(images/drop-down-arrow-blue.png) no-repeat right center;
}
.group-fields .mid-child {
    border-radius: 0px;
}