/** ----------------------------------------------------------
 *
 * This stylesheet includes both generic form styles and 
 *    additional form styles for the User Defined Form Module.
 *
 ** ------------------------------------------------------- */


/* GENERIC FORMS
----------------------------------------------- */

form {
    max-width: 650px;
    width: 100%;
}
div.field {
    margin: 0px 0 -1px;
    float: left;
    clear: both;
    width: 100%;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
form label {
    margin-top: 5px;
    font-size: 13px;
    color: #333;
    line-height: 20px;
}
    form label.left {
        float:left;
        width: 30%; 
    }
    
    form label.right {
        
    }
    
form .middleColumn{
	background-color: #fff;
	float: right;
	width: 60%;
	padding: 5px 6px;
	border: 1px solid #0c1f3a;  
}

form .no-top-border.middleColumn{
	border-top:0px none;
}

form .dropdown .middleColumn{
	background: #fff url("https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/sq_down.png") no-repeat 96% center;
}

form input.text,
form textarea,
form .textajaxuniquetext,   /* Not sure if this is used? */
form select {
    width: 100%;
    max-width: 400px;
    padding: 0px 0px;
    font-size: 13px;
    background-color: transparent;
    border: 0px none; 
    font-family: 'Noto Sans', sans-serif;
}
    .ie7 form select { width: 400px; } /* fix for ie7's rendering of max-width property on select input */

form input.text:focus,
form textarea:focus,
form .textajaxuniquetext:focus,
form select:focus {
    outline:none;
}

form select{
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

form input[disabled], form textarea[disabled] {
    background-color: #f7f7f7;
    border: 1px solid #dad9d9;
}
textarea {
    resize: vertical; /* forces text area to be resized vertically only */
}


/* Radio and Checkbox */
.field .checkbox, .field .radio {
    float: left; 
    width: 13px; 
    height: 13px; 
    margin-right: 6px; 
    margin-top: 8px;
    padding: 0;
}
    .checkbox label.right,
    .radio label.right {
        float: left;
    }


/* Messages */
form .message {
    background-color: #fef4ba;
    padding: 5px 10px;
    border: 1px solid #e8c805;
    border-radius: 3px;
}

	.message.success,
    form .good {
        background-color: #ecf9d0;
        border-color: #8fbe00;
        padding: 10px;
        margin-bottom: 20px;
        display: block;
        width: 90%;
    }
    form .bad, form .required {
        background-color: #f9d0d0;
        border-color: #cf0000;
        color: #b80000;
    }


/* ACTIONS */
.Actions {
    margin-bottom: 20px;
    text-align: center;
}
	.typography a.btn,
    a.btn, button, input[type="submit"], .Actions .action {
        background: #d1761b;
        color: #fff;
        display: inline-block;
        border-radius: 2px;
        padding: 6px 15px;
        margin-top: 20px;
        margin-bottom: 0px;
        letter-spacing: 1px;
        border: none;
        font-size: 14px;
        margin-right: 10px;
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
         font-family: "Marcellus", Georgia, "Times New Roman", Times, serif;
          -webkit-box-shadow: inset 0px 0px 12px 0px rgba(255,250,255,0), 0px 0px 5px rgba(0, 0, 0, 0.25);
		-moz-box-shadow:   inset 0px 0px 12px 0px rgba(255,250,255,0), 0px 0px 5px rgba(0, 0, 0, 0.25);
		box-shadow:        inset 0px 0px 12px 0px rgba(255,250,255,0), 0px 0px 5px rgba(0, 0, 0, 0.25);
		-webkit-transition: all 300ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
    }
    .typography a.btn:hover,
    a.btn:hover, button, input[type="submit"]:hover, .Actions .action:hover {
        color: #fff;
         -webkit-box-shadow: inset 0px 0px 12px 0px rgba(255,250,255,.6), 0px 0px 15px rgba(0, 0, 0, 0.85);
		-moz-box-shadow:   inset 0px 0px 12px 0px rgba(255,250,255,.6), 0px 0px 15px rgba(0, 0, 0, 0.85);
		box-shadow:        inset 0px 0px 12px 0px rgba(255,250,255,.6), 0px 0px 15px rgba(0, 0, 0, 0.85);
		text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
    }
    a.btn {
        line-height: 18px;
        margin-bottom: 10px;
    }
    a.btn:after {                     /* creates arrow in button */
        content: '\2192';
        padding-left: 10px;
    }
    .ie7 input.action {
        width: 0;                     /* IE table-cell margin fix */
        overflow: visible;
    }
    input.action[class] {             /* IE ignores [class] */
        width: auto;                  /* cancel margin fix for other browsers */
    }

    .ie7 .Actions .action {
        float: left;
    }
    .Actions:after {
        color: #B94A48;
        display: inline-block;
        font-weight: normal;
        margin-top: 9px;
    }
    #MemberLoginForm_LoginForm .Actions:after {
        display: none;
    }
    
    #Form_Form_action_SubscribeAction{
    	font-size:22px;
    }
	
	.ShareAndWin form{
		border:1px solid #ccc;
		padding: 20px;
		padding-top: 0px;
		margin-left: 14%;
	}

/* AREA SPECIFIC */
    /* LOGIN and FORGOT PASSWORD */
    #Remember {
        min-height: 20px;
    }
    #ForgotPassword {
        clear: left;
    }
    #MemberLoginForm_LostPasswordForm .Actions:after {
        display: none;
    }

    /* Search / Login */
    .header form .middleColumn {
        /* float: none;
        width: 100% !important; */
    }




/* USER DEFINED USER FORM MODULE STYLES
----------------------------------------------- */

/*Generic and mixed*/
.FormHeading {
    clear: both;
    padding-top: 15px;
}
form .date .middleColumn input {
    /*background: transparent url(../images/icons/your_icon_here.png) no-repeat scroll 90px 5px;*/
    width: 114px;
}
.Actions input.resetformaction,
.Actions input.action-minor {                  /* Clear button */
    float: left;
    background-color: #888;
}
.Actions input.resetformaction:hover,
.Actions input.action-minor:hover {            /* Clear button */
    background-color: #aaa;
}

/* Labels */
.checkbox label.right {
    font-size: 13px;                            /* reset to default */
    color: #333;                                /* reset to default */
}
form .requiredField label.left:after { /* pseudo element adds an asterisk to a required fields label */
    color: #B94A48;
    content: "*";
    font-size: 14px;
    font-weight: normal;
    padding-left: 3px;
}

/* Radio / Checkbox */
form .checkboxset ul,
form .optionset ul {
    margin: 0;
}
    form .checkboxset li,
    form .optionset li {
        margin-bottom: 0px;
        list-style-type:none;
    }
    
    form .checkboxset li label,
    form .optionset li label{
        margin-top: 3px;
    }
    
    form div.checkbox:after { /* clearfix */
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    form .checkbox .checkbox { clear: both; }

/* Messages */
span.message {
    margin: 10px 0;
    display: block;
    max-width: 390px;
    clear: left;
    width:90%;
    float: left;
}
div.holder-required {               /* This class needs to be changed - is used for both input and div */
    /* background-color: #f9d0d0;
    border: 1px solid #cf0000;
    padding: 10px;
    margin-left: -11px; */
}


/* Error messages */
input:invalid,
textarea:invalid {
    border: 0px none;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
    background-color: #f0dddd
}

/* To test - potentially not needed? */
.ss-uploadfield-item-info button{
    margin-top: 4px !important;
    float: left;
}
form .creditCardField input,
form input.currency,
form input.numeric {
    width: 50px;
}
form #DMYDate-month,
form #DMYDate-day {
    width: 25px
}

.Zebra_DatePicker_Icon_Wrapper{
	width: 100%;
}

form h4{
	margin-top:20px;
	margin-bottom:5px;
	clear: both;
	float: left;
	width: 100%;
}

button.Zebra_DatePicker_Icon_Inside {
	margin: 0px;
	margin-top: 2px;
	margin-right: 0px;
}

form .Zebra_DatePicker_Icon{
	-webkit-box-shadow: inset 0px 0px 12px 0px rgba(255,250,255,0), 0px 0px 5px rgba(0, 0, 0, 0);
		-moz-box-shadow:   inset 0px 0px 12px 0px rgba(255,250,255,0), 0px 0px 5px rgba(0, 0, 0, 0);
		box-shadow:        inset 0px 0px 12px 0px rgba(255,250,255,0), 0px 0px 5px rgba(0, 0, 0, 0);
}

/* custom checkbox options */
.checkbox, .radio {
  width: 19px;
  height: 21px;
  padding: 0 5px 0 0;
  background: url(../images/checkbox.png) no-repeat;
  display: block;
  clear: left;
  float: left;
}
.radio {
  background: url(../images/radio.png) no-repeat;
}
.select {
  position: absolute;
  width: 158px;
  height: 21px;
  padding: 0 24px 0 8px;
  color: #fff;
  font: 12px/21px arial,sans-serif;
  background: url(select.png) no-repeat;
  overflow: hidden;
}

.field span.radio {
float: left;
width: 19px;
 height: 21px;
margin-right: 8px;
margin-top: 0px;
padding: 0;

}

