/*	layout.css - General stylesheet
	- Header
	- Footer
	- Narvigation bar
	- ...
---------------------------------------------------------------------------	*/

*{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

body:before{
  content: "";
  width:100%;
  height:77px;
  display: block;
  margin-bottom: -77px;
  background-color: #261350;
  background: #261350; /* Old browsers */
  z-index: -1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

ul.toolbar-menu li {
  margin: 0;
  padding: 0;
}

#page {
  width:auto;
  max-width: 960px;
}

ul.inline li {
  padding: 0;
}
#page li{
  list-style: none;
}

table.full-width {
  width: 100%;
}

.region {
  clear: both;
}

/*	Header
---------------------------------------------------------------------------	*/
#header {
  margin-bottom: 10px;
  float:left;
  width:100%;
}

.region.region-header{
  float:left;
  width:100%;
}

#logo {
float: left;
width: 500px;
text-decoration: none;
background-image: url('../images/logo.png');
height: 92px;
background-repeat: no-repeat;
/* margin-top: 18px; */
}

#logo h1 {
color: #fff;
}
#logo h1 .clear{
  float: left;
}
#logo:hover {
  /* background-position: center top; */
}

#block-userinfo {
  position: static;
}

#secondary-nav {
  float: right;
  margin: 10px;
  font-size: 12px;
}

#secondary-nav li {
  color: #CCCCCC;
  margin: 0 3px;
}

#secondary-nav li a {
  color: #CCCCCC;
  text-decoration: none;
}

#secondary-nav li a:hover, #secondary-nav li a.active {
  color: #EFB010;
}

#slogan {
  color: #B0B0D4;
  float: left;
  font: bold 18px Arial;
  letter-spacing: 3px;
  margin: 0 10px;
  text-transform: uppercase;
  width: 500px;
}

#main-nav {
  float: right;
  width: 420px;
  margin: 0;
  text-align: right;
}

#main-nav li {
  color: #FFFFFF;
  margin: 0 10px;
}

#main-nav li a {
  color: #FFFFFF;
  font: bold 14px Arial;
  text-decoration: none;
  text-transform: uppercase;
}

#main-nav li a:hover, #main-nav li.active-trail a {
  color: #EFB010;
}

.pane-home-slogan {
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 5px;
  font-size: 19px;
  letter-spacing: 1px;
}

.pane-home-slogan p {
  margin: 0; padding: 0;
}

/*	System Message
---------------------------------------------------------------------------	*/
#system-messages, #billing-messages {
  padding: 0 10px;
  float: left;
  width:100%;
}

#system-messages div.messages, #billing-messages div.messages {
  margin: 0 0 6px;
}

/*	Main
---------------------------------------------------------------------------	*/
#main-content{
  float:left;
  width: 100%;
}
#sidebar-right{
  float:right;
}
#main {
padding: 10px 0px;
width: 100%;
float: left;
overflow: visible;
}

#content-content {
  color: #000000;
  float: left;
  position: relative;
  width: 740px;

  background-color: #FFFFFF;
}

.no-sidebar #content-content {
  width:100% !important;
}

#page-title {
  display: none;
  color: #CCCCCC;
  font-size: 18px;
  font-weight: bold;
  height: 29px;
  padding: 2px 10px 0;

}

.multipane #page-title {
  display: none;
}

ul.primary {
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 0 !important;
  padding: 0 0 0 1em;
  white-space: nowrap;
}

ul.primary li {
  display: inline;
}
 
ul.tabs {
  margin: 0 0 12px;
  padding: 0 10px 8px;
}

ul.tabs li {
  margin: 0 5px 0 0;
  padding: 0;
}

ul.tabs li a {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: #000000;
}

ul.tabs li a:hover {
  background: none repeat scroll 0 0 transparent;
  color: #EFB010;
}

ul.tabs li a.is-active {
  border: 0 none;
  font-weight: bold;
}

#sidebar-right {
  width: 188px;
  margin-left: 10px;
}

/*	Footer
---------------------------------------------------------------------------	*/
#footer {

  clear: both;
  color: #333;
  padding: 15px 10px 25px;
  text-align: center;
  font-size: 12px;
}

#footer-nav {
  display: block;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

#footer-nav li {
  display: inline;
  margin: 0 5px;
}

#footer-nav li a {
  color: #333;
  text-decoration: none;
}

#footer-nav li a:hover, #footer-nav li a.active {
  color: #EFB010;
}

#footer-message .lock {
  width: 15px;
  position: relative;
  top: 3px;
}

.form-item, .form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

label {
  display: block;
  font-weight: bold;
}

/*	Button
---------------------------------------------------------------------------	*/

a.button {
  background-color: #fff;
  color: #333;
  cursor: pointer;

  padding: 5px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-style: normal;
}

a.button:hover, a.button:active {
  color: #333333;
}

input.form-text, textarea, select {
  border: 1px solid #CCCCCC;
  font-size: 12px;
  background: transparent;
}

input.form-text:focus, textarea:focus, select:focus {
  border: 1px solid #EFB010;
}

.form-managed-file .form-submit {
  margin-left: 10px;
}

input.form-submit:hover, button:hover {
 background: #eac708;
    color: #1f0850;
}

.captcha img {
  border: 1px solid #000000;
}

label.option {
  vertical-align: middle;
  display: inline;
  font-weight: normal;
}


/*	Webform Client Form & WhoRepresents Standard Form
---------------------------------------------------------------------------	*/
.webform-client-form{
  margin-top: 20px;
}

.wr-sub-user-add-form {
  width: 50%;
  margin: auto;
}

.webform-client-form fieldset, .whorepresents-form fieldset {
  border: 0 none;
  padding: 0;
}

.webform-client-form legend, .whorepresents-form legend {
  font: bold 14px/22px Arial;
  margin: 0 0 10px;
}

.webform-client-form .form-item, .whorepresents-form .form-item {
  margin: 0 0 10px;
  clear: both;
}
.webform-client-form .form-item{
  float: left;
  width:100%;
}
.webform-client-form  h1{
  color: #555;
}
.webform-client-form label {
  display: inline-block;
  font-weight: normal;
  padding-right: 20px;
  margin-right: 0px;
  text-align: right;
  width: 20%;
  color: #555;
  font-size: 20px;
  float:left;
  
}

.whorepresents-form .form-radios legend {
  font-family: inherit;
  font-size: 15px;
  font-weight: normal;
  padding: 7px 0px;
  margin: 0;
}

.webform-client-form .form-required, .whorepresents-form .form-required {
  margin-right: 3px;
}
.webform-client-form input.form-text,
.webform-client-form select,
.webform-client-form textarea {
    padding: 10px 15px;
    border:1px solid #ccc !important;
    font-size: 18px;
}
.webform-client-form input.form-text ,
.webform-client-form select,
.webform-client-form .form-textarea-wrapper,
.webform-client-form .form-actions{
  width: 60%;
  float: left;
  background: transparent;
}

.webform-client-form .form-textarea-wrapper textarea{
  width:100% !important;
}

 .whorepresents-form select {
  width: 165px;
}

.webform-client-form textarea, .whorepresents-form textarea {
  width: 420px;
  height: 177px;
}

.dialog-node .webform-client-form textarea {
  height: 182px;
  width: 300px;
}

.webform-client-form .form-textarea-wrapper, .whorepresents-form .form-textarea-wrapper {
  display: inline-block;
  vertical-align: top;
}

.webform-client-form .description, .whorepresents-form .description {
  display: inline;
  font-size: 0.85em;
  margin: 0 0 0 25px;
}

.webform-client-form .form-actions {
  padding:  0 0 10px;
  float: right;
  width: 80%;
}
.webform-client-form .form-actions input{

  border:1px solid #ccc !important;
  border-radius: 0px;
  padding: 10px 20px;
  font-size: 18px;
}
 .captcha{
  float: left;
  width: 100%;
  
 }

.webform-client-form .captcha img, .whorepresents-form .captcha img {
  margin-left: 20%; 
}

.whorepresents-form .form-radios, .whorepresents-form .form-checkboxes,
.webform-client-form .form-radios, .webform-client-form .form-checkboxes {
  display: inline-block;
}

.whorepresents-form .form-radios .form-item, .whorepresents-form .form-checkboxes .form-item,
.webform-client-form .form-radios .form-item, .webform-client-form .form-checkboxes .form-item {
  display: inline;
  margin: 0 10px 0 0;
}

.whorepresents-form .form-radios .form-item label, .whorepresents-form .form-checkboxes .form-item label,
.webform-client-form .form-radios .form-item label, .webform-client-form .form-checkboxes .form-item label {
  display: inline;
  margin: 0;
}

.whorepresents-form .form-radios .form-item .form-radio, .whorepresents-form .form-checkboxes .form-item .form-checkbox,
.webform-client-form .form-radios .form-item .form-radio, .webform-client-form .form-checkboxes .form-item .form-checkbox {
  vertical-align: middle;
}

.whorepresents-form .password-confirm-message {
  font-size: 0.8em;
}

/*	Pager
---------------------------------------------------------------------------	*/
.pager {
  clear: both;
  text-align: center;
}

.pager ul li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
  margin: 0;
}

/*	MultiPane layout
---------------------------------------------------------------------------	*/
.multipane #content-content {
  background-color: transparent;
  border: 0 none;
  width: 742px;
}

.multipane .panel-2col .panel-panel .inside {
  margin: 0;
}

.multipane .panel-2col .panel-col-first {
  margin-right: 10px;
  width: 200px;
}

.multipane .panel-2col .panel-col-last {
  width: 530px;
}

.multipane .pane-first {
  border-top: 1px solid #cdcdcd;
  background-color: #FFFFFF;
  margin-top: 30px;
float: left;
}

.multipane .pane-first .pane-title {
  color: #666;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 15px 10px;
  margin: 0px;

}

/*	User Register form & User Profile form
---------------------------------------------------------------------------	*/
#user-profile-form .celeb-title{
  display: none;
}
#user-register-form, #user-profile-form, .halfscreen-form {
  width:50%;
  margin: auto;
}
#user-register-form {
  overflow: hidden;
  padding-bottom: 80px;
}
#user-register-form select{
  font-size: 18px;
  padding: 10px ;
}
#user-register-form fieldset, #user-profile-form fieldset {
  border: 0 none;
  padding: 0;
  margin: 0;
}
#user-profile-form .fieldset-wrapper{
  display: block !important;
}
#user-profile-form fieldset.collapsed{
  height: auto !important;
}
#user-register-form legend,#user-profile-form legend{
  display: none;
}

#user-register-form legend, #user-profile-form legend {
  font: bold 14px/22px Arial;
  margin: 0 0 10px;

}

#user-register-form .form-item, #user-profile-form .form-item {
  margin: 0 0 0px;
}

#user-register-form label, #user-profile-form label {
  display: block;
  font-weight: normal;
  float: left;
  padding: 7px 0px;

}

#user-register-form .fieldset-wrapper label, #user-profile-form .fieldset-wrapper label {
  margin-right: 13px;
}

#user-register-form .description, #user-profile-form .description {
  display: inline;
  vertical-align: top;
}

#user-register-form input.form-text, #user-profile-form input.form-text,
.whorepresents-form input.form-text {
  width: 100%;
  padding: 10px 10px;
  border:1px solid #aaa;
  float: left;
  font-size: 18px;
  border-radius: 4px;
}

.whorepresents-form input[type=button],
.whorepresents-form input[type=submit] {
  padding: 10px 20px;
  border-radius: 4px;
}

#user-register-form select, #user-profile-form select {
 width: 100%;
  padding: 10px 10px;
  border:1px solid #aaa;
  float: left;
 background: transparent;

}

#user-register-form textarea, #user-profile-form textarea {
  width: 100%;
  padding: 10px 10px;
  border:1px solid #aaa;

  height: 177px;
}

#user-register-form .form-textarea-wrapper, #user-profile-form .form-textarea-wrapper {
  display: inline-block;
  vertical-align: top;
}


#user-register-form .form-radios, #user-register-form .form-checkboxes,
#user-profile-form .form-radios, #user-profile-form .form-checkboxes {
  display: inline-block;
}

#user-register-form .form-radios .form-item, #user-register-form .form-checkboxes .form-item,
#user-profile-form .form-radios .form-item, #user-profile-form .form-checkboxes .form-item {
  display: inline-block;
  margin: 0 10px 0 0;
}

#user-register-form .form-radios .form-item label, #user-register-form .form-checkboxes .form-item label,
#user-profile-form .form-radios .form-item label, #user-profile-form .form-checkboxes .form-item label {
  display: inline;
  margin: 0;
}

#user-register-form .form-radios .form-item .form-radio, #user-register-form .form-checkboxes .form-item .form-checkbox,
#user-profile-form .form-radios .form-item .form-radio, #user-profile-form .form-checkboxes .form-item .form-checkbox {
  vertical-align: top;
}
#user-register-form .form-wrapper,#user-register-form .captcha{
  width: 100%;
  float:left;
}
#user-register-form .field-name-field-user-firstname,
#user-register-form .field-name-field-user-lastname
{
  float: left;
  width:48% !important;
  margin-right: 4%;
}
.field-name-field-user-middlename{
  display:none;
}
#user-register-form .field-name-field-user-lastname{
  margin-right: 0px;
}
.field-name-field-user-newsletter label{
  width:100%;
}
#user-register-form .captcha {
  position: relative;
}
#user-register-form .captcha .form-item{
  width:70%;
  float:left;
}
#user-register-form .captcha img {
position: absolute;
bottom: 12px;
right: 0px;
width: 27%;
height: 37px;
border:2px solid #aaa;
}
#user-register-form .captcha .description{
  display: none;
}
#user-register-form .form-type-password, #user-profile-form .form-type-password {
  width: 100%;
}

#user-register-form div.password-strength, #user-register-form div.password-confirm,
#user-profile-form div.password-strength, #user-profile-form div.password-confirm {
  margin: 0;
  width:50%;
}

#user-register-form .form-item-name, #user-profile-form .form-item-name {
  display: none;
}
#user-register-form  input#edit-submit{
  padding: 10px;
  border-radius: 4px;
}

/*	Note style
---------------------------------------------------------------------------	*/
.note {
  background: none repeat scroll 0 0 #FFF1CC;
  border: 1px solid #EFB010;
  padding: 10px;
  line-height: 1.2;
}

.note p {
  margin: 0 0 10px;
}

.note.right {
  clear: right;
  float: right;
  margin: 0 0 10px 10px;
  width: 30%;
}

/*	Dialog Node style
---------------------------------------------------------------------------	*/
a.help-dialog {
  background: url(../images/icon_help.png) no-repeat 0 0;
  display: inline-block;
  width: 16px;
  height: 16px;
}

#fancybox-outer {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

#fancybox-title {
  background: url("../images/caption_bg.png") repeat-x scroll 0 0 transparent;
  color: #CCCCCC;
  font-size: 18px;
  font-weight: bold;
  height: 29px;
  padding: 2px 10px 0;
  text-shadow: 1px 1px 2px #333333;
  left: 0;
  position: absolute;
  top: 10px;
  width: 580px !important;
  text-align: left;
}

#fancybox-close {
  background: url("../images/icon_close.png") no-repeat scroll 0 0 transparent;
  height: 9px;
  right: 20px;
  top: 21px;
  width: 9px;
}

#fancybox-content {
  padding-top: 31px;
}

#fancybox-content > div {
  overflow: hidden !important;
  border: 1px solid #CCCCCC;
}

.dialog-node .node {
  overflow-x: hidden;
  overflow-y: auto;
  width: 580px;
  max-height: 500px;
  padding: 0.6em 10px 1.5em;
}

.dialog-node .node-title {
  display: none;
}

/*  WhoRepresents Standard Table
---------------------------------------------------------------------------- */
.whorepresents-table {
  border: 1px solid #CCCCCC;
  width: 100%;
}

.section .whorepresents-table {
  width: 700px;
  margin: 0 10px;
}

.whorepresents-table thead {
  background: none repeat scroll 0 0 #FFFFFF;
  font-weight: bold;
}

.whorepresents-table thead th {
  border-bottom: 1px solid #CCCCCC;
  padding: 5px;
  text-align: left;
}

.whorepresents-table tbody tr {
  background: none repeat scroll 0 0 #FFFFFF;
}

.whorepresents-table tbody tr:nth-child(2n+1) {
  background: none repeat scroll 0 0 #EEEEEE;
}

.whorepresents-table tbody tr:hover {
  color: #EFB010;
}

.whorepresents-table tbody td {
  padding: 2px 5px;
}

.account-active {
  color: green;
}

.account-blocked {
  color: red;
}

p.address {
  margin: 0 0 10px;
}

#page .node ul {list-style: disc;}

#page .node ol {list-style: decimal;}

#page .node ul li, #page .node ol li {list-style: inherit;}
