﻿body {
    font-family: 'Montserrat', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x:hidden;
    /*background: #e9e9e9; */
    /*display: none;*/   
    /*position: absolute;   
    top: 0;                  
    right: 0;                
    bottom: 0;
    left: 0;
    opacity: 0.5;*/
}

.img-logo {
    height: 50px;
}

.row-no-padding {
    margin-left: 0;
    margin-right: 0;
    /*[class*="col-"];*/
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nr-header {
    background-color: #012c53;
    color: white;
    text-align: center;
    padding: 10px 0px 10px 0px;
    margin-bottom: 10px;
    font-size: 14px;
    margin: 0 auto;
    text-align: right;
}

.green {
    color: #c2d640;
}
.greenProjectName {
    color: #c2d640;
}
.dark-blue {
    color: #012c53;
}

.dark-grey {
    color: #58595b;
}

.LightGrey {
    color: #f1f1f2;
}

.lighterGrey{
    color:#f1f1f2 !Important;

}
.nr-bold {
    font-weight: bold;
}

.modal-footer .btn {
    min-width: 80px;
}

.btn-green-small {
    color: #ffffff;
    background-color: #c2d640;
    border-color: #c2d640;
    padding: 5px 10px;
    margin-left: 7px;
}

    .btn-green-small:hover {
        color: #e5e5e5;
        background-color: #c2d640;
        border-color: #c2d640;
        padding: 5px 10px;
    }

.btn-green-medium {
    color: #ffffff;
    font-weight: normal;
    background-color: #c2d640;
    border-color: #c2d640;
}
.btn-green-medium:hover {
    color: #e5e5e5;
    font-weight: normal;
    background-color: #c2d640;
    border-color: #c2d640;
}
.submit-btn-medium {
    color: #ffffff;
    font-weight: normal;
    background-color: #00263E;
    border-color: #b2292E;
}
.submit-btn-medium:hover {
    color: #ffffff;
    font-weight: normal;
    background-color: #00263E;
    border-color: #b2292E;
}
.submit-progress {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 6em;
    padding-top: 2.3em;
    /* The following rules are the
     ones most likely to change */
    width: 20em;
    /* Set 'margin-left' to a negative number
     that is 1/2 of 'width' */
    margin-left: -10em;
    padding-left: 2.1em;
    background-color: rgba(0,0,0,0.6);
    color: white;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}
    

.btn-link:hover {
    text-decoration: none;
}

.text-decoration-none{
    text-decoration:none ;
}
#btn-2d-viewer {
    color: #58595b;
}

.nr-hr {
    height: 4px;
    background-color: #c2d640;
    border: none;
    margin: 5px 25px;
}

.sub-header {
    color: #58595b;
    font-size: 24px;
    padding: 25px 25px 10px 25px;
}

    .sub-header .pipe {
        color: #f1f1f2;
        margin: 0 5px;
    }

    .sub-header a {
        text-decoration: none;
        font-size: 14px;
        color: #58595b;
        text-align: center;
    }

    .sub-header .fa-plus-circle {
        font-size: 28px;
        margin: 0 10px;
        color: #cccccc;
    }

#btn-3d-viewer, #btn-2d-viewer {
    padding: 0px 0px;
    font-size: 12px;
}

.nopadding  {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nr-design-panel .input-group-addon {
    padding: 6px 8px;
}

.logo {
    display: block;
    margin: 0 auto;
}

.login-container {
    border: 1px solid #e4e4e4;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 1px 1px;
}

.center-container {
    margin: auto;
    position: absolute;
    top: 30%;
    left: 0;
    bottom: 0;
    right: 0;
}

.nr-btn {
    width: 100px;
}

select {
    height: 34px;
}

.nr-btn-xs {
    width: 60px;
    margin-right: 1px;
}

.input-validation-error {
    border: 1px solid red;
}

.field-validation-error {
    color: red;
}

.logout {
    color: white;
    text-decoration: none;
}

    .logout :hover {
        text-decoration: underline;
    }

.platform hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.platform-title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
}

.platform-type-label {
    font-size: 16px;
    color: #cccccc;
}

.Domino-container-top {
    position: relative;
    top: 0;
}

.Domino-container-bottom {
    position: relative;
    top: 10px;
    /* right: 100px; */
    display: block;
    /* height: 100px; */
    width: 100px;
}

.dominos{
        margin-bottom: 20px;
}

.displayMine {
    display: none;
}

.displayMine {
    background-color:yellow;
}

.containerimagediv {
    float: left;
    position: relative;
}

.dominoImage-top, .dominoImage-top-2 {
    position: absolute;
    top: 0;
    right: 5px;
    padding: 5px 0;
}

.dominoImage-middle, .dominoImage-middle-2 {
    position: absolute;
    top: 40px;
    right: 0;
    padding: 5px 45px 5px 35px;
}

.dominoImage-bottom, .dominoImage-bottom-2 {
    position: absolute;
    bottom: 2px;
    right: 5px;
    padding: 5px 0;
    float: left;
    overflow: visible;
}

.dominoImage-text-top, .dominoImage-text-top-2 {
    position: absolute;
    top: 5px;
    left: 110px;
    width: 70px;
    height: 20px;
}

.dominoImage-text-middle, .dominoImage-text-middle-2 {
    position: absolute;
    top: 40px;
    left: 110px;
    width: 70px;
    height: 20px;
}

.dominoImage-text-bottom, .dominoImage-text-bottom-2 {
    position: absolute;
    bottom: 4px;
    left: 110px;
    width: 70px;
    height: 20px;
}

.platform .dominoImage-span-top {
    position: absolute;
    top: 5px;
    left: 185px;
}

.platform .dominoImage-span-middle {
    position: absolute;
    top: 40px;
    left: 185px;
}

.platform .dominoImage-span-bottom {
    position: absolute;
    bottom: 4px;
    left: 185px;
}

.dominoImage-div-top, .dominoImage-div-middle, .dominoImage-div-bottom, .dominoImage-div-top-2, .dominoImage-div-middle-2, .dominoImage-div-bottom-2 {
    display: none;
}

label {
    font-weight: normal;
}

.signIn {
    text-align: center;
    font-size: 24px;
    margin: 10px 0;
}
/* Platform and Ramp Buttons
-------------------------------------------------- */
.platform-btn {
    margin: 0 10px 0 0;
    background-color: #f1f1f2;
    color: #58595b;
    font-weight: normal;
    font-size: 14px;
    min-height: 40px;
    min-width: 40px;
    padding: 10px 20px;
    text-align: center;
    user-select: none;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-sizing: border-box;
}

    .platform-btn:hover {
        cursor: hand;
        cursor: pointer;
    }

    .platform-btn ::selection {
        font-weight: normal;
        border: 1px solid #e5e5e5;
    }

.platform-btn-disabled {
    background: url(/images/dot-disabled.png) repeat;
    color: #333333;
    margin: 0 0 5px 5px;
    max-height: 40px;
    min-height: 40px;
    min-width: 80px;
    max-width: 80px;
    padding-top: 20px;
    text-align: center;
    user-select: none;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.nr-design-panel {
    margin: 5px 0 0 25px;
}

    .nr-design-panel hr {
        margin-top: 5px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #f1f1f2;
    }

.nr-padding-10 {
    margin: 10px 0;
    display: block;
}


.modal-header .modal-footer {
    background-color: #cccccc;
}

#StatusText, #InfoText {
    height: 30px;
    color: white;
    background-color: black;
    font-weight: bolder;
}

.weight-label {
    padding-bottom: 15px;
}

.nr-design-panel .controls {
    padding-right: 0;
}

.nr-design-panel label {
    line-height: 34px;
}
/* New Theme Integration*/

.field-validation-error {
    color: red;
}

/*.modal-body {
    height: 420px;
    overflow-y: auto;
}*/

.modal-footer {
    text-align: center;
}

tr > td {
    background-color: white;
}

tr.highlight > td {
    /*background-color: #c2d640;*/
}

.footer {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 35px; /* Height of the footer */
    background-color: #012c53;
    padding: 10px 0px 10px 10px;
}

.grid-footer {
    text-align: center;
}

/*.modal1 {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../Images/LoadingSmall.gif') 50% 50% no-repeat;
}*/

.weight-label {
    padding-bottom: 15px;
}

body.loading {
    overflow: hidden;
}

    /*body.loading .modal1 {
        display: block;
    }*/

.gridMVCTable {
    border-style: solid;
    border-width: thick !Important;
    border-top: thick solid #c2d640 !Important;
    border-bottom: thick solid #c2d640 !Important;
    border-left: none;
    border-right: none;
}

.quotePageButtons {
    margin-top: 15px;
    float: right;
}

.buttonInGrid {
    text-decoration: none !Important;
    padding: 0px 0px;
    border: none;
    background-color: transparent;
}

    .buttonInGrid hover {
        text-decoration: none !Important;
    }

.grid-wrap {
    padding: 10px 25px 10px 25px;
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .grid-wrap {
        overflow: scroll;
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .grid-wrap {
        overflow: scroll;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    .grid-wrap {
        overflow: scroll;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    .grid-wrap {
        overflow: scroll;
    }
}


.panel-type {
    margin-bottom: 10px;
    padding-left: 20px;
    display: block;
}

.nr-design-panel .top {
    height: 100px;
    margin-bottom: 40px;
}

.calculated {
    display: block;
    margin: 20px 5px;
}

.nr-inline {
    display: inline;
}

.removeUnderLine {
    text-decoration: none;
}

table.grid-table tr.grid-row-selected td {
    background: #c2d640 !important;
    color: white;
}

.bootstrap-switch {
    border-radius: 0px;
    border: 1px solid #f1f1f2;
}

    .bootstrap-switch .bootstrap-switch-handle-on {
        color: #ffffff;
        background: #c2d640;
    }

#Direction .btn {
    padding: 3px 4px 3px 10px;
    border-radius: 0;
    background-color: #f1f1f2;
}

#Direction .caret {
    margin-left: 10px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #c2d640;
    border-color: #c2d640;
}

.gridMVCTable a {
    color: #58595b;
    text-decoration: none;
}

.glyphicon-remove:before, .glyphicon-pencil:before, .fa-times-circle:before, .glyphicon-eye-open:before {
    color: #58595b;
    font-size: 16px;
}

.grid-header button {
    font-weight: normal;
    background-color: #c2d640;
    border-color: #c2d640;
}

    .grid-header button:hover {
        color: #e5e5e5;
        font-weight: normal;
        background-color: #c2d640;
        border-color: #c2d640;
    }

.gridMVCTable .btn-success:hover {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff;
}
.controls{
    position: absolute;
   top: 255px;
   left: 229px;
    visibility: hidden;
}
.controls.visible{
    visibility: visible;
}
.control-btn{
    -webkit-appearance: searchfield-cancel-button;
    -moz-appearance: -moz-win-borderless-glass;
    position: absolute;
}
.control-btn i{
    font-size: 26px;
    color: #000;
}
.control-btn.to-default i{
    font-size: 25px;
}
.control-btn:hover{
    cursor: pointer;
}
.to-left, .to-right{
    top: 40px;
    left: 24px;
}
.to-top, .to-bottom{
    left: 60px;
}
.to-bottom{
    top: 80px;
}
.to-right{
    left: 100px;
}
.to-default{
    top: 41px;
    left: 60.5px;
    font-size: 22px;
}
.zoom-plus, .zoom-minus{
    left: 25px;
    top: 130px;
    font-size: 25px;
}
.zoom-minus{
    left: 86px
}
.rotate-clockwise,
.rotate-anticlockwise {
    left: 25px;
    top: 180px;
    font-size: 25px;
}

.rotate-anticlockwise {
    left: 86px;
}

.rotate-clockwise {
    transform: rotateY(180deg);
}
/*.controls{
    position: absolute;
    top: 255px;
    left: 265px;
    visibility: hidden;
}
.controls.visible{
    visibility: visible;
}
.control-btn{
    font-size: 25px;
   background: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid black;
    border-radius:  5px;
    padding: 0;

}
.control-btn:focus{
    outline: none;
}
.control-btn:hover{
    color: #888;
}
.to-left, .to-right{
    top: 50px;
}
.to-top, .to-bottom{
    left: 50px;
}
.to-bottom{
    top: 100px;
}
.to-right{
    left: 100px;
}
.to-default{
    top: 47px;
    left: 47px;
    width: 35px;
    height: 35px;
    padding-bottom: 4px;
}
.zoom-plus, .zoom-minus{
    left: 136px;
}
.zoom-minus{
    top: 100px;
}*/
.addNew {
    position: relative;
    top: -5px;
    left: -5px;
}

/*.row {
    width: 100%;
}*/

.small-font {
    font-size: 14px;
    text-transform: uppercase;
}

.RememberMe {
    padding-left: 0;
    padding-right: 0;
}

.select-material {
    padding-left: 0;
    padding-right: 0;
}

.forgotPassword a{
        color: #012c53;
}

.quotePageButtons{
    padding-right : 15px;
}

.project-dashboard-icons a,.project-dashboard-icons button {
    padding-left :4px;
    padding-right :4px;
}

@media only screen and (max-device-width : 1024px){
    #Direction , .background{
        margin-top:15px;
        margin-left:10px;
    }

    .orientation{
          float: left !important;
    }
}

@media only screen and (min-device-width : 1024px){
        .orientation{
          float: right !important;
    }
}

#canvas-container{
    position:relative
}
#reload-btn{
    position:absolute;
    top:3%;
    left:93%;
}

/*#printPdf{
    margin-top:20px;
}*/
#printPdf hr{
    height:4px;
    background-color:#666666;
}

#printPdf .logo-label{
    font-size: 24px;
    font-weight:bold;
    color:#666666;
}

/*#quoteTable th , #quoteTable tr{
    border-bottom: 1px solid grey;
}*/

/*#printPdf h3{
    font-weight:bolder;
}
#printPdf label{
    width:200px;
    margin-right:20px;
}*/


#quoteTable tbody{
    border-top: 4px solid #666666;
}
/*#load {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('../Images/LoadingSmall.gif') 50% 50% no-repeat;
}*/

#CustInfo {
    margin-left: 35px;
}

fieldset {
    border: 1px solid lightgray;
    margin-left: -15px;
    width: 111%;
    /*padding-top: 0.35em;
    padding-bottom: 0.625em;*/
    padding-left: 1em;
    padding-bottom: 0.625em;
}

#legendFees {
    margin-bottom: 2px;
    font-size: 15px; /*21px*/
    color: #333;
    border: 1px;
    margin-left: 0px;
    width: 26%;
    border-bottom: 0;
}

#legendLandingPad {
    width: 110%;
    margin-bottom: 6px;
    font-size: 15px;
    color: #333;
    border: 1px;
    margin-left: 0px;
    width: 71%;
    border-bottom: 0;
}

#legendOthers {
    margin-bottom: 2px;
    font-size: 15px; /*21px*/
    color: #333;
    border: 1px;
    margin-left: 0px;
    width: 35%;
    border-bottom: 0;
}

.partsFieldSet {
    width: 70%;
    border: 2px solid black;
    border-color: #9ACD32;
    margin-left: 12px;
}
.partsEditTableFirstRow {
    border-top-color: #9ACD32 !important;
    height: 35px;
    border-top-width: thick !important;
}
.partsEditTableLastRow {
    border-bottom-color: #9ACD32 !important;
    height: 35px;
    border-bottom-width: thick !important;
}
#load1 {
    margin: 0 auto;
    top: 40%;
    /*top: 0;*/
    left: 0;
    right: 0;
    /*height: 100%;
    width: 100%;*/
    text-align: center;
    background-color: rgba( 255, 255, 255, .8);
    /*background: rgba( 255, 255, 255, .8 ) url('../Images/LoadingSmall.gif') 50% 50% no-repeat;*/
    padding: 20px 15px 15px 16px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    position: fixed;
    z-index: 1000;
    /*top: 0;
    left: 0;*/
}

#load {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) 50% 50% no-repeat;
}

progress {
    position: fixed;
    top: 50%;
    left: 50%;
    /*-webkit-writing-mode: horizontal-tb !important;
    -webkit-appearance: progress-bar;*/
    box-sizing: border-box;
    display: inline-block;
    height: 1em;
    width: 10em;
    vertical-align: -0.2em;
    /*background: rgba( 255, 255, 255, .8 ) url('../Images/LoadingSmall.gif') 50% 50% no-repeat;*/
}

#table-wrapper {
    position: relative;
    margin-bottom: 15px;
    margin-top: -13px;
}

#table-scroll {
    height: 223px;
    overflow: auto;
    margin-top: 20px;
    margin-right: 0px;
}

#tableQuoteData thead tr th {
    background-color: gainsboro;
    position: sticky;
    top: -1px;
}

#searchBtn {
    margin-left: -20px;
}

#nRampLabel {
    font-size: 25px;
}

#rApiLabel {
    font-size: 17px;
}

#companyId {
    margin-left: -45px;
    width: 450px;
}

@media (min-width: 360px) and (max-width: 1024px) {
    #companyId {
        margin-left: 0px;
    }

    #searchBtn {
        margin-left: 0px;
    }
}

@media (min-width: 360px) and (max-width: 414px) {
    #companyId {
        margin-left: 0px;
        width: 300px;
    }
}

@media (width: 375px) {
    #nRampLabel {
        font-size: 14px;
    }

    #rApiLabel {
        font-size: 10px;
    }
}
#percentageValue {
    position: fixed;
    top: 49.60%;
    left: 61.50%;
}

@media (width: 1920px) {
    #percentageValue {
        position: fixed;
        top: 49.60%;
        left: 57.60%;
    }
}
.firefox-plug {
    position: absolute;
    bottom: 8px;
    right: 16px;
    text-align: right;
}

.firefox-text {
    font-size: 12px;
    color: #00263E;
}
/**Leg feature style changes*/
.div-popup {
    height: auto;
    width: 300px;
    border: 5px solid rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    position: fixed;
    left: 50%;
    top: 51%;
    max-width: 800px;
    max-height: 800px;
    background-color: rgba(255, 255,255);
    color: black;
    padding: 10px 10px 10px 10px;
}
.platform-form {
    display: flex;
    flex-direction: row;
    margin: 30px;
}
/**Stair feature style changes*/
.skirting-form {
    display: flex;
    flex-direction: column;
    
}

