﻿

.telgrid-pos .customizableSelect .gridContainer {
  margin-left: -245px !important; /*-550px*/
}

.dataTables_paginate {
    float: left !important;
}

.rotate {
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    -moz-transform: rotate(90deg); /* Firefox */
    -ms-transform: rotate(90deg); /* IE 9 */
    transform: rotate(90deg); /* Standard syntax */
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


.selectionDisplay {
    width: 80%;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

.fl, .floatLeft, .left {
    float: left !important;
}

.fr, .right {
  float: right;

}

.cl, .clearLeft {
  clear: left;
}

.cr, .clearRight {
  clear: right;
}

.cb, .clearBoth {
  clear: both;
}

.center {
  margin: 0 auto;
}

.None {
  float: none;
}

.Wide {
  width: 100%;
}

.text_left {
  text-align: left !important;
}

.Italic {
  font-style: italic;
}

.Bold {
  font-weight: bold;
}

.FontFace {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}


.modeTitle {
  display: none;
  color: #fff;
  line-height: 0px;
  margin: 0 auto;
  text-align: center;
  width: 350px;
}
/*** single dropdown ***/
.drop {
  float: right;
  margin-top: 5px;
}

.drop_container {
  width: 100px;
  height: auto;
  border: 1px solid #fff;
  background-color: #36A9E1;
  margin-left: -102px;
  *margin-left: -90px;
  top: 53px;
  z-index: 9999;
  position: absolute;
  text-align: center;
}

.blklinks {
  width: 100%;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
  float: left;
  *width: 100px;
}

  .blklinks a {
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    display: block;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    *background-image: none;
  }

    .blklinks a:hover {
      color: #0d4c6a;
    }

    /*.blklinks a.active {
      color:;
    }*/

.drop_container .dashright_links .blklinks a {
  *background-image: none;
  *width: 100px;
  *padding: 5px 0 10px 0;
}
/***** single dropdown end *******/
/***** customizable select *******/
.customizableSelect input[type="image"] {
  border: none;
  position: absolute;
  width: 15px;
}

.customizableSelect input.mltsel {
  border-width: 1px 0 1px 1px;
  float: none;
  width: 100px;
}

.customizableSelect .telgrid-wrap {
  display: none;
}

  .customizableSelect .telgrid-wrap.active {
    display: block;
  }
/***** customizable select end *******/

div.dataTables_filter {
    text-align: left !important;
}

.app_container {
    width: 100%;
}

.app_container_left {
  background-color: #f1f1f1;
  border: 1px solid #cdcdcd;
  float: left;
  left: 0;
  width: 250px;
}

  .app_container_left ul li a {
    text-decoration: none;
    color: #707070;
    font-size: 1.1em;
    display: block;
    padding: 10px 0 10px;
    *padding: 0px 0 0px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .app_container_left ul li:first-child a {
    width: 100%;
    display: block;
    background-position: center 25%;
    text-align: center;
    background-image: url(../images/obsolete/app_dashboard_icon.png);
    background-repeat: no-repeat;
    padding: 1%;
    padding: 70px 0 10px 0;
  }

    .app_container_left ul li:first-child a:hover {
      background-image: url(../images/obsolete/app_dashboard_active_icon.png);
      background-repeat: no-repeat;
      display: block;
      background-color: #383e4b;
      color: #ffffff;
    }

  .app_container_left ul li:nth-child(2) a {
    width: 100%;
    display: block;
    background-position: center 20%;
    text-align: center;
    background-image: url(../images/obsolete/app_article_icon.png);
    background-repeat: no-repeat;
    padding: 1%;
    padding: 70px 0 10px 0;
  }

    .app_container_left ul li:nth-child(2) a:hover {
      background-image: url(../images/obsolete/app_article_active_icon.png);
      background-repeat: no-repeat;
      display: block;
      background-color: #383e4b;
      color: #ffffff;
    }

  .app_container_left ul li:nth-child(3) a {
    width: 100%;
    display: block;
    background-position: center 20%;
    text-align: center;
    background-image: url(../images/obsolete/app_calender_icon.png);
    background-repeat: no-repeat;
    padding: 1%;
    padding: 70px 0 10px 0;
  }

    .app_container_left ul li:nth-child(3) a:hover {
      background-image: url(../images/obsolete/app_calender_active_icon.png);
      background-repeat: no-repeat;
      display: block;
      background-color: #383e4b;
      color: #ffffff;
    }

  .app_container_left ul li:nth-child(4) a {
    height: 7px;
    *height: 25px;
    display: block;
    background-image: url(../images/obsolete/blue_left_arrow.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
    right: 0;
  }

  .app_container_left ul li:nth-child(5) a {
    width: 100%;
    display: block;
    background-position: center 20%;
    text-align: center;
    background-image: url(../images/obsolete/app_library_icon.png);
    background-repeat: no-repeat;
    padding: 1%;
    padding: 70px 0 10px 0;
  }

    .app_container_left ul li:nth-child(5) a:hover {
      background-image: url(../images/obsolete/app_library_active_icon.png);
      background-repeat: no-repeat;
      display: block;
      background-color: #383e4b;
      color: #ffffff;
    }

  .app_container_left ul li:nth-child(6) a {
    width: 100%;
    display: block;
    background-position: center 20%;
    text-align: center;
    background-image: url(../images/obsolete/app_report_icon.png);
    background-repeat: no-repeat;
    padding: 1%;
    padding: 70px 0 10px 0;
  }

    .app_container_left ul li:nth-child(6) a:hover {
      background-image: url(../images/obsolete/app_report_active_icon.png);
      background-repeat: no-repeat;
      display: block;
      background-color: #383e4b;
      color: #ffffff;
    }

.app_container_right {
  background-color: #ebebeb;
  float: none;
  position: relative;
  width: auto;
}

    .app_container_right h5 {
        font-family: Arial,Helvetica,sans-serif !important;
        font-size: 1.2em;
        color: #ffffff;
        font-weight: normal;
        height: 37px;
        line-height: 37px;
        background-color: #000070;
        border-bottom: 1px solid #cdcdcd;
        padding-bottom: 1px;
        padding-left: 15px;
    }

.app_container_right_bottom {
  overflow: hidden;
  padding-left: 10px;
  padding-right: 0px;
}

  .app_container_right_bottom h4:first-child {
    font-size: 1.37em;
    color: #383e4b;
    font-weight: normal;
    float: left;
    margin: 0 0 15px 0;
  }

  .app_container_right_bottom h4:nth-child(2) {
    font-size: 1.37em;
    color: #383e4b;
    font-weight: normal;
    float: right;
    margin: 0 0 15px 0;
  }

.app_container_right_box {
  width: 98%;
  padding: 1%;
  background-color: #ffffff;
  box-shadow: 0 0 5px 5px #d8d8d8;
  margin: 0 0 30px 0;
}

.app_container_right_box_left {
  width: 30%;
  float: left;
}

.app_container_right_bottom .app_container_right_box:nth-child(4) .app_container_right_box_left a {
  text-decoration: none;
  font-weight: normal;
  font-family: Benguian;
  font-size: 1.5em;
  color: #383e4b;
  background-image: url(../images/material_library_icon.png);
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
  display: block;
  padding: 90px 0 0 0;
}

.app_container_right_box_right {
  width: 65%;
  *width: 69%;
  float: right;
}

  .app_container_right_box_right table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d2d2d2;
  }

  .app_container_right_box_right tr:nth-child(n+1) {
    background: #e9e9e9;
  }

  .app_container_right_box_right tr:nth-child(2n+1) {
    background: #f3f3f3;
  }

  .app_container_right_box_right tr:first-child td {
    font-family: calibrib;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 36px;
    border-bottom: 1px solid #d2d2d2;
    padding: 0 0 0 20px;
  }

  .app_container_right_box_right tr td:first-child {
    text-align: left;
  }

  .app_container_right_box_right tr td:nth-child(2) {
    text-align: right;
    padding: 0 40px 0 20px;
  }

  .app_container_right_box_right tr td:first-child {
    font-size: 1.1em;
    color: #4f4f4f;
    padding: 0 0 0 20px;
    line-height: 36px;
    text-align: left;
    border-bottom: 1px solid #d2d2d2;
  }

  .app_container_right_box_right tr td {
    font-size: 1.1em;
    color: #4f4f4f;
    padding: 0 30px 0 0;
    line-height: 36px;
    text-align: right;
    border-bottom: 1px solid #d2d2d2;
  }

.app_container_right_bottom .app_container_right_box:nth-child(5) .app_container_right_box_left a {
  text-decoration: none;
  font-weight: normal;
  font-family: Benguian;
  font-size: 1.5em;
  color: #383e4b;
  background-image: url(../images/weld_joints_icon.png);
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
  display: block;
  padding: 90px 0 0 0;
}

.app_container_right_bottom .app_container_right_box:nth-child(6) .app_container_right_box_left a {
  text-decoration: none;
  font-weight: normal;
  font-family: Benguian;
  font-size: 1.5em;
  color: #383e4b;
  background-image: url(../images/template.png);
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
  display: block;
  padding: 90px 0 0 0;
}

.app_container_right_bottom .app_container_right_box:nth-child(7) .app_container_right_box_left a {
  text-decoration: none;
  font-weight: normal;
  font-family: Benguian;
  font-size: 1.5em;
  color: #383e4b;
  background-image: url(../images/specification_document_icon.png);
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
  display: block;
  padding: 90px 0 0 0;
}

.app_footer {
  width: 100%;
  background-color: #36a9e1;
  min-width: 995px;
  bottom: 0;
  height: 32px;
  position: fixed;
}

.app_footer_in {
  width: 98%;
  margin: auto;
  padding: 0 1%;
}

.app_footer_in_left {
  float: none;
  line-height: 22px;
  padding: 5px 0;
  margin: 0;
}

  .app_footer_in_left ul li {
    display: inline-block;
    color: #ffffff;
    *float: left;
    border-right: 1px solid #ffffff;
  }

    .app_footer_in_left ul li:last-child {
      border-right: none;
    }

    .app_footer_in_left ul li a {
      text-decoration: none;
      color: #ffffff;
      font-size: 0.9em;
      padding: 0px 10px 0px 10px;
    }

    .app_footer_in_left ul li:first-child a {
      padding: 0px 10px 0px 0px;
    }

    .app_footer_in_left ul li a:hover {
      color: #0d4c6a;
    }

.app_footer_in_right {
  float: right;
}

  .app_footer_in_right p {
    font-size: 0.9em;
    color: #ffffff;
    line-height: 32px;
  }

    .app_footer_in_right p a {
      text-decoration: none;
      color: #ffffff;
    }

      .app_footer_in_right p a:hover {
        color: #0d4c6a;
      }
/*** PageDesign ***/


.PageDesign a {
  text-decoration: none;
  color: #3663af;
}

  .PageDesign a:hover {
    text-decoration: none;
    color: #000;
    font-weight: normal !important;
    outline: none !important;
  }

  .PageDesign a:active {
    color: #000;
  }

/*** PageDesign end ***/
.SubHeader {
  margin-top: 0px;
  width: 646px;
  max-height: 10px;
}

.Footer {
  float: left;
  width: 943px;
  height: 75px;
}

.SectionPlan {
  float: left;
  width: 1000px;
  padding-bottom: 10px;
}

.ColumnPlan {
  float: left;
  width: 235px;
}

.Heading {
  padding-left: 3px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.Color_Bg {
  background: #f4f4f4;
}

.Color_Dark {
  color: #535353;
}

.Color_Faint {
  color: #999999;
}

.Color_Heading_BG {
  background-color: #CCCCCC;
}

.Color_Entry_Selected {
  background-color: #dbdbdb;
}

.Color_Description {
  color: #a17f45;
}

.Color_SubHeading {
  color: #2A2A2A;
}

.Color_Panel_Medium_Heading_BG {
  background-color: #e3e3e3;
}
/*** Common Properties Panels ***/
.Panel {
  float: left;
  width: 943px;
  margin-bottom: 10px;
}

.Panel_Medium {
  width: 302px;
  float: left;  
}

.Panel_Small {
  width: 200px;
  float: left;
  height: 250px;
}

.Panel_Small_sites {
  width: 200px;
  float: left;
  height: auto;
  position: absolute;
}

.Panel_Medium1 {
  float: left;
  height: 254px;
  width: 400px;
}

.Panel_Medium .Heading {
  float: left;
  padding-left: 15px;
  width: 284px;
}

#PageDesign .SubHeading {
  float: left;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-top: 10px;
}

.Panel_Medium .Item input,
.Panel_Medium .Item select,
.Panel_Medium .t-combobox {
  width: 266px;
}

.Plan {
  width: 110px;
}

.Panel_Medium .Item input[type="checkbox"] {
  width: 25px;
}

.Panel_Medium .Item .Label {
}

.Panel_Large {
  float: left;
  width: 943px !important;
}

.SubHeader .Panel {
  float: right;
  width: 180px;
  text-align: right;
}
/*** Common Properties Panels end ***/
/*** Common Properties Items ***/


.item-div {
  float: left;
  margin-top: 10px;
  padding-left: 15px;
  width: 177px;
}

.Item_Small {
  float: left;
  width: 161px;
  margin-top: 10px;
  padding-left: 15px;
}

.Item_Small_Site {
  width: 161px;
  margin-top: 10px;
  padding-left: 15px;
}

.Item1 {
  float: left;
  width: 560px;
  margin-top: 10px;
  padding-left: 15px;
}

.Item2 {
  float: left;
  width: 560px;
  margin-top: 10px;
  padding-left: 15px;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 175px;
}

.Item .Line_Single {
  float: left;
}

  .Item .Line_Single .Label {
    float: left;
    width: 57%;
    margin-top: 4px;
  }

  .Item .Line_Single input {
    float: left;
    width: 15% !important;
  }

#PageDesign .Item_large textarea {
  height: 30px;
  width: 270px;
}

.Item_text textarea {
  float: left;
  width: 190px;
  height: 150px;
  margin-top: 5px;
}

.SubHeader .Label {
  float: left;
}
/*** Common Properties Items end ***/
/*** Gutter Properties ***/
.Gutter_Verical_Large {
  float: left;
  width: 18px;
}

.Gutter_Verical_Medium {
  float: left;
  width: 7px;
}

.Gutter_Verical_Small {
  float: left;
  width: 5px;
}

.Gutter_Verical_Smaller {
  float: left;
  width: 3px;
}

.Gutter_Horizontal_Large {
  float: left;
  width: 18px;
  height: 15px;
}

.Gutter_Horizontal_Medium {
  float: left;
  width: 2px;
  height: 10px;
}

.Gutter_Horizontal_Small {
  float: left;
  width: 100%;
  height: 5px;
}

.Footer .Gutter_Verical_Large {
  float: right;
  width: 18px;
}

.Footer1 .Gutter_Verical_Large {
  float: right;
  width: 18px;
}
/*** Gutter Properties end ***/
/*** Style Properties ***/

.Border_Table_Show {
  border: #c7c7c7;
  border-style: solid;
  border-width: 1px;
}

.Border_Left_Hide {
  border-left-style: none;
}

.Border_Right_Hide {
  border-right-style: none;
}

.Border_Top_Hide {
  border-top-style: none;
}

.Border_Bottom_Hide {
  border-bottom-style: none;
}
/*** Style Properties end ***/
.Asterix {
  color: #F00;
  padding-left: 5px;
  padding-right: 5px;
}

.Icon {
  padding-left: 6px;
  float: left;
}

.btnText {
  float: left;
  padding-left: 1px;
  font-size: 12px;
}

.btnImage {
  padding-left: 10px;
  margin-top: 1px;
}


.crossBtn {
  float: right;
  width: 15px;
  height: 10px;
  padding-top: 5px;
  padding-bottom: 15px;
  padding-right: 2px;
  cursor: pointer;
}

.crossBtn1 {
  float: right;
  width: 13px;
  height: 10px;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-right: 6px;
  cursor: pointer;
}

.Heading .crossBtn {
  padding-right: 10px;
  padding-top: 0;
  cursor: pointer;
}

.SiteWelders {
  width: 280px;
  height: 120px;
  float: left;
}

.CrossBtn {
  float: right;
  width: 15px;
  padding-right: 2px;
  padding-left: 2px;
  cursor: pointer;
}

.Welding_Material .Specifications .Heading {
  width: auto;
}

.Welding_Material .Section {
  width: 944px;
}

  .Welding_Material .Section .Heading_Bar {
    float: left;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 10px;
    width: 944px;
  }

/* 2/3 Column Layout End */
/*Start : Added by QUADLOGIX*/
.SelectField_small {
  width: 100px !important;
  /*background-color:#F99;*/
}

.SelectField_medium {
  width: 200px !important;
}

.PageDesign input.chkBxProRef {
  width: 15px !important;
}

/* TABLE
----------------------------------------------------------*/
.table-frm {
  border: solid 1px #e8eef4;
  border-collapse: collapse;
  font-family: Arial;
  font-size: 12px;
}

  .table-frm td {
    padding: 5px;
    border: solid 1px #e8eef4;
  }

  .table-frm th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
  }

  .table-frm td .Heading_Bar {
    float: left;
    height: 18px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-top: 10px;
  }
/**/
.PageDesign .Material_Grouping .t-combobox .t-input {
  width: 100px !important;
}

.PageDesign .t-reset {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  border: 0 none;
  font-size: 100%;
  list-style: none outside none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  text-decoration: none;
}

.rbtnunitParent1, .rbtnunitParent2 {
  float: left;
}

.rbtnunit {
  float: right;
  margin-top: 1px;
}

.tgrid-custom {
  width: 100% !important;
  max-width: 680px !important;
}

.telgrid-wrap {
  width: 100% !important;
  max-width: 500px !important; /*680px*/
  min-width: 500px !important;
  display: block;
  background: url('../images/gwp.app.ui.tel.grid.bg.png') #C6D4EA repeat-x;
  padding: 5px;
  position: absolute;
  z-index: 100001;
  border: 1px solid #A3ABB6;
  margin-top: -4px;
}

.telgrid-wrap2 {
  width: 100% !important;
  max-width: 350px !important; /*680px*/
  display: block;
  background: url('../images/gwp.app.ui.tel.grid.bg.png') #C6D4EA repeat-x;
  padding: 5px;
  position: absolute;
  z-index: 100001;
  border: 1px solid #A3ABB6;
  margin-top: -4px;
}

.btn-telgrid-close {
  background: url('../images/gwp.app.ui.tel.grid.btn.close.png') no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  outline: 0;
  border: none;
  vertical-align: middle;
  margin-top: 3px;
}

.btn-combo-close {
  width: 20px !important;
  height: 20px !important;
  overflow: hidden;
  padding-right: 20px;
  border: 0px !important;
}

.tgrid-td-xs {
  width: 10% !important;
}

.tgrid-td-s {
  width: 20% !important;
}

.tgrid-td-m {
  width: 30% !important;
}

.tgrid-td-l {
  width: 40% !important;
}
/*Commented by Saurabh 20141020: to fix the dropdwon grid margin left issue*/
/*.telgrid-pos{margin-left:-250px !important;}*/
/*Added by QUADLOGIX on 31.10.12*/
.expand {
  text-decoration: none;
  color: #000000 !important;
  font-weight: bold !important;
}

a.expand:hover {
  text-decoration: none;
  color: #0083B0 !important;
  font-weight: bold !important;
}
/*end*/
/*Added by QLX on 7 Dec 12*/
.User .Column {
  width: 292px;
}
/*end*/
/*added on 28 Feb 13 by QLX*/
.height10 {
  height: 10px;
}

.width100cent {
  width: 100%;
}

.boldFont {
  font-weight: bold;
}

.Hiddden {
  display: none;
}
/*end*/
input.small {
  width: 40px !important;
  height: 18px;
  border: 1px solid #E8E8E8;
  font-size: 11px;
  color: #252525;
  margin: 0;
}

input[type="text"].small {
  width: 40px !important;
  height: 18px;
  border: 1px solid #E8E8E8;
  font-size: 11px;
  color: #252525;
  margin: 0;
}

.greybg {
  background: #EDEDED;
}

.HelpIcon {
  padding-left: 6px;
  float: left;
  cursor: help;
}

.margBtm {
  margin-bottom: 5px;
  margin-left: 1px;
}

.margTop {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 750px;
}

.height10 {
  height: 10px;
}

.posRev {
  /* float: right;*/
  margin-top: 10px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

.posFixed {
  position: fixed;
}

.resetSmartSearch {
  width: auto !important;
  color: Blue;
  font-weight: bold;
  cursor: pointer;
  border: 0px none transparent;
}
/*Added by Namrata*/
.Test .ImpactTest {
  float: left;
  width: 462px;
  height: 250px; /*160 Qlx*/
}

.Mechanical_Tests .Row .Elevated .LabelsCladd {
  float: left;
  height: 80px;
  margin-right: 2px;
  margin-top: 16px;
  padding-left: 12px;
  width: 100px;
}

.Mechanical_Tests .Row .Elevated .Labels .LabelCladd {
  float: left;
  height: 17px;
  margin-right: 0;
  margin-top: 14px;
  padding-bottom: 2px;
  text-align: right;
  width: 300px;
}
/*Saurabh 20140813: For SmartSearchAssistant Dialog*/
.ui-widget.SSA {
  z-index: 10001 !important;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #ff0000;
  font-size: 12px;
}

.field-validation-valid {
  display: none;
}

.input-validation-error {
  border: 1px solid #ff0000 !important;
  background-color: #ffeeee !important;
}

.validation-summary-errors {
  /*font-weight: bold;*/
  color: #ff0000;
}

.validation-summary-valid {
  display: none;
}
/* Legacy Smart Search */
#footerSlideContainer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;
}

/* Home page css section Start */
.hp-mainDiv {
  width: 100%;
  position: relative;
  display: block;
}

.hp-maintable {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}

.hp-td-a {
  width: 100%;
  height: auto;
  /* white-space: nowrap;*/
  vertical-align: top;
  background: #ebebeb;
}

.hp-tr-a {
  border-bottom: 1px solid #CCCCCC;
}

.hp-tr-a-td1 {
  width: 30%;
  color: #8d8d8d;
  padding: 10px;
  text-transform: uppercase;
}

.hp-tr-a-td2 {
  color: #a8a8a8;
  padding: 10px;
  text-transform: capitalize;
  text-align: right;
}

.hp-Spacer {
  height: .01em;
}

.hp-tr-b {
  background: #F0F1F9;
  border: 1px solid #EAEBF7;
}

.hp-tr-b-td1 {
  width: 100%;
  color: #999999;
  padding: 10px;
}

.hp-tr-b-td1-tbl {
  width: 100%;
  border-collapse: separate;
}

.hp-tr-b-td1-tbl-td1 {
  border-right: 1px solid #EAEBF7;
  width: 25%;
  text-align: center;
  padding: 10px;
}

.hp-violet {
  color: #6772B8;
}

.hp-pink {
  color: #A35A8E;
}

.hp-green {
  color: #2D8C51;
}

.hp-tr-b-td1-tbl-td2 {
  border-left: 1px solid #fff;
  text-align: center;
  padding: 10px;
}

.hp-tr-b-td1-tbl-td2-tbl {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #fff;
}

.hp-tr-b-td1-tbl-td2-tr1 {
  border: 1px solid #fff;
  background: #D7DAEC;
  color: #6772B8;
  height: 38px;
}

.hp-VioletRow {
  width: 65%;
  border-right: 1px solid #EBEBEB;
  padding: 5px;
  text-align: left;
}

.hp-VioletRow-td2 {
  width: 35%;
  padding: 5px;
  text-align: left;
}

.hp-GrayRow {
  border: 1px solid #fff;
  background: #F5F5F5;
  color: #333333;
  height: 32px;
}

.hp-GrayRow-td {
  width: 65%;
  border-right: 1px solid #EBEBEB;
  padding: 5px;
  text-align: left;
}

.hp-whiteRow {
  border: 1px solid #fff;
  background: #ffffff;
  color: #333333;
  height: 32px;
}

.hp-tr-c {
  background: #FAF5F9;
  border: 1px solid #F3E9F0;
}

.hp-pinkRow {
  border: 1px solid #fff;
  background: #F4EAF2;
  color: #A35A8E;
  height: 38px;
}

.hp-tr-d {
  background: #F2F7F4;
  border: 1px solid #DFECE4;
}

.hp-GreenRow {
  border: 1px solid #fff;
  background: #E4EFE9;
  color: #2D8C51;
  height: 38px;
}

.ErrMessage {
  color: red;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
}
/* Home page css section end*/


.libraryColumnSectionLeft {
  float: left;
}

.libraryColumnMarginRight {
  margin-right: 15px;
}

.libraryColumnClearLeft {
  clear: left;
}

.select_button {
  width: auto;
  height: 32px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  background-color: #f1f1f1;
  display: inline-block;
  font-size: 0.9em;
  color: #383e4b;
  margin: 0 0 10px 0;
  float: right;
  cursor: pointer;
  color: #383e4b;
}

  .select_button:hover {
    background-color: #36a9e1;
    color: #ffffff;
  }
/*************** for scroll bar ***************/
#SuppressScrollX_left {
  height: 714px;
  *height: 868px;
  height: 868px \9;
  overflow: hidden;
}

#SuppressScrollX_right {
    height: 676px;
    height: 830px \9;
    overflow: hidden;
    overflow-x: hidden;
}

.contentHolder {
  position: relative;
  margin: 0px auto;
  overflow: hidden;
}
/*************** scroll bar end **************/
/*************** css for smart search ***************/
.smart_search {
  height: 36px;
  min-width: 995px;
  background-color: #00007e;
  padding: 0.5%;
  margin: 0 auto 0px auto;
  border: none;
  border-bottom: 1px solid #cdcdcd;
  width: auto;
}

  .smart_search a {
    text-decoration: none;
    display: block;
  }

.smart_search_button {
    *width: 250px !important;
    height: 36px;
    border: none;
    float: right;
    cursor: pointer;
    padding: 0 0 0 10px;
    background-image: -moz-linear-gradient(top, #dbe0e9 0%, #dbe0e9 50%, #9599a1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbe0e9), color-stop(100%,#9599a1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dbe0e9 0%,#9599a1 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #dbe0e9 0%, #dbe0e9 50%, #9599a1 100%);
    background-image: linear-gradient(to bottom, #dbe0e9 0%, #dbe0e9 50%, #9599a1 100%);
    background: linear-gradient(to bottom, #dbe0e9, #9599a1);
}

.smart_search_icon {
  width: 18px;
  display: block;
  height: 36px;
  float: left;
  background-image: url(../images/smart_search_icon.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.smart_search_text {
  *width: 150px !important;
  float: left;
  padding: 0 15px;
  line-height: 36px;
}

.smart_search_arrow {
  width: 9px;
  height: 36px;
  display: block;
  float: right;
  background-image: url(../images/input_gray_arrow.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 0 10px 0 0;
}

.smart_search_reset {
    *width: 100px !important;
    height: 36px;
    border: none;
    float: left;
    cursor: pointer;
    background-image: -moz-linear-gradient(top, #dbe0e9 0%, #dbe0e9 50%, #9599a1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbe0e9), color-stop(100%,#9599a1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dbe0e9 0%,#9599a1 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top, #dbe0e9 0%, #dbe0e9 50%, #9599a1 100%);
    background-image: linear-gradient(to bottom, #dbe0e9 0%, #dbe0e9 50%, #9599a1 100%);
    background: linear-gradient(to bottom, #dbe0e9, #9599a1);
}

.reset {
  width: 18px;
  display: block;
  height: 36px;
  float: left;
  background-image: url(../images/reset_icon.png);
  background-repeat: no-repeat;
  background-position: 10% 50%;
}

.reset_text {
  *width: 40px !important;
  display: block;
  height: 34px;
  float: left;
  line-height: 32px;
  padding: 0 20px 0 10px;
  color: #000;
}

.smart_search_container {
  width: 97%;
  padding: 1%;
  margin: 0 auto 10px auto;
  border: 1px solid #cccccc;
}
/*************** smart search end ***************/
/*************** header inline import ***************/
.telgrid-wrap {
  display: none;
}

.customizableSelect .selectionGrid {
  display: none;
}

.customizableSelect.showingGrid .selectionGrid {
  display: none;
}

.defaultCulture {
  display: none;
}

#importExportControls {
  width: 100%;
  right: 12px;
  top: 3px;
}

  #importExportControls.unavailable {
    visibility: hidden;
  }

  #importExportControls form {
    display: inline-block;
  }

  #importExportControls #importConsole {
    background-color: #fff;
    border: solid 1px #383e4b;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
    display: none;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 32px;
    width: 360px;
    z-index: 10000;
  }

  #importExportControls.active #importConsole {
    display: block;
  }

  #importExportControls #importConsole form {
    display: block;
  }

  #importExportControls input {
    float: none;
    margin-bottom: 0;
  }

    #importExportControls input[type="file"] {
      width: 100%;
    }

  #importExportControls #beginImport {
    display: none;
    margin: 10px auto 0;
  }

  #importExportControls.hasFile #beginImport {
    display: block;
  }

  #importExportControls button.select_button:hover {
    background-color: #00007e;
    color: #fff;
  }

  #importExportControls.active button.select_button {
    background-color: #00007e;
    color: #fff;
  }

    #importExportControls.active button.select_button:hover {
      background-color: #f1f1f1;
      color: #383e4b;
    }

.revisionControls {
  color: #000;
}

.revisionControls [type="button"] {
  visibility: hidden;
}

.revisionControls.hasNext .getNextRevision {
  visibility: visible;
}

.revisionControls.hasPrevious .getPreviousRevision {
  visibility: visible;
}

#footerSlideContainer {
  bottom: 32px;
}

  #footerSlideContainer #smartSearch {
    height: auto;
    position: absolute;
    top: -53px;
  }

    #footerSlideContainer #smartSearch button {
      margin: 8px;
    }

#footerSlideText table {
  border-spacing: 0;
}

#smartSearch {
  background-color: #00007e;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

  #smartSearch.inactive {
    display: none;
  }

  #smartSearch.updated {
    bottom: 32px;
    position: fixed;
  }

#smartSearchControls {
  padding: 8px;
}

#smartSearch table {
  border-spacing: 0;
}

.smartSearchClone {
  display: inline-block;
  font-size: 0;
  height: 16px;
  line-height: 0;
  overflow: hidden;
  text-align: center;
  text-indent: -3333px;
  vertical-align: middle;
  background-color: transparent;
  background-repeat: no-repeat;
  width: 16px;
  background-image: url('../images/clone-icon.gif');
  visibility: hidden;
}

.canClone .smartSearchClone {
  visibility: visible;
}

.smartSearchDelete {
  visibility: hidden;
}

.canDelete .smartSearchDelete {
  visibility: visible;
}

.smartSearchEdit {
  visibility: hidden;
}

.canEdit .smartSearchEdit {
  visibility: visible;
}

.actionForm {
  display: none;
}

#unitControls {
  visibility: hidden;
}

  #unitControls.isAvailable {
    display: inline-block;
    visibility: visible;
  }

#actionButtons.isSelecting.canSelect .toSelect {
  display: inline-block;
}

#actionButtons.isNotSelecting.emptyForm.canAdd .toAdd {
  display: inline-block;
}

#actionButtons.isNotSelecting.viewingItem.canClone .toClone {
  display: inline-block;
}

#actionButtons.isNotSelecting.viewingItem.canDelete .toDelete {
  display: inline-block;
}

#actionButtons.isNotSelecting.viewingItem.canEdit .toEdit {
  display: inline-block;
}

#actionButtons.isNotSelecting.viewingItem.canRevise .toRevise {
  display: inline-block;
}

#actionButtons form,
#actionButtons .toSelect {
  display: none;
}

#actionButtons.isNotSelecting.myProfile .toEdit {
  display: inline-block;
}

#actionButtons.isNotSelecting.emptyForm.canAdd.external .toAddMore {
  display: inline-block;
}

#actionButtons.isNotSelecting.viewingItem.canEdit.external .toAddMore {
  display: inline-block;
}

#libraryFormHeader .selectionNameDisplay {
  display: none;
}

#libraryFormHeader.isSelecting .selectionNameDisplay {
  display: inline;
}

#libraryFormHeader.isSelecting .libraryName {
  display: none;
}

.eceFormField.hiddenFormField {
  display: none;
}

.eceFormField .Asterix {
  display: none;
}

.eceFormField.required .Asterix {
  display: inline;
}



#libraryItemSelection {
  display: none;
}

  #libraryItemSelection #selectedLibraryItemDisplay {
    background-color: #fff;
    border: solid 1px #383e4b;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
    display: none;
    padding: 10px;
    position: absolute;
    right: 0;
    top: 100px;
    width: 200px;
    z-index: 10000;
  }

    #libraryItemSelection #selectedLibraryItemDisplay h2 {
      font-size: 1.25em;
      line-height: 1.5em;
    }

    #libraryItemSelection #selectedLibraryItemDisplay .completeSelection {
      display: block;
      margin: 10px auto 0;
      width: 150px;
    }

  #libraryItemSelection.multiselect #selectedLibraryItemDisplay {
    display: block;
  }

.radioGroup {
  display: inline-block;
  margin-left: 10px;
}

  .radioGroup:first-of-type {
    margin-left: 0;
  }

.t-grid-content td {
  white-space: nowrap;
}

.documentUploader {
  border: dashed 1px #000;
  border-radius: 5px;
  height: 46px;
  padding-left: 46px;
  position: relative;
}

  .documentUploader [type="file"] {
    display: none;
  }

  .documentUploader .fileSelectionActivator {
    background: none;
    background: url('../images/up_down_32x32_replace.png') 0 0 no-repeat;
    display: none;
    height: 36px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 36px;
  }

  .documentUploader .fileRemovalActivator,
  .documentUploader .attachDocumentPrompt,
  .documentUploader .fileDownloader,
  .documentUploader .selectedFileName {
    display: none;
  }

  .documentUploader.isEmpty .fileSelectionActivator {
    background-position: 0 0;
    display: block;
  }

  .documentUploader.hasSavedFile .fileSelectionActivator {
    background-position: 0 -32px;
    display: block;
  }

  .documentUploader.isEmpty .attachDocumentPrompt {
    display: block;
  }

  .documentUploader.hasFileSelected .fileRemovalActivator,
  .documentUploader.hasFileSelected .selectedFileName,
  .documentUploader.hasSavedFile .fileRemovalActivator,
  .documentUploader.hasSavedFile .fileDownloader {
    display: block;
  }

  .documentUploader.isEmpty.isReadOnly .attachDocumentPrompt,
  .documentUploader.isEmpty.isReadOnly .fileSelectionActivator {
    display: none;
  }

  .documentUploader.hasSavedFile.isReadOnly .fileRemovalActivator {
    display: none;
  }

.imageUploader {
  position: relative;
}
  .imageUploader .prompt {
    display: block;
    padding: 5px 0;
  }

  .imageUploader .imageContainer,
  .imageDisplay .imageContainer {
    position: relative;
  }

  .imageUploader img,
  .imageDisplay img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }

  .imageUploader .fileSelectionActivator {
    background: none;
    display: none;
    height: 36px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 36px;
  }

  .imageUploader .fileRemovalActivator,
  .imageUploader .attachDocumentPrompt,
  .imageUploader .selectedFileName {
    display: none;
  }

  .imageUploader.isEmpty .fileSelectionActivator {
    background-position: 0 0;
    display: none;
  }

  .imageUploader.hasSavedFile .fileSelectionActivator {
    background-position: 0 -32px;
    display: block;
  }

  .imageUploader.isEmpty .attachDocumentPrompt {
    display: block;
  }

  .imageUploader.hasFileSelected .fileRemovalActivator,
  .imageUploader.hasFileSelected .selectedFileName,
  .imageUploader.hasSavedFile .fileRemovalActivator {
    display: block;
  }

  .imageUploader.isEmpty.isReadOnly .attachDocumentPrompt,
  .imageUploader.isEmpty.isReadOnly .fileSelectionActivator {
    display: none;
  }

  .imageUploader.hasSavedFile.isReadOnly .fileRemovalActivator {
    display: none;
  }
/*************** header inline import end ***************/
#libraryItemMain .SubHeader .Panel {
  width: 107px;
}

.metricUnitsActive .imperialControl,
.imperialUnitsActive .metricControl {
  display: none;
}

.ece-disabled .removeSelection,
.ece-disabled .selectionActivator {
  display: none;
}

#libraryItemMain .headerBgColor {
  background-color: #ebebeb;
}

#libraryItemMain .headerDisplay {
  width: 100% !important;
  padding-left: 0 !important;
}

#libraryItemMain .text_left {
  text-align: left;
}

#libraryItemMain .borderTop {
  border-top: 1px solid #cccccc;
}

#libraryItemMain .borderRight {
  border-right: 1px solid #cccccc;
}

#libraryItemMain .shape_square,
#libraryItemMain .shape_round {
  display: none;
}

#libraryItemMain .isSquare .shape_square {
  display: block;
}

#libraryItemMain .isRound .shape_round {
  display: block;
}

/*************** publicAddressBook ***************/
#publicAddressBook .checkAddAsUser {
  display: none;
}

#publicAddressBook .contact_type.Item, .contact_type .Item {
  padding-left: 0;
}

#publicAddressBook .Item.partialItem.countryCode.last {
  padding-right: 0px !important;
}

#publicAddressBook .Item.partialItem.phoneNumber,
#publicAddressBook .Item.partialItem.phoneNumber.middle input,
#publicAddressBook .Item.partialItem.phoneNumber .t-combobox,
#publicAddressBook .Item.partialItem.phoneNumber textarea,
#publicAddressBook .Item.partialItem.phoneNumber select {
  width: 183px !important;
}

#publicAddressBook .Item.partialItem.businessPhoneNumber,
#publicAddressBook .Item.partialItem.businessPhoneNumber input,
#publicAddressBook .Item.partialItem.businessPhoneNumber .t-combobox,
#publicAddressBook .Item.partialItem.businessPhoneNumber textarea,
#publicAddressBook .Item.partialItem.businessPhoneNumber select {
  width: 102px !important;
}

#publicAddressBook .Item.partialItem.countryCode,
#publicAddressBook .Item.partialItem.countryCode input,
#publicAddressBook .Item.partialItem.countryCode .t-combobox,
#publicAddressBook .Item.partialItem.countryCode textarea,
#publicAddressBook .Item.partialItem.countryCode select {
  width: 66px !important;
}
/*************** publicAddressBook end ***************/
/*************** myProfile ***************/
#myProfile .SubHeader {
  width: 625px;
}

#myProfile .Item.partialItem {
  float: left;
  margin-left: 7px;
  padding-left: 0;
}

  #myProfile .Item.partialItem.first {
    margin-left: 0;
    padding-left: 15px;
  }

  #myProfile .Item.partialItem.last {
    float: none;
    margin-left: 154px;
  }

  #myProfile .Item.partialItem,
  #myProfile .Item.partialItem input,
  #myProfile .Item.partialItem .t-combobox,
  #myProfile .Item.partialItem textarea,
  #myProfile .Item.partialItem select {
    width: 190px !important;
  }

#myProfile .divEmergencies {
  display: none;
}

#myProfile .Item.partialItem.phoneNumber,
#myProfile .Item.partialItem.phoneNumber.middle input,
#myProfile .Item.partialItem.phoneNumber .t-combobox,
#myProfile .Item.partialItem.phoneNumber textarea,
#myProfile .Item.partialItem.phoneNumber select {
  width: 183px !important;
}

#myProfile .Item.partialItem.countryCode,
#myProfile .Item.partialItem.countryCode input,
#myProfile .Item.partialItem.countryCode .t-combobox,
#myProfile .Item.partialItem.countryCode textarea,
#myProfile .Item.partialItem.countryCode select {
  width: 66px !important;
}

#myProfile .Item.partialItem.businessPhoneNumber,
#myProfile .Item.partialItem.businessPhoneNumber input,
#myProfile .Item.partialItem.businessPhoneNumber .t-combobox,
#myProfile .Item.partialItem.businessPhoneNumber textarea,
#myProfile .Item.partialItem.businessPhoneNumber select {
  width: 102px !important;
}

#myProfile .minHeight {
  min-height: 320px;
}
/*************** myProfile end ***************/
/*************** privateAddressBook ***************/
#privateAddressBook .SubHeader {
  width: 625px;
}

#privateAddressBook .privateAddressBook .Item.itemContainerClass .Item {
  margin-top: 0;
}

#privateAddressBook .privateAddressBook .Item.partialItem {
  float: left;
  margin-left: 7px;
  padding-left: 0;
}

  #privateAddressBook .privateAddressBook .Item.partialItem.first {
    margin-left: 0;
    padding-left: 15px;
  }

#privateAddressBook .checkboxes {
  padding: 10px 0 10px 10px;
}

#privateAddressBook .radioButton {
  width: 30px;
  float: none;
}

#privateAddressBook .divUser {
  display: none;
}

#privateAddressBook .contact_type.Item, .contact_type .Item {
  padding-left: 0;
}

#privateAddressBook .Item.partialItem.countryCode.last {
  padding-right: 0px !important;
}

#privateAddressBook .Item.partialItem.phoneNumber,
#privateAddressBook .Item.partialItem.phoneNumber.middle input,
#privateAddressBook .Item.partialItem.phoneNumber .t-combobox,
#privateAddressBook .Item.partialItem.phoneNumber textarea,
#privateAddressBook .Item.partialItem.phoneNumber select {
  width: 183px !important;
}

#privateAddressBook .Item.partialItem.businessPhoneNumber,
#privateAddressBook .Item.partialItem.businessPhoneNumber input,
#privateAddressBook .Item.partialItem.businessPhoneNumber .t-combobox,
#privateAddressBook .Item.partialItem.businessPhoneNumber textarea,
#privateAddressBook .Item.partialItem.businessPhoneNumber select {
  width: 102px !important;
}

#privateAddressBook .Item.partialItem.countryCode,
#privateAddressBook .Item.partialItem.countryCode input,
#privateAddressBook .Item.partialItem.countryCode .t-combobox,
#privateAddressBook .Item.partialItem.countryCode textarea,
#privateAddressBook .Item.partialItem.countryCode select {
  width: 66px !important;
}
/*************** privateAddressBook end ***************/
/*************** user ***************/
#user .SubHeader {
  /* width: 625px;*/
  width: 100%;
}

#user .Item.partialItem {
  float: left;
  margin-left: 7px;
  padding-left: 0;
}

  #user .Item.partialItem.first {
    margin-left: 0;
    padding-left: 15px;
  }

  #user .Item.partialItem,
  #user .Item.partialItem input,
  #user .Item.partialItem .t-combobox,
  #user .Item.partialItem textarea,
  #user .Item.partialItem select {
    width: 125px !important;
  }

#user .checkAddAsUser {
  display: none;
}

#user .width100px {
  width: 100px !important;
}

#user .contact_type.Item, .contact_type .Item {
  padding-left: 0;
}

#user .Item.partialItem.countryCode.last {
  padding-right: 0px !important;
}

#user .Item.partialItem.phoneNumber,
#user .Item.partialItem.phoneNumber.middle input,
#user .Item.partialItem.phoneNumber .t-combobox,
#user .Item.partialItem.phoneNumber textarea,
#user .Item.partialItem.phoneNumber select {
  width: 183px !important;
}

#user .Item.partialItem.countryCode,
#user .Item.partialItem.countryCode input,
#user .Item.partialItem.countryCode .t-combobox,
#user .Item.partialItem.countryCode textarea,
#user .Item.partialItem.countryCode select {
  width: 66px !important;
}

#user .Item.partialItem.businessPhoneNumber,
#user .Item.partialItem.businessPhoneNumber input,
#user .Item.partialItem.businessPhoneNumber .t-combobox,
#user .Item.partialItem.businessPhoneNumber textarea,
#user .Item.partialItem.businessPhoneNumber select {
  width: 102px !important;
}
/*************** user end ***************/


/*************** banner fonts end ***************/
.imghomebanner {
    max-width: 100%;
    width: auto;
    height: auto;
    border: none;
}


img {
  max-width: 150px;
  width: auto;
  height: auto;
  border: none;
}

.cl {
  clear: left;
}

.cr {
  clear: right;
}

.cb {
  clear: both;
}

.header_top {
  background-color: white;
  /*background-color: #00007f;*/
  min-width: 1000px;
  width: 100%;
}

  .header_top .companyName {
    color: #fff;
    float: left;
    font-size: 18px;
    line-height: 36px;
    margin-left: 15px;
  }

  .header_top .header_controls {
    float: right;
  }

.header_top_in {
  width: 1000px;
  margin: auto;
  padding: 10px 0 0 0;
}

  .header_top_in button:first-child {
    width: 94px;
    height: 31px;
    border: 1px solid #0090ff;
    background-color: #0072c9;
    font-size: 1.1em;
    color: #ffffff;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    float: right;
  }

  .header_top_in button:nth-child(2) {
    width: 73px;
    height: 31px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    font-size: 1.1em;
    color: #5f6063;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    float: right;
    margin: 0 16px 0 0;
  }

.header_bottom {
  width: 100%;
  min-width: 1000px;
  height: 96px;
  background-color: #ffffff;
}

.header_bottom_in {
  width: 1000px;
  height: 96px;
  margin: auto;
}

.header_bottom_in_left {
  width: 334px;
  height: 60px;
  float: left;
}

  .header_bottom_in_left a {
    width: 334px;
    height: 60px;
    background-image: url(../images/app_logo.png);
    background-repeat: no-repeat;
    display: block;
    margin: 21px 0 0 0;
  }

.header_bottom_in_right {
  width: 58%;
  float: right;
  margin: 30px 0 0 0;
}

.banner {
  width: 100%;
  /*height:522px;*/
  height: 430px;
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-position: 27% center;
  background-size: 100% 100%;
  position: relative;
  z-index: 0;
}

.banner_in {
  width: 1000px;
  margin: auto;
}

  .banner_in p:first-child {
    font-family: Lato;
    font-size: 1.5em;
    color: #ffffff;
    padding: 100px 0 0 0;
    line-height: 40px;
  }

  .banner_in p:nth-child(2) {
    font-family: Benguian;
    font-size: 2.25em;
    font-weight: normal;
    color: #ffffff;
    line-height: 40px;
  }

  .banner_in p:nth-child(3) {
    font-family: Benguian;
    font-size: 2.25em;
    font-weight: normal;
    color: #ffffff;
    line-height: 40px;
  }

  .banner_in p:nth-child(4) {
    font-family: Lato;
    font-size: 1.5em;
    color: #0072c9;
    padding: 0 0 20px 0;
    border-bottom: 1px dotted #595959;
    margin: 0px 0 40px 0%;
    width: 40%;
    line-height: 40px;
  }

.banner a {
  width: 322px;
  height: 56px;
  display: block;
  text-decoration: none;
  background-color: #0072c9;
  font-family: calibrib;
  font-size: 1.9em;
  color: #ffffff;
  font-weight: normal;
  line-height: 56px;
  text-align: center;
  /*margin:374px 0 0 0%;
	top: 68%;
	margin-left: 20%;*/
  position: absolute;
}

  .banner a:before {
    content: "";
    display: block;
    box-shadow: 0 0 5px 5px #000;
    background-color: #000;
    height: 3px;
    width: 200px;
    bottom: -1px;
    left: 15px;
    border-radius: 90px/5px;
    transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    position: absolute;
    z-index: -1;
  }

.banner_bottom {
  width: 100%;
  height: 200px;
  background-color: #333333;
  margin: 0 0 72px 0;
}

.banner_bottom_in {
  width: 1000px;
  height: 140px;
  margin: auto;
  padding: 30px 0 30px 0;
}

.banner_bottom_box {
  width: 38%;
  padding: 0 0 0 7%;
  font-size: 1.25em;
  color: #ffffff;
}

.banner_bottom_in .banner_bottom_box:first-child {
  height: 45px;
  float: left;
  background-image: url(../images/innovation_icon.png);
  background-repeat: no-repeat;
  margin: 0 0 30px 0;
}

.banner_bottom_in .banner_bottom_box:nth-child(2) {
  height: 45px;
  float: right;
  background-image: url(../images/library_icon.png);
  background-repeat: no-repeat;
  margin: 0 0 30px 0;
}

.banner_bottom_in .banner_bottom_box:nth-child(3) {
  height: 45px;
  float: left;
  background-image: url(../images/designe_icon.png);
  background-repeat: no-repeat;
}

.banner_bottom_in .banner_bottom_box:nth-child(4) {
  height: 45px;
  float: right;
  background-image: url(../images/business_icon.png);
  background-repeat: no-repeat;
}

.container_box {
  width: 47%;
}

.container .container_box:first-child {
  float: left;
}

.container .container_box:nth-child(2) {
  float: right;
}

.container .container_box:nth-child(3) {
  float: left;
}

.container .container_box:nth-child(4) {
  float: right;
}

.container .container_box:first-child .container_box_left {
  width: 38%;
  height: 160px;
  float: left;
  background-color: #d1d1d1;
  background-image: url(../images/comprehensive_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 0 67px 0;
}

.container .container_box:nth-child(2) .container_box_left {
  width: 38%;
  height: 160px;
  float: left;
  background-color: #d1d1d1;
  background-image: url(../images/flexible_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 0 67px 0;
}

.container .container_box:nth-child(3) .container_box_left {
  width: 38%;
  height: 160px;
  float: left;
  background-color: #d1d1d1;
  background-image: url(../images/powerful_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.container .container_box:nth-child(4) .container_box_left {
  width: 38%;
  height: 160px;
  float: left;
  background-color: #d1d1d1;
  background-image: url(../images/integration_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.container .container_box .container_box_right {
  width: 46%;
  float: right;
}

  .container .container_box .container_box_right h3 {
    font-family: calibrib;
    font-size: 1.62em;
    color: #000000;
    font-weight: normal;
    margin: 0 0 5px 0;
  }

  .container .container_box .container_box_right p {
    font-size: 1em;
    color: #7f7f7f;
    line-height: 20px;
  }

  .container .container_box .container_box_right a {
    width: 112px;
    height: 35px;
    background-color: #333333;
    text-decoration: none;
    display: block;
    color: #ffffff;
    font-size: 1em;
    line-height: 35px;
    text-align: center;
    margin: 5px 0 0 0;
  }

    .container .container_box .container_box_right a:hover {
      background-color: #0072c9;
    }

.content_top {
  width: 100%;
  padding: 50px 0 0 0;
}

  .content_top p:first-child {
    font-size: 1.3em;
    color: #666666;
    text-align: center;
    margin: 0 0 32px 0;
  }

  .content_top p:last-child {
    font-size: 1.1em;
    color: #666666;
    text-align: center;
    margin: 0 0 15px 0;
  }

.content_bottom {
  width: 100%;
  height: 85px;
  margin: 0 0 55px 0;
}

  .content_bottom ul {
    width: 80%;
    list-style: none;
    margin: 30px auto 0 auto;
  }

    .content_bottom ul li {
      display: inline-block;
      *float: left;
      _float: left;
    }

      .content_bottom ul li:first-child {
        width: 135px;
        height: 85px;
        background-image: url(../images/miller_icon.png);
        background-repeat: no-repeat;
        margin: 0 8.5% 0 0;
      }

      .content_bottom ul li:nth-child(2) {
        width: 135px;
        height: 85px;
        background-image: url(../images/cl_icon.png);
        background-repeat: no-repeat;
        margin: 0 8.5% 0 0;
      }

      .content_bottom ul li:nth-child(3) {
        width: 135px;
        height: 85px;
        background-image: url(../images/hey_icon.png);
        background-repeat: no-repeat;
        margin: 0 8.5% 0 0;
      }

      .content_bottom ul li:nth-child(4) {
        width: 135px;
        height: 85px;
        background-image: url(../images/aws_icon.png);
        background-repeat: no-repeat;
      }

footer {
  width: 100%;
  height: auto; /*240px*/
  *margin: -10px 0 0 0;
  margin: -10px 0 0 0;
}

.footer_top {
  width: 100%;
  height: 150px;
  padding: 20px 0 20px 0;
  background-color: #eeeeee;
}

.footer_top_in {
  width: 1000px;
  margin: auto;
}

.footer_top_in_left {
  width: 37%;
  float: left;
}

  .footer_top_in_left h2 {
    font-size: 1.25em;
    line-height: 20px;
    color: #383838;
    margin: 0 0 15px 0;
    font-weight: normal;
  }

  .footer_top_in_left ul {
    list-style: none;
    *float: left;
    _float: left;
  }

    .footer_top_in_left ul li {
      display: inline-block;
      font-size: 1em;
      color: #666666;
      line-height: 22px;
      min-width: 115px;
      width: auto;
      /**min-width:300px;*/
      *float: left;
      _float: left;
      *display: block;
      _display: block;
    }

      .footer_top_in_left ul li a {
        display: inline-block;
        color: #666666;
        text-decoration: none;
      }

        .footer_top_in_left ul li a:hover {
          color: #000000;
        }

      .footer_top_in_left ul li ul.dropdown li {
        display: block;
        *float: none;
        _float: none;
        *display: block;
        _display: block;
      }

.footer_top_in_mid {
  width: 24%;
  height: 60px;
  float: left;
  border: 1px solid #b7b7b7;
  margin: 40px 0 0 5%;
  padding: 1.5% 2%;
}

.footer_top_in_mid_top {
  background-image: url(../images/phone_icon.png);
  background-repeat: no-repeat;
  margin: 0 0 5px 0;
  font-size: 1.5em;
  color: #666666;
  padding: 0 0 0 15%;
  background-position: 0 5px;
}

.footer_top_in_mid_bottom {
  background-image: url(../images/mail_icon.png);
  background-repeat: no-repeat;
  background-position: 0 5px;
}

  .footer_top_in_mid_bottom a {
    text-decoration: none;
    font-size: 1.5em;
    color: #666666;
    padding: 0 0 0 15%;
    font-weight: normal;
  }

    .footer_top_in_mid_bottom a:hover {
      color: #000000;
    }

.footer_top_in_right {
  width: 18%;
  height: 90px;
  float: right;
  background-image: url(../images/aws_member_icon.png);
  background-repeat: no-repeat;
}

  .footer_top_in_right h1 {
    font-size: 1.5em;
    color: #424242;
    font-weight: normal;
    margin: 100px 0 0 0;
  }

  .footer_top_in_right p {
    font-size: 1.1em;
    color: #424242;
  }

.footer_bottom {
  width: 100%;
  height: 50px;
  background-color: #0072c9;
}

.footer_bottom_in {
  width: 1000px;
  margin: auto;
}

.footer_bottom_in_left {
  width: 23%;
  float: left;
  font-size: 0.9em;
  color: #ffffff;
  line-height: 50px;
}

.footer_bottom_in_right {
  width: 22%;
  float: right;
  font-size: 0.9em;
  color: #ffffff;
  *line-height: 50px;
  line-height: 50px;
  position: relative;
}

  .footer_bottom_in_right ul li {
    float: left;
  }

    .footer_bottom_in_right ul li:nth-child(2) a {
      width: 38px;
      height: 38px;
      background-color: #004896;
      background-image: url(../images/twitter_icon.png);
      background-repeat: no-repeat;
      display: inline-block;
      background-position: center center;
      margin: 7px 0 0 30px;
      vertical-align: top;
      border-radius: 38px;
      behavior: url(../PIE.php);
      position: absolute;
      z-index: 1000;
    }

      .footer_bottom_in_right ul li:nth-child(2) a:hover {
        background-image: url(../images/twitter_active_icon.png);
        background-repeat: no-repeat;
        background-position: center center;
      }

    .footer_bottom_in_right ul li:last-child a {
      width: 38px;
      height: 38px;
      background-color: #004896;
      background-image: url(../images/facebook_icon.png);
      background-repeat: no-repeat;
      display: inline-block;
      background-position: center center;
      margin: 7px 0 0 10px;
      vertical-align: top;
      border-radius: 38px;
      behavior: url(../PIE.php);
      position: absolute;
      z-index: 1000;
      right: 0;
    }

      .footer_bottom_in_right ul li:last-child a:hover {
        background-image: url(../images/facebook_active_icon.png);
        background-repeat: no-repeat;
        background-position: center center;
      }

    .footer_bottom_in_right ul li a:hover {
      background-color: #ffffff;
    }


.inner_container {
  width: 1000px;
  margin: auto;
  /*padding:116px 0 0 0;*/
  padding: 35px 0 0 0;
}

.sign_in_box {
    width: 75%;
    background-image: url(../images/transparent_img.png);
    background-repeat: repeat;
    background-color: rgba(255,255,255,0.2);
    /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	opacity: 50;*/
    border: 1px solid #495159;
    padding: 2%;
    margin: auto;
}

.sign_in_box_in {
  width: 100%;
}

.sign_in_box_top {
  width: 100%;
  background-image: url(../images/transparent_white_img.png);
  background-repeat: repeat;
  background-color: rgba(255,255,255,0.2);
  /*margin:0 0 17px 0;*/
}

.sign_in_box_top_text {
  width: 96%;
  padding: 2%;
}

  .sign_in_box_top_text p {
    font-family: calibrib;
    color: #000000;
    font-weight: normal;
  }

    .sign_in_box_top_text p:first-child {
      font-size: 1.5em;
    }

    .sign_in_box_top_text p:nth-child(2) {
      font-size: 1.8em;
    }

    .sign_in_box_top_text p:nth-child(3) {
      font-size: 1.5em;
      position: relative;
    }

    .sign_in_box_top_text p span {
        width: 48px;
        height: 48px;
        float: right;
        display: inline-block;
        margin: -10px 0 0 20px;
        box-shadow: 0px 3px 3px 1px #828282 inset,0px -2px 3px 1px #828282 inset;
        -moz-box-shadow: 0px 3px 3px 1px #828282 inset,0px -2px 3px 1px #828282 inset;
        -webkit-box-shadow: 0px 3px 3px 1px #828282 inset,0px -2px 3px 1px #828282 inset;
        font-size: 1.1em;
        line-height: 48px;
        text-align: center;
        font-weight: normal;
        position: absolute;
        z-index: 10000;
        right: 0;
        background-color: #e9e9e9;
        border-radius: 48px;
        behavior: url(../PIE.php);
    }

.sign_in_box_top_title {
  width: 100%;
  height: 53px;
  background-color: #0072c9;
  font-size: 1.5em;
  line-height: 53px;
  text-align: center;
  color: #ffffff;
}

.sign_in_box_bottom {
  width: 96%;
  padding: 2%;
  /*height:200px;*/
  background-color: #fff;
}

.sign_in_box_bottom_in {
  width: 47%;
  /*height:100px;*/
  margin: auto;
  padding: 0 2% 2% 2%;
}

.error_text {
  color: #ff0000;
  line-height: 30px;
  text-align: center;
}

.sign_in_box_bottom_in ul li {
  width: 100%;
  height: 36px;
  margin: 0 0 10px 0;
}

  .sign_in_box_bottom_in ul li input[type="text"] {
    width: 99.5%;
    height: 36px;
    border: 1px solid #cccccc;
    font-size: 0.9em;
    color: #7c7c7c;
    line-height: 36px;
    background-image: url(../images/user_icon.png);
    background-repeat: no-repeat;
    background-position: 95% 0;
    padding: 0 0 0 3px;
  }

  .sign_in_box_bottom_in ul li input[type="password"] {
    width: 99.5%;
    height: 36px;
    border: 1px solid #cccccc;
    font-size: 0.9em;
    color: #7c7c7c;
    line-height: 36px;
    background-image: url(../images/password_icon.png);
    background-repeat: no-repeat;
    background-position: 95% 0;
    padding: 0 0 0 3px;
  }

  .sign_in_box_bottom_in ul li:nth-child(3) a {
    text-decoration: none;
    text-align: right;
    display: block;
    font-size: 0.9em;
    color: #888888;
  }

  .sign_in_box_bottom_in ul li:nth-child(3) {
    margin: 0 0 0 0;
    height: 25px !important;
  }

    .sign_in_box_bottom_in ul li:nth-child(3) a:hover {
      text-decoration: underline;
    }

  .sign_in_box_bottom_in ul li:nth-child(4) input[type="submit"] {
    width: 100%;
    height: 40px;
    font-size: 1.5em;
    line-height: 40px;
    text-align: center;
    background-color: #333333;
    border: none;
    color: #fff;
    cursor: pointer;
  }
/*************** sign in page end ***************/
/*************** css for plans page ***************/
.inner_banner {
  width: 100%;
  height: 144px;
  background-image: url(../images/inner_banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.p25 {
  padding: 25px 0 30px 0;
}

.breadcrumb {
  width: 100%;
  margin: 0 0 21px 0;
  font-size: 1.1em;
  color: #666666;
}

  .breadcrumb a {
    text-decoration: underline;
    color: #0072c9;
  }

.plans_container_box {
  width: 26%;
  position: relative;
  padding: 2% 2%;
  min-height: 460px;
}

.container_mid_box {
  width: 28%;
  float: left;
  background-color: #0072c9;
  position: relative;
  margin: 30px 0 0 0;
  padding: 2% 4%;
  min-height: 460px;
}

.inner_container .plans_container_box:nth-child(2) {
  margin: 30px 21px 0 0;
  background-color: #2551a3;
  float: left;
}

  .inner_container .plans_container_box:nth-child(2) .circle {
    width: 97px;
    height: 97px;
    border-radius: 97px;
    background-color: #2551a3;
    position: absolute;
    left: 32%;
    margin: -50px 0 40px 0;
    font-size: 3.75em;
    text-align: center;
    color: #ffffff;
    behavior: url(../PIE.php);
  }

.inner_container .container_mid_box .circle {
  width: 97px;
  height: 97px;
  border-radius: 97px;
  background-color: #0072c9;
  position: absolute;
  left: 35%;
  margin: -50px 0 40px 0;
  font-size: 3.75em;
  text-align: center;
  color: #ffffff;
  behavior: url(../PIE.php);
}

.inner_container .plans_container_box:nth-child(4) {
  margin: 30px 0 0 0;
  background-color: #349ded;
  float: right;
}

  .inner_container .plans_container_box:nth-child(4) .circle {
    width: 97px;
    height: 97px;
    border-radius: 97px;
    background-color: #349ded;
    position: absolute;
    left: 32%;
    margin: -50px 0 40px 0;
    font-size: 3.75em;
    text-align: center;
    color: #ffffff;
    behavior: url(../PIE.php);
  }

.plans_container_box p:nth-child(2) {
  font-size: 1.6em;
  color: #ffffff;
  text-align: center;
  padding: 40px 0 0 0;
  margin: 0 0 10px 0;
}

.plans_container_box p:nth-child(3) {
  font-size: 1em;
  color: #ffffff;
  text-align: center;
  margin: 0 0 40px 0;
}
/*** 1 ***/
.inner_container .plans_container_box:nth-child(2) ul.level li {
  width: 100%;
  height: 36px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin: 0 0 20px 0;
  font-size: 1.1em;
  line-height: 35px;
  *vertical-align: middle;
  color: #5a5a5a;
  text-align: left;
  /*behavior: url(../PIE.php);*/
}

  .inner_container .plans_container_box:nth-child(2) ul.level li span {
    width: 10%;
    height: 36px;
    background-color: #eeeeee;
    border-right: 1px solid #cccccc;
    padding: 7px 9px 6px 9px;
    _padding: 0;
    *padding: 11px 5px 5px 5px;
  }

    .inner_container .plans_container_box:nth-child(2) ul.level li span input[type="radio"] {
      margin: 11px 5px;
      _margin: 11px 5px;
      *margin: 11px 5px 11px 1px;
    }
/*** 1 end ***/
/*** 2 ***/

.container_mid_box p:nth-child(2) {
  font-size: 1.6em;
  color: #ffffff;
  text-align: center;
  padding: 40px 0 0 0;
  margin: 0 0 10px 0;
}

.container_mid_box p:nth-child(3) {
  font-size: 1em;
  color: #ffffff;
  text-align: center;
  margin: 0 0 25px 0;
}

.container_mid_box p:nth-child(4) {
  font-size: 1em;
  color: #ffffff;
  margin: 0 0 17px 0;
}

.container_mid_box p:nth-child(5) select {
  width: 100px;
  height: 28px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  position: absolute;
  z-index: 50;
  padding: 5px;
  margin: 0 0 13px 0;
  font-size: 0.9em;
  line-height: 20px;
  color: #7f7f7f;
  behavior: url(../PIE.php);
}

.container_mid_box p:nth-child(6) {
  font-size: 1em;
  color: #ffffff;
  margin: 0 0 23px 0;
  padding: 40px 0 0 0;
}

.container_mid_box p:nth-child(7) textarea {
  width: 73%;
  height: 128px;
  border: 1px solid #cccccc;
  font-family: calibri;
  font-size: 1em;
  line-height: 20px;
  color: #7f7f7f;
  padding: 5px;
  resize: none;
  border-radius: 5px;
  behavior: url(../PIE.php);
  position: absolute;
  z-index: 100;
}
/*** 2 end ***/
/*** 3 ***/
.inner_container .plans_container_box:nth-child(4) ul.list li {
  font-size: 1em;
  color: #ffffff;
  line-height: 30px;
}

  .inner_container .plans_container_box:nth-child(4) ul.list li label:first-child {
    width: 80%;
    display: inline-block;
    font-size: 1em;
    color: #ffffff;
  }

  .inner_container .plans_container_box:nth-child(4) ul.list li label:nth-child(2) {
    display: inline-block;
    font-size: 1em;
    color: #ffffff;
  }

.inner_container .plans_container_box:nth-child(4) button {
  width: 111px;
  height: 35px;
  background-color: #333333;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  border: none;
  font-size: 1.1em;
  text-align: center;
  margin: 40px 0 0 25%;
  cursor: pointer;
}
/*** 3 end ***/
/*************** plans page end ***************/
@media all and (min-width:768px) and (max-width:1024px) {
  .header_top {
    width: 100%;
    min-width: 768px;
  }

  .header_top_in {
    width: 100%;
    min-width: 768px;
  }

    .header_top_in button:first-child {
      margin: 0 10px 0 0;
    }

  .header_bottom_in {
    width: 100%;
    min-width: 768px;
  }

  .header_bottom_in_left {
    /*width:334px;*/
    width: 35%;
    height: 60px;
    float: left;
  }

    .header_bottom_in_left a {
      margin: 21px 0 0 4%;
      background-size: 94% 100%;
    }

  .header_bottom {
    min-width: 768px;
  }

  .header_bottom_in_right {
    width: 55%;
    text-align: center;
  }

  .banner {
    width: 100%;
    min-width: 768px;
    height: auto;
    min-height: 265px;
    background-size: 100% 100%;
    background-position: top left;
  }

  .banner_in {
    width: 98%;
    height: 100%;
    padding: 0 0 0 2%;
  }

    .banner_in p:first-child {
      /*font-family:Lato;*/
      font-size: 1.25em;
      color: #ffffff;
      padding: 25px 0 0 0;
      line-height: 40px;
    }

    .banner_in p:nth-child(2) {
      font-family: Benguian;
      font-size: 1.85em;
      font-weight: normal;
      color: #ffffff;
      line-height: 40px;
    }

    .banner_in p:nth-child(3) {
      font-family: Benguian;
      font-size: 1.85em;
      font-weight: normal;
      color: #ffffff;
      line-height: 40px;
    }

    .banner_in p:nth-child(4) {
      font-family: Lato;
      font-size: 1.25em;
      color: #0072c9;
      padding: 0 0 10px 0;
      border-bottom: 1px dotted #595959;
      margin: 0px 0 10px 0%;
      width: 40%;
      line-height: 40px;
    }

  .banner a {
    width: 175px;
    height: 40px;
    margin: 0px 0 0 0;
    font-size: 1.1em;
    line-height: 40px;
    padding: 0;
  }

    .banner a:before {
      width: 125px;
    }

  .banner_bottom {
    min-width: 768px;
    height: 170px;
  }

  .banner_bottom_in {
    width: 96%;
    padding: 3% 2%;
  }

  .banner_bottom_box {
    font-size: 1em;
  }

  .container {
    width: 96%;
    padding: 0 2% 3% 2%;
    margin: 0 0 2% 0;
  }

    .container .container_box .container_box_right p {
      font-size: 0.9em;
    }

  .content_top {
    padding: 20px 0 0;
  }

    .content_top p:first-child {
      margin: 0 0 10px 0;
    }

    .content_top p:last-child {
      padding: 2%;
    }

  .content_bottom {
    margin: 0 0 30px 0;
  }

    .content_bottom ul {
      width: 90%;
      min-width: 768px;
    }

      .content_bottom ul li:first-child {
        margin: 0 7.5% 0 0;
      }

      .content_bottom ul li:nth-child(2) {
        margin: 0 7.5% 0 0;
      }

      .content_bottom ul li:nth-child(3) {
        margin: 0 7.5% 0 0;
      }

  .footer_top_in {
    width: 96%;
    padding: 0 2% 0 2%;
  }

  .footer_top_in_left ul li {
    min-width: 87px;
    font-size: 0.9em;
  }

    .footer_top_in_left ul li:last-child {
      min-width: auto;
    }

  .footer_top_in_mid_top {
    font-size: 1.1em;
    line-height: 25px;
    margin: 0 0 10px 0;
    padding: 0 0 0 17%;
  }

  .footer_top_in_mid_bottom a {
    font-size: 1.1em;
    line-height: 25px;
    padding: 0 0 0 17%;
  }

  .footer_top_in_right h1 {
    font-size: 1.1em;
  }

  .footer_top_in_right p {
    font-size: 0.8em;
  }

  .footer_bottom_in {
    width: 100%;
  }

  .footer_bottom_in_left {
    width: 30%;
    padding: 0 0 0 1%;
  }

  .footer_bottom_in_right {
    width: 30%;
    max-width: 235px;
    margin: 0 10px 0 0;
  }

    .footer_bottom_in_right ul li {
      text-align: right;
      margin: 0 10px 0 0;
    }
  /*************** css for sign in page ***************/

  .inner_container {
    width: 98%;
    margin: auto;
    position: relative;
  }

  .sign_in_box_top_text p:first-child {
    font-size: 1.25em;
  }

  .sign_in_box_top_text p:nth-child(2) {
    font-size: 1.65em;
  }

  .sign_in_box_top_text p:nth-child(3) {
    font-size: 1.25em;
  }

  .sign_in_box_top_text p span {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    line-height: 35px;
    margin: -5px 0 0 20px;
    font-size: 0.9em;
  }

  .sign_in_box_bottom_in ul li:nth-child(4) input[type="submit"] {
    font-size: 1.25em;
  }
  /*************** sign in page end ***************/
  /*************** css for plans page ***************/
  .breadcrumb {
    width: 99%;
  }

  .breadcrumb {
    margin: 0 0 21px 10px;
  }

  .inner_banner {
    background-image: url(../images/inner_banner_768.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left center;
  }

  .plans_container_box {
    min-height: 551px;
  }

  .inner_container .plans_container_box:nth-child(2) .circle {
    left: 30%;
  }

  .inner_container .plans_container_box:nth-child(2) ul.level li {
    font-size: 0.9em;
  }

  .inner_container .plans_container_box:nth-child(2) {
    margin: 30px 15px 0 15px;
  }

  .container_mid_box {
    width: 26%;
    min-height: 551px;
  }

  .inner_container .container_mid_box .circle {
    left: 31%;
  }

  .inner_container .plans_container_box:nth-child(4) {
    float: left;
    margin: 30px 0 0 15px;
  }

    .inner_container .plans_container_box:nth-child(4) .circle {
      left: 31%;
    }

    .inner_container .plans_container_box:nth-child(4) ul.list li label:first-child {
      font-size: 0.9em;
      width: 80%;
    }

    .inner_container .plans_container_box:nth-child(4) ul.list li label:nth-child(2) {
      font-size: 0.9em;
    }
  /*************** plans page end ***************/
}
/*=================================================================== */

.preload1 {
  background: url(blank_over.gif);
}

.preload2 {
  background: url(blank_overa.gif);
}

#nav {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 36px;
  background: #fff;
  position: relative;
  z-index: 500;
  font-family: arial, verdana, sans-serif;
}

  #nav li.top {
    display: block;
    float: left;
    position: relative;
  }

  #nav li a.top_link {
    display: block;
    float: left;
    height: 38px;
    line-height: 38px;
    color: #666666;
    text-decoration: none;
    font-size: 20px;
    font-weight: normal; /*padding:0 0 0 12px;*/
    cursor: pointer; /*background: url(blank.gif);*/
    padding: 0 26px;
  }

    #nav li a.top_link span {
      float: left;
      display: block; /*padding:0 24px 0 12px;padding:5px; height:36px;*/ /*background:url(blank.gif) right top;*/
    }

      #nav li a.top_link span.down {
        float: left;
        display: block; /*padding:0 24px 0 12px; height:36px; background:url(blanka.gif) no-repeat right top;*/
        padding: 0 24px;
      }

  #nav li span.down {
    width: 13px;
    height: 8px;
    display: block;
    position: absolute;
    top: 38px;
    z-index: 100;
    left: 47%; /*padding:0 24px 0 12px; height:36px; background:url(blanka.gif) no-repeat right top;*/
  }

  #nav li a.top_link:hover {
    color: #000; /*background: url(blank_over.gif) no-repeat;*/
  }

    #nav li a.top_link:hover span { /*background:url(blank_over.gif) no-repeat right top;*/
    }

      #nav li a.top_link:hover span.down { /*background:url(blank_overa.gif) no-repeat right top;*/
      }

  #nav li:hover > a.top_link {
    color: #fff; /*background: url(blank_over.gif) no-repeat;background-color:#0072c9;*/
    background-color: #0072c9;
  }

    #nav li:hover > a.top_link span { /*background:url(blank_over.gif) no-repeat right top;*/
    }

  #nav li:hover > span.down { /*background:url(blank_overa.gif) no-repeat right top;*/
    background-image: url(../images/blue_arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  /* Default list styling */

  #nav li:hover {
    position: relative;
    z-index: 200;
  }






    /* keep the 'next' level invisible by placing it off screen. */
    #nav ul,
    #nav li:hover ul ul,
    #nav li:hover ul li:hover ul ul,
    #nav li:hover ul li:hover ul li:hover ul ul,
    #nav li:hover ul li:hover ul li:hover ul li:hover ul ul {
      position: absolute;
      left: -9999px;
      top: -9999px;
      width: 0;
      height: 0;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    #nav li:hover ul.sub {
      left: 0;
      top: 39px;
      background: #fff;
      padding: 30px 10px 10px 10px; /*border:1px solid #3a93d2;*/
      white-space: nowrap;
      min-width: 100px;
      width: auto;
      height: auto;
      z-index: 300;
    }
  /*****/
  #nav li:first-child:hover ul.sub {
    margin-left: -20px;
  }

  #nav li:last-child:hover ul.sub {
    margin-left: -20px;
  }
  /*****/
  #nav li:hover ul.sub li {
    display: block;
    height: 25px;
    position: relative;
    float: left;
    min-width: 100px;
    width: auto;
    font-weight: normal;
  }

    #nav li:hover ul.sub li a {
      display: block;
      font-size: 14px;
      height: 25px;
      min-width: 100px;
      width: auto;
      line-height: 25px; /*text-indent:5px;*/
      color: #a2a2a2;
      text-decoration: none;
      text-align: center;
      padding: 0 10px;
    }

  #nav li ul.sub li a.fly {
    background: #fff url(arrow.gif) 80px 7px no-repeat;
  }

  #nav li:hover ul.sub li a:hover { /*background:#3a93d2;*/
    color: #0072c9;
  }

  #nav li:hover ul.sub li a.active { /*background:#3a93d2;*/
    color: #0072c9;
  }

  #nav li:hover ul.sub li a.fly:hover {
    background: #3a93d2 url(arrow_over.gif) 80px 7px no-repeat;
    color: #0072c9;
  }

  #nav li:hover ul li:hover > a.fly {
    background: #3a93d2 url(arrow_over.gif) 80px 7px no-repeat;
    color: #0072c9;
  }

  #nav li:hover ul li:hover ul,
  #nav li:hover ul li:hover ul li:hover ul,
  #nav li:hover ul li:hover ul li:hover ul li:hover ul,
  #nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
    left: 90px;
    top: -4px;
    background: #fff;
    padding: 3px; /*border:1px solid #3a93d2;*/
    white-space: nowrap;
    width: 90px;
    z-index: 400;
    height: auto;
  }

@media all and (min-width:768px) and (max-width:1024px) {
  #nav li a.top_link {
    font-size: 16px;
    padding: 0 3%;
  }

    #nav li a.top_link span.down {
      padding: 0 3%;
    }

  #nav li:first-child:hover ul.sub {
    margin-left: -40px;
  }

  #nav li:last-child:hover ul.sub {
    margin-left: -102px;
  }

  #nav li.top a {
    min-width: 95px;
  }
}


ul.sub {
  position: absolute;
  z-index: 10 !important;
}

.ps-container .ps-scrollbar-x-rail {
    position: absolute; /* please don't change 'position' */
    bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    
    -o-transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
  opacity: 0.6;
  
}

.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
  background-color: #eee;
  opacity: 0.9;
  
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
  opacity: 0.9;
  
}

.ps-container .ps-scrollbar-y-rail {
  position: absolute; /* please don't change 'position' */
  right: 3px; /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  
  -o-transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
  opacity: 0.6;
  
}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
  background-color: #eee;
  opacity: 0.9;
  
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
  opacity: 0.9;
  
}

.ps-container .ps-scrollbar-x {
  position: absolute; /* please don't change 'position' */
  bottom: 0; /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color .2s linear;
  -webkit-transition: background-color.2s linear;
  -moz-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-x {
  font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
  background-color: #999;
}

.ps-container .ps-scrollbar-y {
  position: absolute; /* please don't change 'position' */
  right: 0; /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color .2s linear;
  -webkit-transition: background-color.2s linear;
  -moz-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

.ps-container.ie6 .ps-scrollbar-y {
  font-size: 0; /* fixed scrollbar height in xp sp3 ie6 */
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
  background-color: #999;
}

.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
  visibility: hidden;
}

.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
  visibility: visible;
}

/*************** css for plans page ***************/
.inner_banner {
  width: 100%;
  height: 144px;
  background-image: url(../images/inner_banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.p25 {
  padding: 25px 0 30px 0;
}

.breadcrumb {
  width: 100%;
  margin: 0 0 21px 0;
  font-size: 1.1em;
  color: #666666;
}

  .breadcrumb a {
    text-decoration: underline;
    color: #0072c9;
  }

.plans_container_box {
  width: 26%;
  position: relative;
  padding: 2% 2%;
  min-height: 460px;
}

.container_mid_box {
  width: 28%;
  float: left;
  background-color: #0072c9;
  position: relative;
  margin: 30px 0 0 0;
  padding: 2% 4%;
  min-height: 460px;
}

.inner_container .plans_container_box:nth-child(2) {
  margin: 30px 21px 0 0;
  background-color: #2551a3;
  float: left;
}

  .inner_container .plans_container_box:nth-child(2) .circle {
    width: 97px;
    height: 97px;
    border-radius: 97px;
    background-color: #2551a3;
    position: absolute;
    left: 32%;
    margin: -50px 0 40px 0;
    font-size: 3.75em;
    text-align: center;
    color: #ffffff;
    behavior: url(../PIE.php);
  }

.inner_container .container_mid_box .circle {
  width: 97px;
  height: 97px;
  border-radius: 97px;
  background-color: #0072c9;
  position: absolute;
  left: 35%;
  margin: -50px 0 40px 0;
  font-size: 3.75em;
  text-align: center;
  color: #ffffff;
  behavior: url(../PIE.php);
}

.inner_container .plans_container_box:nth-child(4) {
  margin: 30px 0 0 0;
  background-color: #349ded;
  float: right;
}

  .inner_container .plans_container_box:nth-child(4) .circle {
    width: 97px;
    height: 97px;
    border-radius: 97px;
    background-color: #349ded;
    position: absolute;
    left: 32%;
    margin: -50px 0 40px 0;
    font-size: 3.75em;
    text-align: center;
    color: #ffffff;
    behavior: url(../PIE.php);
  }

.plans_container_box p:nth-child(2) {
  font-size: 1.6em;
  color: #ffffff;
  text-align: center;
  padding: 40px 0 0 0;
  margin: 0 0 10px 0;
}

.plans_container_box p:nth-child(3) {
  font-size: 1em;
  color: #ffffff;
  text-align: center;
  margin: 0 0 40px 0;
}
/*** 1 ***/
.inner_container .plans_container_box:nth-child(2) ul.level li {
  width: 100%;
  height: 36px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin: 0 0 20px 0;
  font-size: 1.1em;
  line-height: 35px;
  *vertical-align: middle;
  color: #5a5a5a;
  text-align: left;
  /*behavior: url(../PIE.php);*/
}

  .inner_container .plans_container_box:nth-child(2) ul.level li span {
    width: 10%;
    height: 36px;
    background-color: #eeeeee;
    border-right: 1px solid #cccccc;
    padding: 7px 9px 6px 9px;
    _padding: 0;
    *padding: 11px 5px 5px 5px;
  }

    .inner_container .plans_container_box:nth-child(2) ul.level li span input[type="radio"] {
      margin: 11px 5px;
      _margin: 11px 5px;
      *margin: 11px 5px 11px 1px;
    }
/*** 1 end ***/
/*** 2 ***/

.container_mid_box p:nth-child(2) {
  font-size: 1.6em;
  color: #ffffff;
  text-align: center;
  padding: 40px 0 0 0;
  margin: 0 0 10px 0;
}

.container_mid_box p:nth-child(3) {
  font-size: 1em;
  color: #ffffff;
  text-align: center;
  margin: 0 0 25px 0;
}

.container_mid_box p:nth-child(4) {
  font-size: 1em;
  color: #ffffff;
  margin: 0 0 17px 0;
}

.container_mid_box p:nth-child(5) select {
  width: 100px;
  height: 28px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  position: absolute;
  z-index: 50;
  padding: 5px;
  margin: 0 0 13px 0;
  font-size: 0.9em;
  line-height: 20px;
  color: #7f7f7f;
  behavior: url(../PIE.php);
}

.container_mid_box p:nth-child(6) {
  font-size: 1em;
  color: #ffffff;
  margin: 0 0 23px 0;
  padding: 40px 0 0 0;
}

.container_mid_box p:nth-child(7) textarea {
  width: 73%;
  height: 128px;
  border: 1px solid #cccccc;
  font-family: calibri;
  font-size: 1em;
  line-height: 20px;
  color: #7f7f7f;
  padding: 5px;
  resize: none;
  border-radius: 5px;
  behavior: url(../PIE.php);
  position: absolute;
  z-index: 100;
}
/*** 2 end ***/
/*** 3 ***/
.inner_container .plans_container_box:nth-child(4) ul.list li {
  font-size: 1em;
  color: #ffffff;
  line-height: 30px;
}

  .inner_container .plans_container_box:nth-child(4) ul.list li label:first-child {
    width: 80%;
    display: inline-block;
    font-size: 1em;
    color: #ffffff;
  }

  .inner_container .plans_container_box:nth-child(4) ul.list li label:nth-child(2) {
    display: inline-block;
    font-size: 1em;
    color: #ffffff;
  }

.inner_container .plans_container_box:nth-child(4) button {
  width: 111px;
  height: 35px;
  background-color: #333333;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  border: none;
  font-size: 1.1em;
  text-align: center;
  margin: 40px 0 0 25%;
  cursor: pointer;
}
/*classes added by Varun in migration to new UI*/
.continueButton {
  background-color: #333333;
  color: White;
  border: none;
  text-align: center;
  font-size: 1.1em;
  width: 60%;
  line-height: 126%;
  margin-top: 5%;
  margin-left: 20%;
}

.whiteText {
  color: White;
}

.redesignedDropdowns {
  width: 100px;
  height: 28px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  position: absolute;
  z-index: 50;
  padding: 5px;
  margin: 0 0 13px 0;
  font-size: 0.9em;
  line-height: 20px;
  color: #7f7f7f;
}
/*end of classes added by Varun in migration to new UI*/
/*** 3 end ***/
/*************** plans page end ***************/
/*************** software admin creation page starts ***************/
.vt {
  vertical-align: top;
}

.gblue {
  color: #00509F;
}

.cblue {
  color: #1E96B2;
}

.vvbig {
  font-size: 28px;
  font-weight: 800;
}

.vb {
  vertical-align: bottom;
}

.bold {
  font-weight: bold;
}

.nk {
  font-family: nk;
}

.large {
  font-size: 24px;
}

.cblue {
  color: #1E96B2;
}

.frm-bc {
  border-bottom: 1px dotted #999999;
}

.frm-cntnt {
  height: auto;
  border-top: 1px dotted #ffffff;
}
/*************** software admin creation page ends ***************/

.Gutter_Verical_Tiny {
  float: left;
  width: 7px;
}

.resultCaptions {
  float: left;
  width: 200px;
}

  .resultCaptions div {
    height: 26px;
  }

.Panel_Huge {
  float: left;
  min-width: 1870px;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  width: 130%;
}

.welderManagement {
  width: 100% !important;
}

.resultFields input {
  border: none !important;
  background-color: #f4f4f4;
  width: 180px !important;
  display: inline;
}

.links {
  cursor: pointer;
  text-decoration: underline;
  color: blue;
}

.PageDesign.Coulumn_23_Layout.welderManagement {
  width: auto !important;
}

.fullLength {
  width: 100%;
  float: left;
}

.overflow {
  width: auto;
  overflow-y: hidden;
  overflow-x: scroll;
  white-space: nowrap;
}


/************** React Specific Styles *******/
#lblforMiddleForms a {
  color: #fff;
}

.width59 {
  width: 59% !important;
}

.width75 {
  width: 75% !important;
}

.width39 {
  width: 38% !important;
}

.width99 {
  width: 99.9% !important;
}

.wpq_details_table table tr td .textfield {
  border-bottom: none;
}

.wpq_details_table table {
  border-spacing: 0px !important;
}

  .wpq_details_table table tr th {
    font-size: 14px;
    color: #000000;
    padding: 5px 8px;
    text-align: center;
  }

.form_table.wpq_details_table table tr td {
  padding-bottom: 0 !important;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}

.brdr_b {
  border-bottom: 1px solid #000000;
}

.form_field {
  font-size: 14px;
  line-height: 30px;
}

.location-container {
  padding-left: 5px;
}

.width55 {
  width: 55% !important;
}

.width45 {
  width: 45% !important;
}

.wpq_details_table table input {
  border: none;
}

.table_text {
  font-size: 14px;
  line-height: 24px;
}

.padRight15 {
  padding-right: 15px;
}

.displayInline {
  display: inline-block;
  float: left;
  width: 49.2%;
  line-height: 22px;
  padding: 0px;
}

.form_table.wpq_details_table table {
  border-spacing: 0 !important;
}

.displayInlineLeft {
  display: inline-block;
  float: left;
  width: 49%;
  line-height: 22px;
  padding: 0px;
}

.lineHeight30 {
  line-height: 25px;
}

.cbs {
  clear: both;
  height: 1px;
}

.width28 {
  width: 28%;
}

.divRevalidation {
  display: inline-block;
  float: left;
  width: 30%;
  line-height: 22px;
  padding: 0px;
}

.divRevalidationInline {
  display: inline-block;
  float: left;
  line-height: 22px;
  padding: 0px;
}

.width63 {
  width: 62% !important;
}

.padLeft10 {
  padding-left: 10px;
}

.chemicalCompositionRoot1 input {
  width: 60px;
}

.chemicalCompositionRoot1 .libraryItemTemplate {
  width: 89%;
  float: left;
}

.chemicalCompositionRoot1 .chemicalLabels {
  width: 10%;
  float: left;
}

.left {
  float: left !important;
}

.padTop15 {
  margin-top: 15px;
}

/*_appHeader user preferences*/
._appHeader_preferences {
  float: left;
  margin-top: 10px;
  background: white;
  font-size: 20px;
  width: 100%;
  min-height: 40px;
}

._appHeader_inside_preferences {
  margin: 0;
  float: right;
}

.title_company_name {
  margin-left: 1%;
}

.customElectricalCharacteristics {
  float: left;
  width: 320px;
  padding-left: 10px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}

.customElectricalCharacteristicsLeft {
  width: 80px;
  float: left !important;
  padding-left: 0px !important;
}

.customElectricalCharacteristicsRight {
  width: 135px;
  float: left;
}

.customElectricalCharacteristicsWidthLeft {
  width: 30px;
  float: left;
}

.customElectricalCharacteristicsWidthRight {
  width: 50px;
  float: right;
}

.clearBoth {
  clear: both;
}

.currentType .customizableSelect .selectionDisplay {
  width: 50px;
}

.currentType .Label {
  float: none !important;
}

.paddingLeft0 {
  padding-left: 0;
}

.width60 input {
  width: 60px !important;
}

.width60 .Label {
  float: none !important;
}

.shieldingtype {
  width: 230px;
  float: left;
}

.shieldingtypeChildLabel {
  width: 90px;
  float: left;
  margin-right: 15px;
  padding-left: 10px;
}

.shieldingtypeChildFields {
  width: 100px;
  float: left;
  padding-right: 10px;
}

.weldingDetailsNotes textarea {
  width: 260px;
  height: 60px;
}

.Item.heatInput {
  width: 60px;
  margin-top: 0;
}

.Welding_Material .Specifications .Height_1 {
  height: 307px !important;
  height: 297px !important;
}

.Welding_Material .Recommendations .Min_Max_Table .Item input {
  float: left;
  width: 60px !important;
  margin-top: 3px;
}

.dimenssionMinMaxContainer {
  width: 100%;
}

  .dimenssionMinMaxContainer .dimenssionMinMaxContainerLabel {
    width: 10%;
    float: left;
  }

    .dimenssionMinMaxContainer .dimenssionMinMaxContainerLabel.Label {
      margin-top: 0px;
      padding-top: 5px;
    }

  .dimenssionMinMaxContainer .dimenssionMinMaxContainerInput {
    width: 45%;
    float: left;
  }

    .dimenssionMinMaxContainer .dimenssionMinMaxContainerInput .Item.width63 {
      width: 60px !important;
      margin-top: 0px;
    }

    .dimenssionMinMaxContainer .dimenssionMinMaxContainerInput .Item input.numeric {
      width: 60px !important;
    }

.Welding_Material .Weld_Joint_Dimensions .Table_Weld_Joint_Dimensions {
  width: 460px;
}

.Welding_Material .Weld_Joint_Dimensions .Table_2 {
  width: 460px;
}

.Welding_Material .Weld_Joint_Dimensions .Table_Weld_Joint_Dimensions .Column_1 {
  width: 170px;
}

.Welding_Material .Weld_Joint_Dimensions .Table_Weld_Joint_Dimensions input {
  width: 40px;
}

.Table_Weld_Joint_Dimensions .Item {
  margin-top: 3px;
}

.Welding_Material .Weld_Joint_Dimensions .Table_2 .Row {
  width: 467px;
}

.Additional_Condition .ButtonPanel {
  float: none;
  margin-bottom: 10px;
  padding-left: 15px;
}

.Additional_Condition .Label.labelMinWidthDisplayBlock:nth-child(4) {
  padding-left: 15px;
}

.Additional_Condition .condition {
  width: 33%;
  float: left;
  margin-bottom: 15px;
}

  .Additional_Condition .condition button.remove {
    float: right;
    margin-right: 23px;
  }

.Asterix {
  color: #F00;
  padding-left: 5px;
  padding-right: 5px;
}

.CustomClass_1.Item {
  padding-left: 5px !important;
}

.Welding_Material .Weld_Joint_Dimensions .Table_Weld_Joint_Dimensions .Row {
  float: none;
  height: auto;
}

.Welding_Material .Weld_Joint_Dimensions .Table_Weld_Joint_Dimensions .Column_2 {
  height: auto;
}

.Welding_Material .Weld_Joint_Dimensions .Table_Weld_Joint_Dimensions .Column_4 {
  height: auto;
}

.Welding_Material .Weld_Joint_Dimensions .Table_Weld_Joint_Dimensions .Row .Item {
  width: auto;
}

.recommendedMaterail .Item {
  width: 920px !important;
}

.dash_board {
  margin: 0;
  padding-left: 15px;
  background-color: #36a9e1;
  color: white;
  font-weight: normal;
  font-size: 1.2em;
  font-family: Arial,Helvetica,sans-serif !important;
  font-weight: normal;
  line-height: 37px;
}

.sb-tab-top {
  background: white;
  margin-top: 32px;
  margin-left: 15px;
  padding: 1% 0 1% 0;
  width: 750px;
}

.App_container_right_bottom {
  float: right;
  font-weight: normal;
}

.visiblityToggle {
  float: right;
  max-width: 19px;
  height: 19px;
  margin-top: 0px;
}

.revision_label {
  display: inline-block;
  margin-top: -19px;
  margin-bottom: 0;
  min-width: 100%;
  max-height: 25px;
}

.dash_board_management {
  text-align: left;
}

.addressRow {
  height: 58px;
}

.referenceList span.Select-arrow-zone {
  width: 25px !important;
}

.referenceList span.Select-clear {
  float: right;
}

.red {
  background-color: red; /*SP:using to for testing*/
}

.width30 {
  width: 30% !important;
}

.width23 {
  width: 23.33% !important;
}

.floatRight {
  float: right !important;
}

.noPadBottom.form_container table tr td {
  padding-bottom: 0px !important;
}

.heightForSketch {
  height: 230px;
}

.width9 {
  width: 9% !important;
}

.dashboard_button {
  align-items: flex-start;
  text-align: center !important;
  cursor: default;
  color: buttontext;
  background-color: buttonface !important;
  box-sizing: border-box;
  padding: 0px 10px 3px !important;
  border-width: 2px !important;
  border-style: outset !important;
  border-color: buttonface !important;
  border-image: initial !important;
  float: none !important;
  margin-top: 5px !important;
}


form.legacyLibraryItemForm.siteRegistration .imageUploader img {
  width: 200px;
  height: 50px;
}

form.legacyLibraryItemForm.siteRegistration .Height_1{
  height: 430px;
}

.Item.itemContainerClass .Item {
    margin-top: 0;
  }


  noTopMargin{
    margin-top: 0 !important;
    padding-top: 0px !important;
  }



    .dimenssionMinMaxContainer {
        width: 100%;
    }

        .dimenssionMinMaxContainer .dimenssionMinMaxContainerLabel {
            width: 10%;
            float: left;
        }

            .dimenssionMinMaxContainer .dimenssionMinMaxContainerLabel.Label {
                margin-top: 0px;
                padding-top: 5px;
            }

        .dimenssionMinMaxContainer .dimenssionMinMaxContainerInput {
            width: 45%;
            float: left;
        }

            .dimenssionMinMaxContainer .dimenssionMinMaxContainerInput .Item.width63 {
                width: 60px !important;
                margin-top: 0px;
            }

            .dimenssionMinMaxContainer .dimenssionMinMaxContainerInput .Item input.numeric {
                width: 60px !important;
            }

    .Table_Weld_Joint_Dimensions .Item {
        margin-top: 3px;
    }

    .Welding_Material .Weld_Joint_Dimensions .Table_2 .Row {
        width: 467px;
    }

    .Additional_Condition .ButtonPanel {
        float: none;
        margin-bottom: 10px;
        padding-left: 15px;
    }

    .Additional_Condition .Label.labelMinWidthDisplayBlock:nth-child(4) {
        padding-left: 15px;
    }

    .Additional_Condition .condition {
        width: 33%;
        float: left;
        margin-bottom: 15px;
    }

        .Additional_Condition .condition button.remove {
            float: right;
            margin-right: 23px;
        }

    .Asterix {
        color: #F00;
        padding-left: 5px;
        padding-right: 5px;
    }

    .CustomClass_1.Item {
        padding-left: 5px !important;
    }

    .Welding_Material .Weld_Joint_Dimensions .Table_Weld_Joint_Dimensions .Row {
        float: none;
        height: auto;
    }

    .Welding_Material .Weld_Joint_Dimensions .Table_Weld_Joint_Dimensions .Column_2 {
        height: auto;
    }

    .Welding_Material .Weld_Joint_Dimensions .Table_Weld_Joint_Dimensions .Column_4 {
        height: auto;
    }

    .Welding_Material .Weld_Joint_Dimensions .Table_Weld_Joint_Dimensions .Row .Item {
        width: auto;
    }

    .recommendedMaterail .Item {
        width: 920px !important;
    }

    .Coulumn_23_Layout .fluxChemCompositionNotes textarea {
    height: 74px;
    width: 240px;
}
    .Coulumn_23_Layout .fluxImpactNotes textarea {
    height: 74px;
    width: 600px;
}
    .permission  .Panel_Medium .Item input[type=radio] {
    width: 50px;
}

    .cladImpact textarea {
    height: 60px;
    width: 800px;
  }

.wider{
  width: 156% !important;
  margin-top: 5px !important;
}

.width50 input {
  width: 50px !important;
}

.width50 .Label {
  float: none !important;
}

.width100Per{
  width:100%;
}

.width40per{
  width:40%;
}

.width5per{
  width:5%;
}

.width20per{
  width:10%;
}
.halfPart{
display: inline-block;
  float: left;
  width: 50%;
}
.Weld_Joint_Dimensions .Item
{
  width:auto!important;
}

.Panel_Small.weldjointDigrams{
  height:auto !important;
}

.RecommendedWJD .Heading{
  width:945px;
}




/* Updated by Brian */

.eceFormField .field-validation-error {
  display: block;
}

.Wrapper {
  display: block;
  margin: 0 0 0 10px;
}

  .Wrapper .PageDesign {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
  }

.Section {
  color: #545454;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
  .Section.two-column {
    width: 660px;
  }
  .Section.three-column {
    width: 980px;
  }


.field-group {
  background-color: #f4f4f4;
  border: solid 1px #e8e8e8;
  flex-grow: 1;
  padding: 19px;
}
  .field-group.fixed-height {
    flex-grow: 0;
  }

.Item {
  margin-top: 10px;
  padding: 0;
}
  
  .Item input:not([type]),
  .Item input[type="email"],
  .Item input[type="file"],
  .Item input[type="number"],
  .Item input[type="password"],
  .Item input[type="tel"],
  .Item input[type="url"],
  .Item input[type="text"],
  .Item .t-combobox,
  .Item textarea,
  .Item select {
    box-sizing: border-box;
    width: 100%;
  }

  .Item input:not([type]),
  .Item input[type="email"],
  .Item input[type="number"],
  .Item input[type="password"],
  .Item input[type="tel"],
  .Item input[type="url"],
  .Item input[type="text"] {
    height: 20px;
    padding: 1px 2px;
  }

    .Item input,
    .Item select,
    .Item textarea {
        font-family: Poppins, Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #000000;
        border: 1px solid #e8e8e8;
    }


  .Item select {
      height: 25px;
      width: 100px;
      padding: 0px 16px;
  }

  .Item textarea {
    height: 108px;
    vertical-align: bottom;
  }

  .Item.first-in-row,
  .standaloneLabel.first-in-row,
  .Item.first-in-column,
  .standaloneLabel.first-in-column {
    margin-top: 0;
  }

  .Item .t-dropdown-wrap .t-icon {
    margin-top: 1px;
  }

  .Item .t-combobox, .t-dropdown, .t-selectbox {
    display: block;
  }

  .Item .t-combobox .t-dropdown-wrap {
    padding-right: 16px;
  }

  .Item .t-combobox .t-input,
  .Item .customizableSelect input.selectionDisplay {
    border: 0 none;
    height: 18px;
  }

  .Item .customizableSelect .telgrid-wrap {
    box-shadow: 2px 2px 2px #aaa;
    margin-top: 0;
  }

.partialItemsContainer {
  /* BLM: Experiment with Libraries / Specification */
  /* margin-top: 1px; */
}

.Column.last::after,
.partialItem.last::after,
.wf-last-column::after {
  content: '';
  display: block;
  clear: both;
}


.two-column .Column.one-half {
  width: 300px;
}
  .two-column .Column.one-half.first {
    float: left;
  }
  .two-column .Column.one-half.last {
    margin-left: 320px;
  }

.two-column .one-half.detached {
  width: 325px;
}
  .two-column .one-half.detached.first {
    float: left;
  }
  .two-column .one-half.detached.last {
    margin-left: 335px
  }

.two-column .Column.skewed-right.first {
  float: left;
  width: 200px;
}
.two-column .Column.skewed-right.last {
  margin-left: 220px;
  width: 400px;
}


.two-column .Column.one-third {
  width: 200px;
}
  .two-column .Column.one-third.first {
    float: left;
  }
  .two-column .Column.one-third.middle {
    float: left;
    margin-left: 10px;
  }
  .two-column .Column.one-third.last {
    margin-left: 420px;
  }
  .two-column .Column.one-third.span-two.last {
    margin-left: 210px;
    width: 410px;
  }

.three-column .same-height-container {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}
  .three-column .one-third {
    width: 300px;
  }
  .three-column .one-third.detached {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 320px;
  }
  .three-column .one-third.detached .partialItem.one-half {
    width: 135px;
  }
    .three-column .one-third.detached .partialItem.one-half.first {
      float: left;
    }
    .three-column .one-third.detached .partialItem.one-half.last {
      margin-left: 145px;
    }
  .three-column .one-third.detached .partialItem.skewed-right.first {
    float: left;
    width: 195px;
  }
  .three-column .one-third.detached .partialItem.skewed-right.last {
    margin-left: 205px;
    width: 75px;
  }


  .three-column .span-two {    
    align-items: stretch;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
    .three-column .span-two.single {
      width: 330px;
    }
    .three-column .span-two.double {
      width: 640px;
    }
    .three-column .span-two .inner {
      width: 290px;
    }
      .three-column .span-two .inner.first {
        float: left;
      }
      .three-column .span-two .inner.last {
        margin-left: 310px;
      }
      .three-column .span-two .phone.first {
        float: left;
        width: 100px;
      }
      .three-column .span-two .phone.last {
        margin-left: 110px;
      }
      .three-column .span-two .phone-and-ext.first {
        float: left;
        width: 100px;
      }
      .three-column .span-two .phone-and-ext.middle {
        float: left;
        margin-left: 10px;
        width: 125px;
      }
      .three-column .span-two .phone-and-ext.last {
        margin-left: 245px;
      }

.three-column .one-half {
  width: 460px;
}
  .three-column .one-half.first {
    float: left;
  }
  .three-column .one-half.last {
    margin-left: 480px;
  }

.two-column .one-half .partialItem,
.three-column .one-third .partialItem {
  width: 145px;
}
  .two-column .one-half .partialItem.first,
  .three-column .one-third .partialItem.first {
    float: left;
  }
  .two-column .one-half .partialItem.last,
  .three-column .one-third .partialItem.last {
    margin-left: 155px;
  }
  .two-column .one-half .partialItem.skewed-right.first {
    float: left;
    width: 205px;
  }
  .two-column .one-half .partialItem.skewed-right.last {
    margin-left: 215px;
    width: 85px;
  }

.two-column .one-third .partialItem {
  width: 95px;
}
  .two-column .one-third .partialItem.first {
    float: left;
  }
  .two-column .one-third .partialItem.last {
    margin-left: 105px;
  }

.two-column .one-third.span-two .partialItem {
  width: 200px;
}
  .two-column .one-third.span-two .partialItem.first {
    float: left;
  }
  .two-column .one-third.span-two .partialItem.last {
    margin-left: 210px;
  }


.Label.bold {
  font-weight: bold;
}


.standaloneLabel {
  display: block;
  margin-top: 10px;
}
  .standaloneLabel.as-accordion-header {
    font-weight: bold;
    margin-top: 0;
    padding: 15px 2px 5px;
    position: relative;
  }
  .standaloneLabel.bold {
    font-weight: bold;
  }

#mandatory_fields_label {
  position: absolute;
  right: 4px;
}

.section-container {
  margin-top: 10px;
}
.first-in-column.no-label {
  margin-top: 14px;
}
.welding-form .first-in-column.no-label {
  margin-top: 28px;
}

/* BEGIN: Accordion */
.accordionShowHide {
  color: #000;
  font-weight: bold;
  padding: 15px 2px 5px;
  position: relative;
}

.collapsable {
  background-color: #f4f4f4;
  border: solid 1px #e8e8e8;
  margin-top: 15px;
}
  .collapsable.first-below-controls {
    margin-top: 0;
  }
  .collapsable .collapsable-header {
    background-color: #fff;
    background-image: url(../images/HeaderBG01.jpg);
    border: 1px solid #DAD7C0;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 34px;
    padding: 0 35px;
    position: relative;
  }
  .collapsable .ExpandCollapse {
    padding: 19px;
  }
    .collapsable.has-headers .ExpandCollapse {
      padding: 0;
    }
  .collapsable .content {
    padding: 19px;
  }
  .collapsable .control-image {
    cursor: pointer;
    height: 20px;
    left: 7px;
    position: absolute;
    top: 7px;
    width: 20px;
  }
    .collapsable .control-image.closed {
      background: url("../images/openArrowIcon.png") repeat scroll 0 0 transparent;
    }
    .collapsable .control-image.open {
      background: url("../images/closeArrowIcon.png") repeat scroll 0 0 transparent;
    }

  .collapsable .inner-header {
    background-color: #ccc;
    font-weight: bold;
    color: #545454;
    padding: 10px 5px;
  }
/* END: Accordion */


/* BEGIN: Libraries/BaseMaterials */
.baseMaterial .field-group.specification {
  min-height: 100px;
}

  .baseMaterial.welding-form .no-label {
    margin-top: 28px;
  }

.baseMaterial .calculation {
  position: relative;
}
.baseMaterial .calculate {
  bottom: 0;
  position: absolute;
  right: 0;
}
.baseMaterial .formula {
  margin-top: 5px;
}

.baseMaterial .hardness-test .test-method {
  width: 265px;
}
/* END: Libraries/BaseMaterials */

/* BEGIN: _chemicalComposition */
.chemical-composition .listTemplate,
.welding-form .chemical-composition {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.chemical-composition .chemical {
  margin-left: 5px;
  padding-top: 15px;
  position: relative;
  width: 100px;
}
  .chemical-composition .chemical.first-in-row {
    margin-left: 0;
  }
  .chemical-composition .chemical.second-row {
    margin-top: 5px;
  }
  .chemical-composition .chemical .remove {
    position: absolute;
    right: 0;
    top: 0px;
    height:23px;
  }
  .chemical-composition .chemical-label {
    line-height: 18px;
    margin-top: 10px;
    padding: 1px 2px;
  }
    .welding-form .chemical-composition .chemical-label.non-first {
      margin-top: 22px;
    }
    .welding-form .chemical-composition .non-first-row {
      margin-top: 16px;
    }
    .welding-form .chemical-composition .chemical-label.last-label {
      margin-top: 15px;
    }
/* END: _chemicalComposition */


/* BEGIN: Libraries/CladdedMaterials */
.claddedMaterial .field-group.specification {
  min-height: 100px;
}

.claddedMaterial .hardness-test .hardness-test-temperatures .first-in-row {
  width: 75px;
}
.claddedMaterial .hardness-test .hardness-test-temperature-label.available-range {
  margin-top: 36px;
}

.claddedMaterial .material-dimensions .content::after {
  content: '';
  display: block;
  clear: both;
}

.claddedMaterial .material-dimensions .field {
  float: left;
  margin-left: 5px;
  width: 70px;
}
  .claddedMaterial .material-dimensions .field.first {
    margin-left: 0;
  }
.claddedMaterial .material-dimensions .field-label {
  float: left;
  width: 100px;
}
.claddedMaterial .material-dimensions .field-label,
.claddedMaterial .material-dimensions .unit {
  box-sizing: border-box;
  line-height: 18px;
  padding: 1px 0;
}
.claddedMaterial .material-dimensions .unit {
  margin-left: 255px;
  text-align: right;
  width: 25px;
}
.claddedMaterial .material-dimensions .field,
.claddedMaterial .material-dimensions .field-label,
.claddedMaterial .material-dimensions .unit {
  margin-top: 10px;
}
.claddedMaterial .material-dimensions .field.first-in-column,
.claddedMaterial .material-dimensions .field-label.first-in-column,
.claddedMaterial .material-dimensions .unit.first-in-column {
  margin-top: 0px;
}
/* END: Libraries/CladdedMaterials */


/* BEGIN: Libraries/FillerMaterials */
.fillerMaterial .field-group.specification {
  min-height: 100px;
}

  .welding-details .Column {
    border-right: 1px solid #ccc;
    padding: 0 20px;
    width: 320px;
  }
    .welding-details .Column.first {
      padding-left: 0;
    }
    .welding-details .Column.last {
      border-right: none;
      padding-right: 0;
      width: 300px;
    }

    .welding-details .electrical-characteristics .field,
    .welding-details .electrical-characteristics .field-label {
      float: left;
      margin-left: 5px;
      width: 75px;
    }
      .welding-details .electrical-characteristics .field.slightly-wider,
      .welding-details .electrical-characteristics .field-label.slightly-wider {
        width: 90px;
      }
      .welding-details .electrical-characteristics .field.first,
      .welding-details .electrical-characteristics .field-label.first {
        margin-left: 0;
      }
      .welding-form .welding-details .electrical-characteristics .field.second-row {
        margin-top: 25px;
      }
    .welding-details .electrical-characteristics .field-label,
    .welding-details .electrical-characteristics .unit {
      box-sizing: border-box;
      line-height: 18px;
      margin-top: 10px;
      padding: 1px 0;
    }
    .welding-details .electrical-characteristics .unit {
      margin-left: 250px;
      text-align: right;
      width: 33px;
    }
      .welding-details .electrical-characteristics .unit.first-in-column,
      .welding-details .electrical-characteristics .field-label.first-in-column {
        margin-top: 24px;
      }
        .welding-form .welding-details .electrical-characteristics .field-label.first-in-column,
        .welding-form .welding-details .electrical-characteristics .field-label.first-in-column {
          margin-top: 30px;
        }
        .welding-form .welding-details .electrical-characteristics .field {
          margin-top: 10px;
        }
        .welding-form .welding-details .electrical-characteristics .field.first-in-column {
          margin-top: 0;
        }
        .welding-form .welding-details .electrical-characteristics .field-label {
          margin-top: 11px;
        }


    .welding-details .shielding-gas .field {
      float: left;
      margin-left: 5px;
      width: 115px;
    }
      .welding-details .shielding-gas .field.first {
        margin-left: 0;
      }
      .welding-form .welding-details .shielding-gas .field.second-row {
        margin-top: 25px;
      }
    .welding-details .shielding-gas .unit {
      box-sizing: border-box;
      line-height: 18px;
      margin: 24px 0 0 250px;
      padding: 1px 0;
      text-align: right;
      width: 45px;
    }


  .welding-details .unit::after {
    content: '';
    display: block;
    clear: both;
  }

  .welding-details .welding-detail {
    margin-top: 10px;
  }
/* END: Libraries/FillerMaterials */


/* BEGIN: Libraries/FluxMaterials */
.fluxMaterial .field-group.specification {
  min-height: 100px;
}

.fluxMaterial .chemical-composition,
.fluxMaterial .chemical-value {
  margin-top: 24px;
}

.fluxMaterial .electrical-characteristics .field {
  width: 80px;
}
.fluxMaterial .electrical-characteristics .unit {
  margin-left: 262px;
}
/* END: Libraries/FluxMaterials */


/* BEGIN: _hardnessTestValues */

.hardness-test .hardness-test-temperatures {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.hardness-test .hardness-test-temperatures .hardness-test-temperature {
  margin-left: 20px;
  padding-top: 15px;
  position: relative;
  width: 205px;
}
  .hardness-test .hardness-test-temperatures .first-in-row {
    margin-left: 0;
    width: 40px;
  }
  .hardness-test .hardness-test-temperatures .hardness-test-temperature-label {
    line-height: 18px;
    margin-top: 10px;
    padding: 1px 2px;
  }
    .hardness-test.welding-form .hardness-test-temperatures .hardness-test-temperature-label.non-first {
      margin-top: 26px;
    }
  .hardness-test .hardness-test-temperatures .hardness-test-temperature .partialItem {
    width: 100px;
  }
    .hardness-test .hardness-test-temperatures .hardness-test-temperature .partialItem.first {
      float: left;
    }
    .hardness-test .hardness-test-temperatures .hardness-test-temperature .partialItem.last {
      margin-left: 105px;
    }
/* END: _hardnessTestValues */


/* END: _impactTestValues */
.impact-test-temperatures {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.impact-test-temperatures .impact-test-temperature {
  padding-top: 15px;
  position: relative;
  width: 205px;
}
  .impact-test-temperatures .first-in-row {
    margin-left: 0;
    width: 40px;
  }
  .impact-test-temperatures .impact-test-temperature-label {
    line-height: 18px;
    margin-top: 10px;
    padding: 1px 2px;
  }
    .impact-test-temperatures .impact-test-temperature-label.work-label {
      margin-top: 24px;
    }
    .welding-form .impact-test-temperatures .impact-test-temperature-label.non-first {
      margin-top: 26px;
    }
  .impact-test-temperatures .impact-test-temperature .partialItem {
    width: 100px;
  }
    .impact-test-temperatures .impact-test-temperature .partialItem.first {
      float: left;
    }
    .impact-test-temperatures .impact-test-temperature .partialItem.last {
      margin-left: 105px;
    }
/* END: _impactTestValues */


/* BEGIN: Libraries/Positions */
.position .IsRotated {
  width: 30px;
}

.position .imageUploader .imageContainer {
  height: 229px
}
/* END: Libraries/Positions */

/* BEGIN: Libraries/Processes */
.processes .two-column .Column.last textarea {
  height: 42px;
}
/* END: Libraries/Processes */

/* BEGIN: Libraries/ProcessGases */
.processGases .same-height-container {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}

.processGases .specification .selectionDisplay {
  height: 40px;
}

.processGases .trade-or-brand .selectionDisplay {
  display: table-cell;
  height: 75px;
  vertical-align: middle;
}

.processGases .field-group.gas-characteristics {
  margin-top: 14px;
}
.processGases .field-group.gas-characteristics.welding-form {
  margin-top: 28px;
}

.processGases .field-group.gas-properties {
  margin-top: 10px;
}
/* END: Libraries/ProcessGases */


/* BEGIN: _tensileValueElevatedTemperature */
.yield-strengths {
  margin-top: 10px;
}

.yield-strengths .yieldstrengthlistTemplate,
.welding-form .yield-strengths {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.yield-strengths .yield-strength {
  margin-left: 5px;
  padding-top: 15px;
  position: relative;
  width: 100px;
}
  .yield-strengths .first-in-row {
    margin-left: 0;
  }
  .yield-strengths .yield-strength.second-row {
    margin-top: 5px;
  }
  .yield-strengths .yield-strength .remove {
    position: absolute;
    right: 0;
    top: -5px;
  }
  .yield-strengths .yield-strength-label {
    line-height: 18px;
    margin-top: 10px;
    padding: 1px 2px;
  }
    .welding-form .yield-strengths .yield-strength-label.non-first {
      margin-top: 25px;
    }
    .welding-form .yield-strengths .non-first-row, 
    .welding-form .yield-strengths .yield-strength-label.pressure-label {
      margin-top: 16px;
    }
/* END: _tensileValueElevatedTemperature */

/* BEGIN: _tensileValueRoomTemperature */
.inner-sub-header {
  background-color: #d7d5d5;
  color: #000;
  line-height: 25px;
  padding: 5px 10px;
  text-align: center;
}

.tensile-room-temperature .Column {
    border-left: 1px solid #ccc;
    box-sizing: border-box;
  }
    .tensile-room-temperature .Column.uts {
      width: 244px;
    }
      .tensile-room-temperature .Column.uts .unit {
        margin-left: 170px;
      }
    .tensile-room-temperature .Column.yield-strength {
      width: 331px;
    }
      .tensile-room-temperature .Column.yield-strength .unit {
        margin-left: 265px;
      }
    .tensile-room-temperature .Column.elongation {
      width: 243px;
    }
      .tensile-room-temperature .Column.elongation .unit {
        margin-left: 180px;
        width: 42px;
      }
    .tensile-room-temperature .Column.reduction-in-area {
      width: 160px;
    }
      .tensile-room-temperature .Column.reduction-in-area .unit {
        margin-left: 85px;
      }
    .tensile-room-temperature .Column.first {
      border-left: none;
    }
      .tensile-room-temperature .Column.first .inner-sub-header,
      .tensile-room-temperature .Column.first .content {
        padding-left: 19px;
      }
    .tensile-values .Column.last {
      
    }
      .tensile-room-temperature .Column.last .inner-sub-header,
      .tensile-room-temperature .Column.last .content {
        padding-right: 19px;
      }

    .tensile-room-temperature .content {
      padding-top: 0;
    }

    .tensile-room-temperature .Column .content {
      padding: 10px;
    }

    .tensile-room-temperature .field {
      width: 80px;
    }
      .tensile-room-temperature .field.slightly-wider {
        width: 90px;
      }
      .welding-form .tensile-room-temperature .field.second-row {
        margin-top: 25px;
      }
    .tensile-room-temperature .unit {
      margin-top: 12px;
      text-align: right;
      width: 45px;
    }
      .tensile-room-temperature .unit.first-in-column {
        margin-top: 16px;
      }
        .welding-form .tensile-room-temperature .unit {
          margin-top: 30px;
        }
      .tensile-room-temperature .unit::after {
        content: '';
        display: block;
        clear: both;
      }

      .tensile-room-temperature .one-field .field {
        float: left;
      }      

      .tensile-room-temperature .two-field .field.first {
        float: left;
      }
      .tensile-room-temperature .two-field .field.last {
        float: left;
        margin-left: 5px;
      }

      .tensile-room-temperature .three-field .field.first {
        float: left;
      }
      .tensile-room-temperature .three-field .field.middle,
      .tensile-room-temperature .three-field .field.last {
        float: left;
        margin-left: 5px;
      }
/* END: _tensileValueRoomTemperature */


/* BEGIN: Libraries/WeldJointDesign */
.weldJointDesign .imageDisplay {
  margin-top: 5px;
}

.weldJointDesign .dimensions-display .dimension-column {
  width: 460px;
}
  .weldJointDesign .dimensions-display .dimension-column.first {
    float: left;
  }
  .weldJointDesign .dimensions-display .dimension-column.last {
    margin-left: 480px;
  }
  .weldJointDesign .dimensions-display .dimension-column.last::after {
    content: '';
    display: block;
    clear: both;
  }

  .weldJointDesign .dimensions-display .dimension {
    display: flex;
    margin-top: 10px;
    position: relative;
    width: 460px;
  }
    .weldJointDesign .dimensions-display .dimension.header {
      font-weight: bold;
      margin-top: 0;
    }
    .weldJointDesign .dimensions-display .dimensionName {
      width: 200px;
    }
      .weldJointDesign .dimensions-display .dimensionName.groove-notes {
        padding-right: 20px;
        text-align: right;
        width: 180px;
      }
    .weldJointDesign .dimensions-display .dimensionComparison {
      text-align: center;
      width: 20px;
    }
    .weldJointDesign .dimensions-display .dimensionSymbol {
      text-align: center;
      width: 35px;
    }
    .weldJointDesign .dimensions-display .dimensionTextEntry {
      width: 260px;
    }
      .weldJointDesign .dimensions-display .dimensionTextEntry textarea {
        height: 46px;
      }
    .weldJointDesign .dimensions-display .dimensionValue {
      width: 75px;
    }


.weldJointDesign .conditions .listTemplate {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
  .weldJointDesign .conditions .libraryItemTemplate {
    position: relative;
  }
  .weldJointDesign .conditions .ButtonPanel {
    left: 0;
    position: absolute;
    top: -15px;
    width: 300px;
  }
  .weldJointDesign .conditions .btn {
    position: absolute;
    right: 0;
  }

.weldJointDesign .conditions .condition {
  margin-left: 20px;
  position: relative;
  width: 300px;
}
  .weldJointDesign .conditions .condition.first-condition-in-row {
    margin-left: 0;
  }
  .weldJointDesign .conditions .condition .remove {
    position: absolute;
    right: 0;
    top: 4px;
  }
/* END: Libraries/WeldJointDesign */

/* BEGIN: Libraries/WeldJointIllustration */
.weldJointIllustration .imageContainer {
  height: 50%;
}
.weldJointIllustration .symbols .imageContainer {
  height: 170px;
  margin: auto;
  width: 170px;
}
/* END: Libraries/WeldJointIllustration */

/* BEGIN: Color Picker */
.colorPicker .color {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px 6px 0;
  position: relative;
  text-align: center;
}

.colorPicker [type="radio"] {
  position: absolute;
  left: -10000px;
}

.colorPicker .colorDisplayContainer {
  border: solid 1px black;
  padding: 11px;
}

.colorPicker .colorDisplay {
  border: solid 1px black;
  height: 26px;
  width: 26px;
}

.colorPicker .color.selected .colorDisplayContainer {
  padding: 0;
}

.colorPicker .color.selected .colorDisplay {
  border: none;
  height: 50px;
  width: 50px;
}
/* END: Color Picker */

/* BEGIN: Text Display */
.text-display {
  background-color: rgb(235, 235, 228);
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  line-height: 16px;
  padding: 1px 2px;
  width: 100%;
}
/* END: Text Display */
