﻿/*---------------------------------------------------FONT-----------------------------------------------------------------------*/

body {
  margin: 0;
  font-family: Arial, Verdana, Sans-Serif;
  background: url("images/top.png") repeat-x;
  width: 100%;
}

@media (max-width: 1024px) {
  body {
    margin: 0;
    font-family: Arial, Verdana, Sans-Serif;
    background: url("images/top.png") repeat-x;
    width: 1024px;
  }
}

strong {
  font-weight: bold;
}

a:link, a:visited, a:active {
  color: #3460AE;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

a.SmallLink {
  font-size: 11px;
}

p {
  margin: 1em 0;
}

h2 {
  color: #003366;
  font: bold 16px Arial;
  padding-bottom: 10px;
}


#MaterialType, .data-val-applied-load, .AreaUse, .wide-select {
  width: 410px;
}


.exposure-select {
  width: 345px;
}


.Help {
  padding-left: 5px;
  vertical-align: 9%;
}

.precamber {
  padding: 1px;
}

.HelpImage {
  margin-top: -2px;
  vertical-align: middle;
}


.HelpInfo {
  display: none;
  font-size: 12px;
  width: 350px;
  position: absolute;
  top: 0px;
  background-color: #FFFAE6;
  word-wrap: break-word;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px;
  box-shadow: 10px 10px 5px #888888;
  white-space: normal;
}


.ui-tooltip {
  font-size: 12px;
}

#MemberUseRow {
  display: none;
}

input[type='text'], input[type='password'] {
  height: 22px;
  line-height: 22px;
}

fieldset.account input[type='text'], input[type='password'] {
  width: 200px;
}

#top {
  width: 960px;
  width: 1024px;
  margin: 0 auto;
}

/*------------------------------------------------NAVIGATION------------------------------------------*/
#navigation {
  float: left;
  padding-left: 0;
  margin-left: 0;
  margin: 21px 0 0 30px;
  list-style: none;
}

  #navigation > li {
    float: left;
    height: 24px;
    line-height: 24px;
    position: relative;
    z-index: 200;
    margin: 0 7px;
    cursor: pointer;
    height: 24px;
  }

    #navigation > li > a:hover {
      color: #c9ded6;
    }

    #navigation > li > a {
      height: 43px;
    }

  #navigation a {
    font-size: 13px;
    color: White;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 0 13px;
  }

.menu-item-left, .menu-item-middle, .menu-item-right {
  height: 24px;
  float: left;
}

.menu-item-left, .menu-item-right {
  width: 5px;
}

#navigation a.selected {
  padding: 0;
}

.selected .menu-item-middle {
  padding: 0 8px;
}

.dropdown-wrapper {
  padding-top: 10px;
  position: absolute;
  left: -3px;
  top: 30px;
  display: none;
  padding-top: 10px;
}

.drop-down-top {
  background: url('images/dropdown_top.png') no-repeat left top;
  width: 21px;
  height: 11px;
  top: 30px;
  position: absolute;
  left: 7px;
  z-index: 1000;
  display: none;
}

#navigation > li ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  -moz-box-shadow: 1px 1px 7px #3c3c3c;
  -webkit-box-shadow: 1px 1px 12px #3c3c3c;
  box-shadow: rgba(0,0,0,0.50) 0px 0px 7px 1px;
}

#navigation li li {
  line-height: 30px;
  white-space: nowrap;
}

#navigation > li:hover .dropdown-wrapper, #navigation > li:hover .drop-down-top {
  display: block;
}

#navigation li li a {
  padding: 0 17px;
  color: #22375e;
  background-color: #c9ded6;
  border-top: solid 2px #dfece7;
}


#navigation li li:first-child > a {
  border-top: none;
}

#navigation li li a:hover {
  background-color: #d8e7e1;
}


#navigation ul li a:hover {
  color: #fff;
}

#navigation li.menu-item-bottom {
  height: 2px;
}

#navigation a.notLive, a.notLive:hover {
  color: #C0C0C0;
}

#navigation ul li a.notLive:hover {
  color: #C0C0C0;
}

#navigation ul ul {
  display: none;
  position: absolute;
  top: 0;
  z-index: 3;
}

#navigation ul > li {
  position: relative;
}

  #navigation ul > li:hover ul {
    display: block;
  }

/*------------------------------------------------END OF NAVIGATION-----------------------------------*/

#account_panel {
  height: 47px;
  float: right;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 17px;
}

#login-status {
  float: right;
  line-height: 31px;
  color: #8ab5b7;
  text-decoration: none;
}

  #login-status:hover {
    text-decoration: underline;
  }

#button_login {
  float: right;
  margin-left: 12px;
}

#header {
  background-image: url("images/bg_content_top.png");
  clear: both;
  padding-bottom: 2px;
  padding-top: 1px;
  width: 100%;
}

/*Additional css for the home header which looked to shallow when it was reduced in internal screens*/
.home-header {
  padding-top: 10px;
  height: 230px;
}

#header-middle {
  width: 960px;
  width: 1024px;
  margin: 0 auto;
}

#header h1 {
  color: White;
  font: 27px "Arial";
  margin: 10px 0 16px;
  text-shadow: 0 -1px 0 #000000;
  /*
  float:left;
  width:700px;    
    */
}

@media (max-width: 1024px) {
  #header h1 {
    margin-left: 15px;
  }
}


/*------------------------------------HOME PAGE-------------------------------------------------*/

#header .left {
  width: 470px;
}

#header p {
  font-size: 16px;
  color: White;
  margin-bottom: 15px;
}

#logo {
  display: block;
  width: 180px;
  float: left;
}

@media (max-width: 1024px) {
  #logo {
    margin-left: 15px;
  }
}

.buttons {
  /*overflow: hidden;*/
}

.button-save {
  background: url("images/button_save.png") no-repeat;
  border: none;
  width: 96px;
  height: 44px;
  cursor: pointer;
  text-indent: -9999px;
}

  .button-save:hover {
    background-position: 0 -44px;
  }

.buttons .button {
  float: left;
  margin-right: 8px;
}

#middle-section {
  padding-top: 1px;
  background: url('images/home_middle.png') repeat-x;
  color: #333333;
  font-size: 15px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

#home-centre {
  position: relative;
  width: 960px;
  width: 1024px;
  margin: 0 auto;
}

#home-banner {
  position: absolute;
  padding: 0 30px 0 30px;
  width: 596px;
  height: 448px;
  background: url('images/home_banner.png') no-repeat;
  left: 396px;
  top: -178px;
}

#banner-over {
  width: 170px;
  height: 183px;
  background: url('images/home_banner2.png') no-repeat;
  position: absolute;
  left: 265px;
  top: 265px;
  z-index: 2000;
}

#banner-inner {
  width: 100%;
  height: 100%;
}

  #banner-inner:hover #preview {
    visibility: visible;
  }

#preview {
  width: 384px;
  height: 354px;
  position: absolute;
  background: url('images/bg_preview.png') no-repeat;
  left: 188px;
  top: 40px;
  z-index: 200;
  visibility: hidden;
}

  #preview .right {
    display: block;
    float: left;
    background: url('images/preview1.png') no-repeat;
    width: 106px;
    height: 112px;
    margin: 106px 0;
  }

#button-preview {
  display: block;
  float: left;
  background: url('images/button_preview.png') no-repeat left top;
  margin: 132px -42px 0 0;
  width: 188px;
  height: 43px;
  color: White;
  text-align: center;
  font-weight: bold;
  line-height: 39px;
  text-transform: uppercase;
  text-shadow: #000 0px -1px 0px;
}

  #button-preview:hover {
    background-position: 0 -45px;
    text-decoration: none;
  }

#feature-list {
  list-style: none;
  margin-top: 0;
  margin-left: 0;
  padding: 20px 30px 0 0;
  width: 438px;
}


  #feature-list li {
    background: url('images/bg_feature.png') no-repeat;
    padding-left: 26px;
    line-height: 1.5em;
    margin: 5px 0;
  }


#header p.home_logged_in, #header p.home_logged_in a {
  padding-top: 0px;
  color: #FFD800;
  max-width: 465px;
}

  #header p.home_logged_in a {
    text-decoration: underline;
  }

/*-------------------------------------------------------------------------------------------------*/

#footer {
  width: 960px;
  width: 1024px;
  margin: 19px auto 12px;
  border-top: solid 1px #c9ded6;
  border-bottom: solid 8px #c9ded6;
  clear: both;
}


#footer_links {
  margin: 12px 0;
  padding-left: 0;
}

  #footer_links li {
    display: inline;
    margin-left: 20px;
  }

  #footer_links a {
    color: #999999;
    text-decoration: none;
    font-size: 12px;
  }

    #footer_links a:hover {
      text-decoration: underline;
    }

/*-------------------------------------------BUTTONS------------------------------------------*/

a.button {
  text-transform: uppercase;
  color: White;
  font-weight: bold;
  text-decoration: none;
  text-shadow: #000 0px -1px 0px;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}

.button:hover {
  text-decoration: none;
}

.button.small {
  height: 33px;
  line-height: 30px;
}

.button.large {
  height: 44px;
  line-height: 40px;
}

.button span {
  display: block;
}

.button-left {
  float: left;
  width: 4px;
  height: 100%;
  background-repeat: no-repeat;
}

.button-middle {
  float: left;
  height: 100%;
  text-align: center;
  padding: 0 4px;
}

.button-right {
  float: left;
  width: 5px;
  height: 100%;
  background-repeat: no-repeat;
}

.button.small:hover span {
  background-position: 0 -34px;
}

.button.large:hover span {
  background-position: 0 -45px;
}

.button.small.green .button-left {
  background-image: url('images/button-green-left.png');
}

.button.small.green .button-middle {
  background-image: url('images/button-green.png');
  background-repeat: repeat-x;
}

.button.small.green .button-right {
  background-image: url('images/button-green-right.png');
}


.button.large.green .button-left {
  background-image: url('images/button_green_left_large.png');
}

.button.large.green .button-middle {
  background-image: url('images/button_green_middle_large.png');
  background-repeat: repeat-x;
}

.button.large.green .button-right {
  background-image: url('images/button_green_right_large.png');
}

.button.large.red .button-left {
  background-image: url('images/button-red-left-large.png');
}

.button.large.red .button-middle {
  background-image: url('images/button_red_middle_large.png');
  background-repeat: repeat-x;
}

.button.large.red .button-right {
  background-image: url('images/button_red_right_large.png');
}

.button.large.blue .button-left {
  background-image: url('images/button_blue_left_large.png');
}

.button.large.blue .button-middle {
  background-image: url('images/button_blue_middle_large.png');
  background-repeat: repeat-x;
}

.button.large.blue .button-right {
  background-image: url('images/button_blue_right_large.png');
}

.button.small .button-middle {
  _width: 54px;
  min-width: 54px;
}

.button.large .button-middle {
  _width: 125px;
  min-width: 0px;
}


#text.dialog-text p {
  margin: 0px;
}


/*--------------------------------CONTENT------------------------------------------------------------*/

#content {
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 960px;
  width: 1024px;
  margin: 26px auto;
  background-color: #e2eee9;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 20px;
}


  #content.wide {
    width: 1200px;
  }


  #content em {
    font-size: 14px;
    font-style: italic;
  }


#member-selection-container {
  padding: 0 20px 10px;
  overflow: hidden;
}

.member-tile-container {
  width: 300px;
  height: 300px;
  margin: 0 3px;
  background: url('images/member_tile_body.gif') left 10px;
}

.member-tile {
  width: 300px;
  height: 330px;
  display: block;
  margin: 1 5px 3px 0px 3px;
  background: url('images/member_tile.gif') left 10px;
  border-bottom: solid 5px #c9ded6;
  text-align: center;
  float: left;
  position: relative;
}

.member-tile-top {
  background: url("images/member_tile_top.png") no-repeat;
  width: 256px;
  height: 43px;
  float: left;
  text-align: left;
  line-height: 38px;
  padding-left: 22px;
  padding-right: 22px;
  color: White;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 -1px 0 #000000;
  position: absolute;
  left: 0;
  top: 0;
}

span.small-text {
  font-size: 14px;
  line-height: 1.2em;
  margin-top: 4px;
  display: block;
}

.member-image {
  display: block;
  width: 290px;
  height: 290px;
  margin: 40px auto 0;
  padding-left: 5px;
  position: absolute;
}

.member-preview {
  width: 290px;
  height: 290px;
}


.member-hover-block {
  position: absolute;
  left: 84px;
  top: 140px;
  display: none;
}

.member-tile:hover {
  background: url('images/member_tile_hover.gif') left 10px;
  border-bottom-color: #ffd800;
}

  .member-tile:hover .member-tile-top {
    color: #c9ded6;
  }

  .member-tile:hover .member-hover-block {
    visibility: visible;
  }


#deleteContent {
  padding: 15px 0 60px 22px;
}

  #deleteContent ul {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #deleteContent li {
    list-style-type: circle;
    margin-left: 30px;
  }

  #deleteContent p {
    padding-top: 10px;
  }



#RegistrationSuccessful {
  margin-bottom: 30px;
}

  #RegistrationSuccessful p {
    padding: 15px 0 40px 22px;
  }

#SubscriptionContent {
  padding: 15px 0 80px 22px;
}

#CountryId {
  width: 212px;
}

#StateId {
  width: 212px;
}

#AccountStateRow {
  
}

input[type="radio"] {
  margin-right: 15px;
}


/*----------------------------------------DESIGN----------------------------------------------*/

#content h2 {
  text-transform: uppercase;
}

#content_header {
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #c9ded6;
  width: 938px;
  width: 1002px;
  overflow: hidden;
  padding-bottom: 10px;
  padding-left: 22px;
  padding-top: 17px;
}

  #content_header.wide {
    width: 1177px;
  }

  #content_header h2, .settings-panel {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
  }

.settings-panel {
  /*margin-left: 30px;*/
  margin-right: 10px;
}

#WindRegion {
  max-width: 220px;
  min-width: 200px;
}

.design-caption {
  width: 110px;
}

.design-input {
  width: 180px;
}

optgroup {
  font-weight: bold;
}

  optgroup option {
    font-weight: normal;
  }

#SectionsId {
  opacity: 0.1;
  filter: alpha(opacity=10); /* For IE8 and earlier */
  width: 320px;
}

  #SectionsId.wide {
    width: 400px;
    height: 150px;
  }


.design-material {
  margin-right: 4px;
}

.maximum {
  display: none;
  font-size: 10px;
  color: #ffffff;
  background-color: #1C5EA0;
  padding: 2px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-box-shadow: 1px 1px 3px #3c3c3c;
  -webkit-box-shadow: 1px 1px 3px #3c3c3c;
  box-shadow: 1px 1px 3px #3c3c3c;
}


  .maximum:hover {
    text-decoration: none;
  }


a.maximum {
  color: #ffffff;
}

.no-solutions {
  color: red;
}


/*-----------------------------------------------TERMS AND CONDITIONS  DIALOG---------------------------------------------*/

#dialog-terms-and-conditions {
}

  #dialog-terms-and-conditions p {
    font-weight: normal;
    font-size: 14px;
  }

/*-----------------------------------------------DESIGN CRITERIA DIALOG---------------------------------------------*/

#dialog-design-criteria {
  display: none;
}


.ui-dialog .ui-dialog-content {
  background-color: #E2EEE9;
}

.modal {
  width: 825px;
  background-color: #E2EEE9;
  font-size: 14px;
  margin-right: 10px;
}

  .modal p {
    font-size: 0.9em;
  }

.modal-top h2 {
  text-transform: uppercase;
  line-height: 56px;
  margin-top: 0;
}


.modal-bottom {
  background: url('images/design_criteria_bottom.png') no-repeat;
  height: 12px;
}


#additional-dead-load td, .page-content td {
  border: 1px solid #C7D1CD;
  margin-bottom: 30px;
  padding: 10px 25px;
}

  #additional-dead-load td.Heading {
    font-weight: bold;
  }



.criteria-table {
  border-collapse: collapse;
}

  .criteria-table th {
    border-bottom: solid 1px #c7d1cd;
    font-weight: bold;
    padding-bottom: 5px;
  }

  .criteria-table tr td {
    border-bottom: solid 1px #c7d1cd;
    padding: 5px 0px 5px 0;
  }

  .criteria-table tr.top td {
    padding: 10px 5px 2px 0;
    padding-top: 10px;
    border-bottom: none;
  }

  .criteria-table tr.bottom td {
    padding: 2px 5px 10px 0;
    padding-bottom: 10px;
  }


  .criteria-table tr.top .last, .criteria-table tr.bottom .last {
    padding-right: 12px;
  }

  .criteria-table td .caption {
    width: 115px;
    display: inline-block;
  }


  .criteria-table td .caption-imposed-load {
    width: 185px;
    display: inline-block;
  }

  .criteria-table td .caption-frequency {
    width: 75px;
    display: inline-block;
  }


  .criteria-table th {
    text-align: left;
  }


.deflection-criteria-more {
  margin-top: 5px;
}

.h2-deflection-criteria {
  margin-top: 15px;
}

.lower {
  padding-top: 20px;
}

.upper {
  padding-top: 10px;
}

.criteria-table tfoot {
  margin-top: 20px;
}


.criteria-table input {
  text-align: right;
  width: 50px;
}

.criteria-table td .number:first-child {
  margin-left: 0;
}

.imposed-load-number {
  display: inline-block;
  width: 90px;
}


.default-frequency {
  display: inline-block;
  width: 150px;
}



.textbox.short {
  width: 62px;
  text-align: right;
}


.criteria-table tfoot td {
  padding: 18px 0 5px;
  border-bottom: none;
}

#liveloadPoint, #liveloadUDL, #liveloadUDLOverhang {
  border: none;
  background: url("images/light_green.gif") repeat-x scroll left 10px transparent;
}

#save_design_criteria {
  float: left;
  padding-top: 0px;
}

#default_design_criteria {
  float: left;
  padding-top: 0px;
  padding-left: 10px;
}

#cancel_design_criteria {
  float: left;
  padding-top: 0px;
  padding-left: 10px;
}

.buttonrow {
  float: left;
  margin-right: 10px;
}


.buttonrowsection {
  float: left;
  margin-right: 10px;
  padding-top: 5px;
}

#button_close {
  margin-left: 25px;
  text-decoration: none;
  font-weight: bold;
  color: #616161;
  cursor: pointer;
}

  #button_close:hover {
    text-decoration: underline;
  }

.options {
  padding-top: 15px;
}

#Options_Heading {
  padding-top: 15px;
  font-style: italic;
}

.modal-dialog p {
  padding-bottom: 15px;
}

.modal-dialog {
  display: none;
}

#Options_Heading {
  font-family: Verdana;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
}


.criteria-table td.description {
  width: 165px;
}

.criteria-table td.amount_left {
  width: 180px;
}

.criteria-table td.amount_right {
  width: 240px;
}


.LiveLoad {
  float: left;
  margin-right: 35px;
  margin-bottom: 10px;
}


.criteria-table input.liveloadinput {
  width: 50px;
  background: url("images/light_green.gif") repeat-x scroll left 10px transparent;
  border: medium none;
}


.manual-dialog-text {
  padding-top: 0px;
}

table.manual-dialog-table {
  border-collapse: collapse; /* 'cellspacing' equivalent */
  margin-bottom: 10px;
}

  table.manual-dialog-table td, th {
    padding: 4px; /* 'cellpadding' equivalent */
  }


#table-designs th, td {
  padding: 10px;
}

#solutions th {
  padding: 0px;
}


#solutions th {
  font-weight: bold;
  text-decoration: underline;
  color: #003366;
}


.manual-load-description {
  width: 300px;
  text-align: left;
}

.manual-load-value {
  width: 80px;
  text-align: right;
}

/*--------------------------------------------END OF CRITERIA OVERLAY-------------------------------------------------------------------*/

#content-body {
  padding: 15px 15px 15px 22px;
  overflow: hidden;
}

#content-body-left {
  float: left;
  width: 538px;
}

  #content-body-left.narrow {
    width: 360px;
  }

#table-calculate {
  border-top: solid 1px #c7d1cd;
  border-collapse: collapse;
  width: 538px;
}

  #table-calculate tr {
    border-bottom: 1px solid #c7d1cd;
  }


.rowspacing {
}

#table-calculate .caption {
  width: 106px;
}

#table-calculate {
  width: 155px;
}

.table-deflection-limit {
  margin-bottom: 20px;
}

  .table-deflection-limit td {
    text-align: center;
    padding: 10px 10px 10px 10px;
  }

  .table-deflection-limit tr, .table-deflection-limit td {
    border: 1px solid #c7d1cd;
  }

  .table-deflection-limit .ColumnAddUser {
  }

  .table-deflection-limit .ColumnAddUserHeading {
    font-weight: bolder;
  }



.layout1 #table-calculate td {
  border-top: solid 1px #c7d1cd;
  padding: 11px 0 12px;
  white-space: nowrap;
}

.layout2 #table-calculate td {
  border-top: solid 1px #c7d1cd;
  border-bottom: solid 1px #c7d1cd;
  padding: 10px 0px 10px 0;
  white-space: nowrap;
}

  .layout2 #table-calculate td.caption {
    padding-left: 42px;
    width: 106px;
  }

    .layout2 #table-calculate td.caption:first-child {
      padding: 0;
    }


#table-calculate input, #table-subscription-new input {
  max-width: 62px;
  text-align: right;
}

  #table-subscription-new input.credit-card {
    max-width: 200px;
    text-align: left;
  }


#table-subscription-new .verification {
  text-align: left;
  width: 50px;
}

#table-calculate select {
  width: expression(document.body.clientWidth > 260? "260px": "auto" );
}


#AddPrecamber {
  margin-left: 10px;
}

#AddPrecamberRow {
  display: none;
}

#table-users tr, #table-users td, #table-designs tr, #table-designs td, #table-designs th {
  border: 1px solid #C7D1CD;
}

#table-users .ColumnAddUser, .action {
  padding: 10px 10px 10px 10px;
}

#table-users .ColumnAddUserHeading, th {
  padding: 10px 10px 10px 10px;
  padding-left: 0px;
  font-weight: bolder;
}

td.right {
  text-align: right;
}

td.left {
  text-align: left;
}

/*-----------------------------------------------Edit Account Details---------------------------------------------*/
fieldset .form-row:last-child {
  border: none;
}

#table-account {
  margin-top: 18px;
  border-collapse: collapse; /*border-top: 1px solid #C7D1CD;*/
  padding-left: 18px;
}

  #table-account td {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #C7D1CD;
  }

  #table-account .form-row {
    border: none;
  }

.price_free {
  padding-left: 8px;
  padding-bottom: 10px;
}

#subscriptions {
  overflow: hidden;
}

#table-subscription {
  border-spacing: 8px;
  border-collapse: separate;
}

.button-purchase {
  background: url('images/button-purchase.png');
  width: 110px;
  text-align: center;
  height: 35px;
  display: block;
  padding-top: 9px;
  font-size: 0;
  margin: 13px auto 0;
  text-indent: -999px;
}

  .button-purchase:hover {
    background-position: 0 -45px;
  }

#table-subscription td {
  background-color: White;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 1px 1px 7px #3c3c3c;
  -webkit-box-shadow: 1px 1px 12px #3c3c3c;
  box-shadow: 1px 1px 7px #3c3c3c;
  text-align: center;
}

#table-subscription h3 {
  font-size: 1.3em;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px solid #003366;
  margin: 8px 0;
  padding-bottom: 8px;
}

.subscription-item {
  text-align: center;
  float: left;
  width: 253px;
  border: 3px solid #003366;
  background-color: White;
  padding: 10px;
  -moz-box-shadow: 1px 1px 7px #3c3c3c;
  -webkit-box-shadow: 1px 1px 12px #3c3c3c;
  box-shadow: 1px 1px 7px #3c3c3c;
  margin-right: 16px;
}

  .subscription-item h3 {
    font-size: 1.3em;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #003366;
    margin: 8px 6px;
    padding-bottom: 8px;
  }

.purchase-button {
  margin: 16px 0 0 80px;
}

.account-table {
  margin-top: 5px;
  margin-bottom: 20px;
}

  .account-table td {
    padding: 10px 25px 10px 25px;
    border-bottom: 1px solid #C7D1CD;
    border: 1px solid #C7D1CD;
    margin-bottom: 30px;
  }

    .account-table td.action {
      padding: 2px 5px 2px 5px;
      width: 90px;
    }

    .account-table td.narrow {
      max-width: 70px;
    }

    .account-table td.medium {
      max-width: 160px;
    }

#table-subscription-new {
  border-collapse: collapse;
  margin-left: 2px;
}

  #table-subscription-new td {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #C7D1CD;
  }

.pdf-link {
  padding-left: 1.5em;
  background: url('images/pdf.gif') no-repeat;
}


.NoUsers {
  text-align: right;
}

/*--------------------------------------------END of Edit Account Details-------------------------------------------------------------------*/

#member-image-right {
  float: right;
  width: 420px;
  text-align: center;
}

  #member-image-right img {
    max-width: 420px;
  }

#manualwindForm select {
  width: 220px;
}

.speed-item {
  margin-right: 0.6em;
}

  .speed-item:last-child {
    margin: 0;
  }


#description-block {
  text-align: left;
  font-size: 0.9em;
  background-color: #c9ded6;
  padding: 16px;
  color: #333333;
  margin-top: 12px;
}

  #description-block h4 {
    margin: 0;
    color: Black;
  }

  #description-block p {
    margin: 0;
  }



#design-buttons .button {
  float: left;
  margin-right: 12px;
}

/*-----------------------------------------ACCOUNT------------------------------------------------*/

fieldset.account {
  border: none;
  margin: 0;
  padding-top: 1px;
  padding-left: 0;
  width: 586px;
}

fieldset.address {
  margin-top: 18px;
  border: 1px solid #C7D1CD;
  padding: 18px;
  padding-bottom: 0;
  margin-bottom: 28px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

  fieldset.address p {
    margin-bottom: 1em;
  }

.account h4 {
  margin: 18px 0 6px;
  font-size: 1.1em;
  font-weight: bold;
  padding-bottom: 10px;
}

.form-row {
  clear: left;
  border-bottom: solid 1px #c7d1cd;
  overflow: auto;
  padding-bottom: 8px;
  margin-bottom: 10px;
  line-height: 25px;
}

  .form-row p {
    margin-top: .5em;
    line-height: 1.2em;
  }

.editor-field #IsAdmin {
  margin-top: 6px;
}

.form-row-reminder {
  clear: left;
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  line-height: 25px;
}

.form-row #middleValidation {
  clear: left;
  border-top: solid 1px #c7d1cd;
  overflow: hidden;
  padding: 10px 0;
  line-height: 25px;
}


.text-box {
  width: 212px;
}


.text-edit {
  width: 212px;
}


.number-edit {
  width: 50px;
  text-align: right;
}

.heading-link {
  margin-left: 20px;
}

.address .textbox {
  display: block;
  width: 212px;
}

.form-row-company {
  clear: left;
  padding: 10px 0;
  overflow: hidden;
  line-height: 25px;
}

fieldset legend {
  font-weight: bold;
}

fieldset.address .form-row.no-border {
  border: none;
  margin-bottom: 0;
}

fieldset.address .form-row select {
  padding-top: 3px;
}

fieldset.address .editor-label {
  width: 130px;
}


.editor-label-wide {
  width: 275px;
  display: inline-block;
}


.form-row.upgrade .editor-label, .form-row.upgrade .editor-field, .form-row.purchase .editor-label-wide, .form-row.purchase .editor-field {
  display: inline-block;
}


#button-register {
  padding-top: 15px;
}

#company-name-item {
  /*padding-bottom: 30px;*/
}

.editor-label {
  width: 170px;
  float: left;
  margin-right: 5px;
}

  .editor-label.wrap {
    float: none;
  }

.editor-field {
  display: inline-block; /* float: left;*/
}

  .editor-field #textbox {
    width: 212px;
  }

.captcha input {
  display: block;
  line-height: 22px;
  margin-top: 10px;
}

#modal-terms-and-conditions .modal-body {
  padding: 0 40px;
}

#button-close .button-middle, #button-send .button-middle {
  width: 62px;
  min-width: 62px;
}

#login-form .editor-label {
  width: 160px;
}

#button-login .button-middle {
  min-width: 82px;
  text-transform: uppercase;
}

.button-middle {
  width: 62px;
}

#button-login {
  width: 112px;
}

a.LogOff {
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 -1px 0 #000000;
  text-transform: uppercase;
}

#login-form #Password.textbox {
  display: inline-block;
  line-height: 35px;
}

#LogOnContainer {
  padding-top: 30px;
}

#ManageUsers {
  padding: 10px 0 0px 0;
}

.NewPassordMessage {
  color: Red;
}

#EditForm .editor-field {
  max-width: 746px;
}


.StudentEdit {
  width: 500px;
  height: 350px;
}


.StudentExpiry {
  margin-bottom: 20px;
}


.StudentExpiryRow {
  float: left;
  padding-right: 5px;
}

/*-----------------------------------------CHANGE LOG------------------------------------------------*/

.page-content ul {
  padding-left: 10px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 15px;
}



.content ul {
  padding-left: 10px;
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 15px;
}

.spanman-structural-software-compliance .heading {
  font-weight: bold;
  padding-right: 10px;
  width: 250px;
}

.spanman-structural-software-compliance td {
  padding-bottom: 10px;
}

.page-content li, .content li {
  padding-left: 10px;
  margin-left: 30px;
  list-style-type: circle;
}


/*Essential for MVC validation to work*/
/* Styles for validation helpers
-----------------------------------------------------------*/
#dialog-manual-wind {
  font-size: 14px;
}

.field-validation-error {
  color: Red;
}


.field-validation-valid {
  display: none;
}


.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}


.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}

.validation-summary-valid {
  display: none;
}

/*----------------------------CMS--------------------------------------------------*/
#cms-edit-box .editor-label {
  width: 110px;
}

#Heading.text-box {
  width: 305px;
}

#Text.multi-line {
  width: 678px;
  height: 505px;
}

/*---change log reset ----------*/

.page-content .validation-summary-errors li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.page-content .validation-summary-errors ul {
  margin-left: 0;
  padding-left: 0;
}

/* FAQs */
.question {
  color: #3460AE;
  cursor: pointer;
}

.faqs {
  width: 800px;
}

  .faqs .question + p {
    display: none;
  }

  .faqs h2 {
    margin-top: 1.6em;
    padding-bottom: 0;
  }

  .faqs > h2:first-child {
    margin-top: .5em;
    padding-bottom: 0;
  }


#contact-spanman-form {
  padding: 0 15px 15px 22px;
  overflow: hidden;
}

  #contact-spanman-form .textbox {
    width: 212px;
  }

  #contact-spanman-form .editor-label {
    width: 120px;
  }


.technical-table {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 0px;
}

/*MANUAL WIND DIALOG---------------------------------------------*/

#dialog-manual-wind select {
  width: 180px;
}

#dialog-manual-wind input {
  width: 48px;
  text-align: right;
  padding-right: 2px;
}

#dialog-manual-wind {
  display: none;
  clear: both;
  overflow: hidden;
  padding: 9px 18px;
}


#dialog-project {
  display: none;
  clear: both;
}


#member-image-right.wide {
  width: 570px;
}

  #member-image-right.wide img {
    max-width: 570px;
  }

input.NoUsers {
  text-align: right;
  width: 42px;
  padding-right: 2px;
}


/*DATA ENTRY DIALOGS WITHOUT A FORM---------------------------------------------*/

.manual-field-validation-error {
  display: none;
}


.EditManualLoad {
  display: none;
}


.building-height {
  vertical-align: top;
}

#orderBy {
}

  #orderBy input[type="radio"] {
    margin-left: 5px;
    margin-right: 3px;
  }


/*solutions start*/


#solutions-table {
  margin-top: 20px;
}


#solutions-div {
  padding-top: 25px;
}

#solutions {
  overflow: auto;
  height: 130px;
  background-color: #ffffff;
  display: inline-block;
}

#solutions-heading td {
  font-weight: bold;
}

#solution-wrapper td {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  border: none;
}

.solution-wrapper-narrow {
  width: 450px;
}

.solution-wrapper-wide {
  width: 700px;
}

#solution-wrapper .first-column {
  width: 250px;
}

#solution-wrapper .second-column {
  width: 250px;
}


#solution-wrapper .third-column {
  width: 80px;
}

#solution-wrapper .fourth-column {
  width: 120px;
}

#solutions-div .header {
  font-weight: bold;
  padding-bottom: 5px;
}


#solution-wrapper {
  background-color: #ffffff;
  display: inline-block;
}

#solutions-heading a {
  color: #000000;
}

  #solutions-heading a:hover {
    text-decoration: none;
  }

.sort-image {
  padding-left: 5px;
  margin-top: 2px;
}

#solutions tr.selected td {
  background-color: #3399FF;
  color: #ffffff;
}

#solutions tr {
  cursor: pointer;
}


#NoSolutions {
  color: red;
  padding-top: 10px;
}

#solutionNotes {
  padding-top: 10px;
}

#solutions-heading {
  width: 600px;
  margin-bottom: 6px;
}


h2.solutions {
  display: inline;
}

/*solutions end*/


#fb-root {
  width: 140px;
}

.survey {
  margin-bottom: 20px;
}


.textarea {
  width: 400px;
  height: 200px;
  line-height: 18px;
}


.image-upload {
  margin-top: 10px;
}

.text-input {
  width: 300px;
}


#MaterialSupplier tr {
  border-bottom: none;
}



.With1_2mOfRoof {
  float: left;
}


.With1_2mOfRoof_help {
  float: left;
  margin-left: 5px;
}


#CanCallMobile {
  display: none;
}

#project-actions {
  margin-top: 20px;
}

  #project-actions a {
    margin-right: 10px;
  }

#dialog-save-member td:first-child {
  width: 200px;
}

#dialog-save-member td.top {
  padding-top: 5px;
  padding-top: 20px;
}

#dialog-save-member td {
  padding-top: 5px;
  padding-bottom: 20px;
}


#dialog-save-member input {
  width: 300px;
}

.project-error {
  border: 2px solid red;
}


#design-buttons {
  margin-top: 10px;
}


.help-button {
  margin-top: 10px;
  float: right;
  margin-right: 0;
}


#table-subscription td {
  background-color: White;
  border-radius: 5px;
  box-shadow: 1px 1px 7px #3c3c3c;
  text-align: center;
  width: 250px;
}

.note {
  margin-top: 5px;
  font-size: 12px;
}


.printButton .button-middle {
  width: 112px;
}


#button-login .button-middle {
  min-width: 62px;
}


#button-login {
  width: 132px;
}


#ExtendTrial .button-middle {
  min-width: 380px;
}


#ExtendTrial, #button-login {
  width: 400px;
}

#button-no-thanks {
  width: 142px;
}


  #button-no-thanks .button-middle {
    width: 102px;
  }


#button_login {
  width: 112px;
}


  #button_login .button-middle {
    width: 72px;
  }

#PurchaseButton {
  width: 112px;
}


  #PurchaseButton .button-middle {
    width: 82px;
  }


#NewUserButton {
  width: 112px;
}

  #NewUserButton .button-middle {
    width: 82px;
  }

#button-AddUser {
  width: 112px;
}

  #button-AddUser .button-middle {
    width: 82px;
  }


#NoDesigns {
  display: none;
  z-index: 100;
  top: 200px;
  left: 200px;
  position: absolute;
  background-color: #2B3762;
  color: #ffffff;
  font-size: 11px;
  padding: 10px;
}


  #NoDesigns .firstRow td {
    font-weight: bold;
  }

#button-register {
  width: 112px;
}

  #button-register .button-middle {
    width: 82px;
  }



#default_design_criteria {
  width: 100px;
}


  #default_design_criteria .button-middle {
    width: 82px;
  }


#free-trial {
  width: 120px;
}


  #free-trial .button-middle {
    width: 102px;
  }


#dialog-manual-snow #adjacentNote {
  display: none;
  font-size: 11px;
  line-height: 1em;
  padding-top: 3px;
}


content-body-left.project-details {
  width: 700px;
}


.project-print-input {
  width: 500px;
}

a.certify {
  display: inline-block !important;
  font-size: 1em;
  font-family: Arial;
  color: #fff;
  background-color: #b1b6bb;
  text-align: center;
  margin: 0 auto;
  width: auto !important;
  height: auto !important;
  line-height: 45px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
}

#top-steel-row {
  border-bottom: none !important;
}

#top-steel-row td {
  padding-bottom: 0px !important;
}


.layout1 #table-calculate #top-steel td {
  border: none;
  padding-bottom:0px;
}


#top-steel-fields-row {
  display:none;
}


#top-steel-fields legend{
  font-weight:normal;
}



#top-steel-fields-row fieldset {
  display: block;
  -webkit-margin-start: 2px;
  -webkit-margin-end: 2px;
  -webkit-padding-before: 0.35em;
  -webkit-padding-start: 0.75em;
  -webkit-padding-end: 0.75em;
  -webkit-padding-after: 0.625em;
  min-width: -webkit-min-content;
  border: 1px solid #c7d1cd;
  border-image: initial;
}

#top-steel tr
{
  border:none;
}


.ConcreteSolutionsCell
{
  width:540px;
}

.token {
  width:300px;
}


#supplier-content-image {
  max-width:600px;
  max-height:300px;
}