﻿/* csslint ignore:start */
/* Fix for BCConnect Header */
.bcconnectlogo #bcconnectlogo {
    padding-bottom: 0px;
    padding-top: 0px;
}

/* page layout
----------------------------------------------------------*/
.body-content {
    height: auto;
}

#react-container {
    height: 100%;
}

.no-margin-left {
    margin-left: 0px;
}

.no-margin-right {
    margin-right: 0px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.membermaintabs > .tabs-panels {
    min-height: 412px;
}

.wallmaintabs > .tabs-panels {
    min-height: 304px;
}

ul {
    list-style: disc;
    padding-left: 35px;
}

#maintabs {
    width: 692px;
    margin-left: 1px;
    float: left;
}

.PC-UI #maintabs {
    width: auto;
}

.focusMenuItem {
    background-color: #ddd;
}

projectMenu .menu-item {
    height: 50px;
}

#projectMenu.menuItemDisabled div.menuRowDisabled {
    opacity: 0.35;
    pointer-events: none;
}

#projectMenu.menuDeleteItemDisabled div.menuDeleteDisabled {
    opacity: 0.35;
    pointer-events: none;
}

#projectMenu.menuRenameItemDisabled div.menuRenameDisabled {
    opacity: 0.35;
    pointer-events: none;
}

#projectMenu.menuEditDisabled div.menuEditDescriptionDisabled {
    opacity: 0.35;
    pointer-events: none;
}

#projectMenu.menuEditDisabled div.menuEditMemberDisabled {
    opacity: 0.35;
    pointer-events: none;
}

#projectMenu.menuMoveToItemDisabled div.menuMoveToDisabled {
    opacity: 0.35;
    pointer-events: none;
}

#projectMenu.menuCopyItemDisabled div.menuCopyDisabled {
    opacity: 0.35;
    pointer-events: none;
}

#projectMenu.menuCopyItemDisabled div.menuCopyToDisabled {
    opacity: 0.35;
    pointer-events: none;
}

.spanDisabled {
    cursor: not-allowed;
}

/*Font size for the Contextual menu*/
.menu-text,
.menu-text span {
    font-size: 14px;
    margin-top: 5px;
}

.menu-item {
    border-style: solid;
    min-height: 30px;
}
/*End The Contextual menu*/

#BCCalc-Partial-View {
    max-width: 955px;
    margin-right: auto;
    margin-left: auto;
}

    /*New CSS FOR PC ONLY 1468, 1469, 70, 71 ... */
    #BCCalc-Partial-View.PC-UI {
        max-width: 1200px;
        height: 100%;
    }

    #BCCalc-Partial-View form {
        margin-bottom: 0px;
    }

.login-partial {
    padding-top: 0px !important;
}

.ResultControl {
    float: right;
}
/*COLOR */
#BCCalc-Partial-View div.InactiveColor .glyphicon {
    opacity: 0.5;
}

#BCCalc-Partial-View div.ActiveColor .glyphicon {
    opacity: 1;
}

div#globalsearch {
    margin-top: -19px;
    display: none;
    /*width: 348px;*/
}

.HorizontalMemberControlResult {
    width: 260px;
    height: 486px;
}

.VerticalMemberControlResult {
    width: 600px;
    height: 250px;
}

.SettingTab {
    float: left;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    height : 100%;
    touch-action: manipulation;
}

.bcc-body-content {
    height: auto;
    padding: 0;
    padding-bottom: 25px;
    background-color: #fefefe;
    flex: 1 1 auto;
}

#bcc-content-container {
    height: 100%;
}

    .bcc-body-content .row:not(#bcc-headerRow, #bcc-resultsMessageRow) {
        height: calc(100% - 40px);
    }

        .bcc-body-content .row:not(#bcc-headerRow, #bcc-resultsMessageRow) .col-md-12 {
            height: 100%;
        }

    .bcc-body-content #bcc-headerRow {
        position: relative;
        width: auto;
        padding-top: 10px;
        /*display: none;*/
        /*top:-4px;*/
    }

        .bcc-body-content #bcc-headerRow .col-md-8 {
            width: auto;
            margin-bottom: -19px;
            /*margin-top : -15px;*/
        }

            .bcc-body-content #bcc-headerRow .col-md-8 h1 {
                margin-top: 5px;
            }

    /*Builder / Project / Attachment-name inherit from BCConnect*/
    .bcc-body-content h1 {
        font-size: 1.2em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        padding-bottom: 5px;
    }

.combo-text {
    height: 27px !important;
    line-height: 27px !important;
}

.combo.textbox-readonly input[readonly="readonly"] {
    background-color: rgb(235, 235, 228);
}

.combo-arrow,
.combo {
    height: 27px !important;
}

/* BCB-4393: Fix the black border focus in Chrome v83+
By setting a class then targetting every elements, we prevent using "!important" keyword,
making it easier in the future to override this property (ty Sab <3)
*/
#body.disable-focus-outline *:focus {
    outline: none;
}

/*----------------------------------------------------------*/
#BCCalc-Partial-View {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

    #BCCalc-Partial-View .tabs a,
    .bccalcdialog .tabs a {
        text-decoration: none;
    }

    #BCCalc-Partial-View .tabs li,
    .bccalcdialog .tabs li {
        margin-right: 2px;
    }

    #BCCalc-Partial-View .tabs .tabs-inner,
    .bccalcdialog .tabs .tabs-inner {
        background-color: #1aab48;
        color: #fff;
    }

    #BCCalc-Partial-View
    .tabs
    li:not(.tabs-disabled):not(.tabs-selected):not(.removeHover)
    .tabs-inner:hover,
    .bccalcdialog
    .tabs
    li:not(.tabs-disabled):not(.tabs-selected):not(.removeHover)
    .tabs-inner:hover {
        color: #000;
        background-color: #fff;
    }

    #BCCalc-Partial-View .tabs .tabs-disabled,
    .bccalcdialog .tabs .tabs-disabled {
        opacity: 0.35;
    }

        #BCCalc-Partial-View .tabs .tabs-disabled .tabs-inner,
        .bccalcdialog .tabs .tabs-disabled .tabs-inner {
            cursor: default;
        }

    #BCCalc-Partial-View .tabs li:not(.tabs-disabled) .tabs-inner:focus,
    .bccalcdialog .tabs li:not(.tabs-disabled) .tabs-inner:focus {
        /*background-color: #eee;*/ /* Might want this when tab key implementation is done so that focus is not stuck on tab*/
    }

    #BCCalc-Partial-View .collapsedHeader .tabs .tabs-selected .tabs-inner,
    .bccalcdialog .tabs .tabs-selected .tabs-inner {
        background-color: #1aab48;
    }

.bccalcdialog .tabs .OpeningMaster .tabs-inner {
    background-color: black;
}

.bccalcdialog .tabs .OpeningCore .tabs-inner {
    background-color: #c84122;
}

#BCCalc-Partial-View .tabs .tabs-selected .tabs-inner,
.bccalcdialog .tabs .tabs-selected .tabs-inner {
    background-color: #346840;
    border: 1px solid #1aab48;
    color: #fff;
    font-weight: normal;
}

#errorMessage a {
    color: #333;
    outline: none;
    text-decoration: underline;
}

.bcconnectlogo a:link,
.bcconnectlogo a:visited,
.bcconnectlogo a:active,
.bcconnectlogo a:hover {
    background-color: transparent;
}

.body-content a:hover,
.bcc-body-content a:hover {
    background-color: #c7d1d6;
}

header,
footer,
hgroup,
nav,
section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

h3 {
    color: #346840;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1,
h2,
h4,
h5,
h6 {
    color: rgb(70, 169, 65);
    margin-bottom: 0;
    padding-bottom: 0;
}

h4#org-name, h5#org-location {
    color: rgb(0, 0, 0);
}

#BCCalc-Partial-View h1 {
    font-size: 2em;
}

#BCCalc-Partial-View h2 {
    font-size: 16px;
    font-weight: bold;
}

#BCCalc-Partial-View h3 {
    font-size: 1.2em;
}

#BCCalc-Partial-View h4 {
    font-size: 1.1em;
}

#BCCalc-Partial-View h5,
#BCCalc-Partial-View h6 {
    font-size: 1em;
}

h5 a:link,
h5 a:visited,
h5 a:active {
    padding: 0;
    text-decoration: none;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    clear: both;
    padding-bottom: 35px;
    display: flex;
    flex-flow: column;
}

.main-content {
    padding-left: 10px;
}

.featured + .main-content {
    background: url("../Images/heroAccent.png") no-repeat;
}

header .content-wrapper {
    padding-top: 20px;
}

.linkMemberCreationButtons {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-left: 10px;
}

#TreeLinkMember .tree-node {
    height: 25px;
    padding-top: 3px;
}

/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a,
    .site-title a:hover,
    .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }

/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: 0.85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }

/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient( linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6) );
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1,
    .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1,
    hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
input[type="text"].grayedOut {
    background-color: rgb(235, 235, 228);
}

input[type="text"].textbox-text {
    height: 100%;
}

#BCCalc-Partial-View input[type="text"] {
    margin: 0;
    /*height: 30px;
  width: 85px;*/
}

.datagrid-cell {
    font-size: 12.7px;
}

.datagrid-row {
    height: 30px;
}

div.modalbody input[type="text"]:not(.textbox-text),
div.modalbody input[type="tel"]:not(.textbox-text),
div.modalbody input[type="password"]:not(.textbox-text) {
    height: 25px;
    margin: 0;
    width: 85px;
}
/* Datagrid
----------------------*/

input[name="HangerWebStiffener"]::-webkit-input-placeholder,
input[name="HangerFaceNails"]::-webkit-input-placeholder,
input[name="HangerTFNails"]::-webkit-input-placeholder,
input[name="HangerJoistNails"]::-webkit-input-placeholder,
input[name="HangerBase"]::-webkit-input-placeholder,
input[name="HangerUpliftCap"]::-webkit-input-placeholder,
input[name="HangerLoadCap"]::-webkit-input-placeholder,
input[name="HangerInstalledCost"]::-webkit-input-placeholder {
    text-align: center;
}

input[name="HangerWebStiffener"]:-ms-input-placeholder,
input[name="HangerFaceNails"]:-ms-input-placeholder,
input[name="HangerTFNails"]:-ms-input-placeholder,
input[name="HangerJoistNails"]:-ms-input-placeholder,
input[name="HangerBase"]:-ms-input-placeholder,
input[name="HangerUpliftCap"]:-ms-input-placeholder,
input[name="HangerLoadCap"]:-ms-input-placeholder,
input[name="HangerInstalledCost"]:-ms-input-placeholder {
    text-align: center;
}

input[name="HangerModel"]::-webkit-input-placeholder,
input[name="HangerModel"]:-ms-input-placeholder {
    text-align: left;
}

.datagrid-wrap {
    outline-width: 0;
}

.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
    border-style: none;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

#divControlResults .datagrid,
#divControlResults .datagrid .datagrid-wrap {
    height: 100%;
}

#divControlResults .datagrid-header {
    height: 29px;
}

#divControlResults .datagrid-htable {
    height: 29px;
}

#divControlResults .datagrid-row {
    height: 31px;
}

#divControlResults .datagrid-cell {
    font-size: 11.7px;
}

.bcIcon.disabled {
    opacity: 0.35;
}

.datagrid-body {
    max-height: 304px;
}

#Products .datagrid-body {
    overflow-x: hidden;
}
/*---------------------------*/

div.defaultPadding-right {
    padding-right: 10px;
}

div.AdvancedSettingLine {
    padding-bottom: 5px;
}

/* START defaultSettingLineCheck*/
div.defaultSettingLine {
    overflow: hidden;
    box-sizing: content-box;
    height: auto;
    padding: 1px 1px 4px 0px;
}

    div.defaultSettingLine.noCheckbox {
        padding: 1px 1px 4px 0px;
    }

    /*div.defaultSettingLine input[type="checkbox"]
{
    float:left;
    margin:1px 2px 10px 0;
    padding:0px;
}*/
    div.defaultSettingLine label {
        float: left;
        margin: 5px 0 0 0;
        padding-right: 3px;
        text-align: left;
    }

    div.defaultSettingLine .combo {
        float: right;
        margin-left: 5px;
    }

div.defaultInputLine label {
    float: left;
    margin: 5px 0 0 0;
    text-align: left;
}

div.defaultInputLine {
    overflow: hidden;
    padding-bottom: 10px;
    box-sizing: content-box;
    height: auto;
}

    div.defaultInputLine.noCheckbox {
        padding: 1px 1px 4px 0px;
    }

    div.defaultInputLine input[type="text"] {
        width: 85px;
        float: right;
        margin: 0 0 0 5px;
        height: 27px;
    }

input.defaultTextInput {
    float: right;
    margin: 0 0 0 5px;
    height: 27px;
    width: 85px;
}

div.alignLabelCheckbox input[type="checkbox"] {
    margin: -2px 0 0 0;
    vertical-align: middle;
    padding: 0px;
}

div.alignLabelCheckbox label {
    margin: 0px 0 22px 0;
    text-align: left;
    display: block;
}

    div.alignLabelCheckbox label:last-of-type {
        margin-bottom: 10px;
    }

/* END defaultSettingLineCheck*/

/* START Hanger partial view */

div#hangerPartial div.row {
    padding-bottom: 5px;
}

div#hangerPartial input[type="text"]:not(.textbox-text) {
    width: 93px;
}

div#hangerPartial label {
    margin-top: 5px;
}

div#hangerPartial .combo {
    float: right;
}

div#hangerPartial input.SelectHanger {
    float: left;
    margin: 0;
}

div.inputNoFloat .combo {
    float: none;
}

div.inputMultipleGroupeSameLine .combo {
    float: none;
}

div.inputMultipleGroupeSameLine label {
    float: none;
}
/* END Hanger partial view */
/*div.openingProduct
{
    width: 100%;
    height: 23px;
}*/
/*div.openingProductLeftDiv
{
    width: 27%;
    height: 100%;
    float: left;
}*/

div.opening-product-line {
    padding: 0;
    float: left;
    width: 430px;
}

div.pocket-product-line {
    padding: 0;
    float: left;
    width: 430px;
}

/*div.openingProductRightDiv
{
    width: 73%;
    height: 100%;
    float: right;
}*/

#BCCalc-Partial-View fieldset,
#LoadsPopUp fieldset {
    border: 2px groove threedface;
    margin: 0;
    padding: 10px 0 0 10px;
}

    #BCCalc-Partial-View fieldset legend,
    #LoadsPopUp legend {
        border-bottom: none;
        margin-bottom: 0;
        width: auto;
    }

#frmLoadsMain .panel-body {
    border-left: 0px;
    border-right: 0px;
    border-bottom: none;
}

#frmBearingsMain .panel-body {
    border-left: 0px;
    border-right: 0px;
    border-bottom: none;
}

#frmHolesMain .panel-body {
    border-left: 0px;
    border-right: 0px;
    border-bottom: none;
}

#frmConnectionsMain .panel-body {
    border-left: 0px;
    border-right: 0px;
    border-bottom: none;
}

#frmNotchBevelMain .panel-body {
    border-left: 0px;
    border-right: 0px;
    border-bottom: none;
}

#frmBracingsMain .panel-body {
    border-left: 0px;
    border-right: 0px;
    border-bottom: none;
}

#frmLateralConnectionsMain .panel-body {
    border-left: 0px;
    border-right: 0px;
    border-bottom: none;
}

#frmOpeningsMain .panel-body {
    border-left: 0px;
    border-right: 0px;
    border-bottom: none;
}

#frmPocketsMain .panel-body {
    border-left: 0px;
    border-right: 0px;
    border-bottom: none;
}

div.panel {
    box-shadow: none;
    -webkit-box-shadow: none;
}

    /* Dialogs START*/
    div.panel.window {
        padding: 0;
        border: 1px solid transparent;
        border-radius: 6px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

div.customDialog label {
    margin-top: 5px;
}

div.window div.window-body {
    border: none;
}

.window-mask {
    background-color: #333333;
    opacity: 0.65;
}

.bccalcdialog {
    border: none;
    padding: 0px;
    font-family: helvetica, tahoma, verdana, sans-serif;
}

    .bccalcdialog .overlay {
        position: absolute;
    }

    .bccalcdialog label {
        /*text-align: left;
  font-size: 13px;*/
    }

    .bccalcdialog legend {
        border-bottom: none;
        margin-bottom: 0;
        width: auto;
    }

    .bccalcdialog .btn.btn-default,
    .bccalcdialog .btn.btn-primary {
        margin: 0 0 0 15px;
        color: white;
        font-size: 16px;
        font-weight: normal;
    }

#customDialog .btnClose {
    margin: 0 8px 0 0px;
}

#GeneralDefaultWindow.bccalcdialog .btn.btn-default,
#GeneralDefaultWindow.bccalcdialog .btn.btn-primary {
    margin: 0 0 0 5px;
    min-width: 65px;
}

.toolbarButton.btn {
    min-width: 5px;
    width: 30px;
    margin: 0px;
    padding: 0px;
}

.bccalcdialog fieldset {
    border: 2px groove threedface;
    margin: 0;
    padding: 0;
}

/*Dialog END*/

fieldset ol {
    padding: 0;
    list-style: none;
}

    fieldset ol li {
        padding-bottom: 5px;
    }

/*label.checkbox
{
  display: inline;
}*/

td .combo {
    margin: 5px 0px 7px 0px;
}

input,
textarea {
    border: 1px solid #e2e2e2;
    /*Makes radio button ugly in IE*/
    /*background: #fff;*/
    /*color: #333;*/
    margin: 5px 0 6px 0;
    padding: 5px;
    /*width: 300px;*/
    -webkit-box-shadow: none;
    box-shadow: none;
}

    input[type="radio"] {
        vertical-align: middle;
        margin-top: -1px;
    }

    input[type="text"] {
        -webkit-border-radius: 0;
    }

    input[type="tel"] {
        -webkit-border-radius: 0;
    }

textarea {
    font-family: inherit;
    width: 500px;
    -webkit-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    input:focus,
    textarea:focus {
        box-shadow: 0 0 2px 1px #5090ff;
        outline: none;
        border: none;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
    margin-left: 2px;
    -webkit-border-radius: 0;
}

input[type="submit"],
input[type="button"],
button {
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 4px;
    margin-right: 8px;
    -webkit-appearance: none; /*safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -webkit-border-radius: 0;
}

input.AddAxialLoad[disabled="disabled"],
input.AddUniformAreaLoadFrontBack[disabled="disabled"],
input.AddLinearAxialLoad[disabled="disabled"],
input.AddPointLoadFrontBackLoad[disabled="disabled"],
input.AddLinearLoadFrontBackLoad[disabled="disabled"],
input.AddPointLoad[disabled="disabled"],
input.AddConcentratedLoad[disabled="disabled"],
input.AddUniformLinearLoad[disabled="disabled"],
input.AddUniformAreaLoad[disabled="disabled"],
input.AddTrapezoidalLoad[disabled="disabled"] {
    opacity: 0.4;
}

.RotatedFlipppedLoad {
    -moz-transform: scaleX(-1) rotate(90deg);
    -o-transform: scaleX(-1) rotate(90deg);
    -webkit-transform: scaleX(-1) rotate(90deg);
    transform: scaleX(-1) rotate(90deg);
    -ms-transform: scaleX(-1) rotate(90deg);
}

.horizontalFlip {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    -ms-transform: scaleY(-1);
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
    font-family: Arial;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

input.input-validation-error {
    border: 1px solid #e2e2e2;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    display: block;
}

.field-validation-valid {
    display: none;
}

.validation-summary-errors {
    color: #e80c4d !important;
    font-weight: bold;
    font-size: 13px;
    padding-right: 10px;
}

.validation-summary-valid {
    display: none;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0 none;
}

th {
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link,
        th a:visited,
        th a:active,
        th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a,
    th.desc a {
        margin-right: 0.75em;
    }

        th.asc a:after,
        th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: "▲";
        }

        th.desc a:after {
            content: "▼";
        }

td {
    padding: 0.25em 0.25em 0.25em 0.75em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}

/*Added css rules*/
.no-padding-bottom {
    padding-bottom: 0;
}

:disabled,
.disabled {
    color: darkgrey;
}

a.disabled-link {
    pointer-events: none;
    cursor: default;
    color: darkgrey;
}

.truncated {
    display: block;
    white-space: nowrap; /* forces text to single line */
    overflow: hidden;
    text-overflow: ellipsis;
}

#BCCalc-Partial-View a.disabled {
    color: darkgrey;
    cursor: default;
}

.imageLoading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

.contentBox {
    position: relative;
    overflow: hidden;
    margin-top: 5px;
    width: 960px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}

.PC-UI .contentBox {
    width: 1155px;
}

.totalDeflection {
    float: left;
}

.inputLink {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    text-decoration: underline;
    cursor: pointer;
    color: black !important;
}

input.CopyBearing {
    width: 25px;
    height: 25px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .totalDeflection {
        float: left;
        padding-left: 10px;
    }

    body {
        -webkit-touch-callout: none !important; /* disable targets <a>, <img> */
        -webkit-user-select: none !important; /* disable text selection */
    }
}

.fakeButtonOnLink {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
    text-decoration: none;
}

/* Style for the Tablet UI tabs */
#tabletTabs .tabs {
    width: auto;
}

#tabletTabs #tabHeaders {
    background-color: #fefefe;
}

#tabletTabs .tabs-inner {
    height: 27px;
    line-height: 25px;
}

.float-bottom {
    position: fixed;
    bottom: 35px;
    width: 960px;
}

#tabletTabContainer {
    margin-top: 2px;
}

#tabletMemberTabContainer {
    width: 692px;
    margin-left: 0px;
    float: left;
    height: 335px;
    border: solid 1px #ddd;
}

.wallTabletUI #tabletMemberTabContainer > div {
    height: 335px;
}

.horizontalMemberTabletUI #tabletMemberTabContainer > div {
    height: 335px;
}

.verticalMemberTabletUI #tabletMemberTabContainer > div {
    height: 305px;
}

.verticalMemberTabletUI .fullTabletDrawing #drawing {
    margin-left: 330px;
}

#tabletMemberTabContainer > div#Spans,
#tabletMemberTabContainer > div#NotchBevel {
    overflow-y: auto;
    overflow-x: hidden;
}

#tabletResultsContainer {
    float: left;
    width: 260px;
    margin-left: 6px;
    height: 335px;
}

#tabletWallResultsContainer {
    float: left;
    width: 260px;
    margin-left: 2px;
    height: 280px;
}

#tabletColumnResultsContainer {
    height: 135px;
    padding-top: 2px;
    clear: both;
}

.leftSideTabletColumnUI {
    float: left;
    width: 692px;
}

.expandCollapseGlypicon {
    font-size: 12px;
    top: 3px;
}

/* Style for the span tab*/
.tableCenter {
    margin-right: 10px;
    overflow: hidden;
    padding-top: 2px;
    width: 670px;
}

.PC-UI .tableCenter {
    width: 788px;
}

.tableCenter .header-row {
    margin-bottom: 5px;
    border-bottom: solid 1px;
    padding-bottom: 5px;
    font-weight: bold;
}

.tableCenter .row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}

    .tableCenter .row div {
        text-align: center;
    }

    .tableCenter .row .easyui-combobox {
        margin: 0px;
    }

.tableCenter .span-row .col-span {
    margin-top: 30px;
}

.tableCenter .row .col-span {
    width: 75px;
}

.tableCenter .row .col-cantilever {
    width: 65px;
}

.tableCenter .row .col-support-label {
    width: 50px;
}

.tableCenter .row .col-support-type {
    width: 110px;
}

.tableCenter .row .col-support-material {
    width: 130px;
}

.tableCenter .row .col-support-width {
    width: 80px;
}

.tableCenter .row .col-accessory-width {
    width: 80px;
}

.tableCenter .row .col-reference {
    width: 75px;
}

.tableCenter .row .col-copyBearing {
    width: 30px;
}

.tableCenter .row .col-support-label .linkedBearingDialog {
    width: 50px;
}

.PC-UI .tableCenter .row .col-span {
    width: 80px;
}

.PC-UI .tableCenter .row .col-cantilever {
    width: 60px;
}

.PC-UI .tableCenter .row .col-support-label {
    width: 97px;
}

.PC-UI .tableCenter .row .col-support-type {
    width: 105px;
}

.PC-UI .tableCenter .row .col-support-material {
    width: 132px;
}

.PC-UI .tableCenter .row .col-support-width {
    width: 75px;
}

.PC-UI .tableCenter .row .col-accessory-width {
    width: 75px;
}

.PC-UI .tableCenter .row .col-reference {
    width: 125px;
}

.PC-UI .tableCenter .row .col-copyBearing {
    width: 35px;
}

.tableCenter .row .col-span input {
    width: 90%;
}

.tableCenter .row .col-cantilever input {
    width: 100%;
}

.tableCenter .row .col-support-label input {
    width: 90%;
}
/*.tableCenter .row .col-support-type input       { width: 80%; }*/
/*.tableCenter .row .col-support-material input   { width: 80%; }*/
/*.tableCenter .row .col-support-width input      { width: 80%; }*/
/*.tableCenter .row .col-accessory-width input    { width: 80%; }*/
/*.tableCenter .row .col-reference input          { width: 80%; }*/
.tableCenter .row .col-copyBearing input {
    width: 80%;
}

/* Wall Opening Dialog */
.justificationRow {
    margin-bottom: 1px;
}

    .justificationRow span {
        margin-right: 1px;
    }

.OpeningredDot {
    position: absolute;
    background-color: red;
    /*border-color:black;
  border:solid;*/
    width: 6px;
    height: 6px;
    border-radius: 100%;
    display: none;
}

#redDot {
    position: absolute;
    background-color: red;
    /*border-color:black;
  border:solid;*/
    width: 6px;
    height: 6px;
    border-radius: 100%;
    display: none;
}

span.red {
    color: red;
}

.spanInput:read-only {
    background-color: rgb(235, 235, 228);
}

/*en dmirna2*/

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {
    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: 0.85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }

    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article,
    aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }

    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: 34px;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

input.bccheckbox[type="checkbox"] {
    display: block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-appearance: none;
    margin: 1px 2px 0 1px;
    float: left;
}

.col-cantilever input.bccheckbox[type="checkbox"] {
    float: none;
    margin: auto;
}

input.bccheckbox[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUwMHB4IiBoZWlnaHQ9IjUwMHB4IiB2aWV3Qm94PSIwIDAgNTAwIDUwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTAwIDUwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHJlY3QgeD0iNTAiIHk9IjUwIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjQwMCIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjNzc3IiBzdHJva2Utd2lkdGg9IjQwIiAvPjxyZWN0IHdpZHRoPSIyODAiIGhlaWdodD0iMjgwIiB4PSIxMTAiIHk9IjExMCIgZmlsbD0iIzFhYWI0OCIgLz48L3N2Zz4=");
}

input.bccheckbox[type="checkbox"]:not(:checked) {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUwMHB4IiBoZWlnaHQ9IjUwMHB4IiB2aWV3Qm94PSIwIDAgNTAwIDUwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTAwIDUwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHJlY3QgeD0iNTAiIHk9IjUwIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjQwMCIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjNzc3IiBzdHJva2Utd2lkdGg9IjQwIiAvPjwvc3ZnPg==");
}

input.bccheckbox[type="checkbox"][disabled] {
    opacity: 0.5;
}

input[type="radio"] {
    display: block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-appearance: none;
    margin: 1px 2px 0 0px;
    float: left;
    border: none;
    background-color: transparent;
}

    input[type="radio"]:checked {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGNpcmNsZSBjeD0iMjU2IiBjeT0iMjU2IiByPSIyMDAiIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLXdpZHRoPSI1MCIgLz48Y2lyY2xlIGN4PSIyNTYiIGN5PSIyNTYiIHI9IjEyNSIgZmlsbD0iIzFhYWI0OCIgLz48L3N2Zz4=");
    }

    input[type="radio"]:not(:checked) {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGNpcmNsZSBjeD0iMjU2IiBjeT0iMjU2IiByPSIyMDAiIHN0cm9rZT0iIzc3NyIgc3Ryb2tlLXdpZHRoPSI1MCIgZmlsbD0iI2ZmZiIgLz48L3N2Zz4=");
    }

    input[type="radio"][disabled] {
        opacity: 0.5;
    }

.plateSelectionImg {
    height: 80px;
    width: auto;
    padding-left: 15px;
}

.plateSelectionRadio {
    height: 20px;
    width: auto;
}

.plateSelectionRow {
    margin-bottom: 30px;
}

/*Alternative busy curser*/
body.wait,
body.wait * {
    /*pointer-events: none;*/
    cursor: wait !important;
}

.pointer-events-none {
    pointer-events: none;
}

.borders div > div {
    border: 0px 1px 1px 1px solid;
}
/* csslint ignore:end */

#divControlResults div {
    white-space: normal;
}

div.inline-div {
    display: inline;
}
