.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #96be0d;
    border-color: #96be0d;
    color: #fff;
}

circle:not(.static) {
    cursor: pointer;
}

circle.static {
    cursor: not-allowed;
    fill: grey !important;
}

circle:hover:not(.static),
circle.selected {
    stroke: rgb(0,152,161);
    stroke-width: 4px;
}

hr.no-border {
    border:none;
    margin-bottom: 0;
}

/* circle.selected {
  stroke: rgb(0,152,161);
  stroke-width: 2px;
} */

table {
    border: 1px solid black;
    min-height: 27px;
    width: 250px;
}

.arc,
.draggable-line {
    cursor: pointer;
}

.arc-handler,
.line-handler {
    cursor: pointer;
}

.arc:hover,
.arc-handler:hover + .arc,
.draggable-line:hover,
.line-handler:hover + .draggable-line  {
    stroke: rgb(0,152,161);
    stroke-width: 4px;
}

.line.dashed {
    stroke-dasharray: 2;
}

.step-nav {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

.step-nav .btn-wrap {
    width: 100%;
}

.step-nav .btn-wrap:first-child {
    padding: 0 40px 0 0;
}

.step-nav .btn-wrap:last-child {
    padding: 0 0 0 40px;
}

.step-nav .btn {
    height: 50px;
    width: 100%;
    text-transform: none;
    box-shadow: none;
}

.step-nav .btn-default {
    border-color: #f6f6f6;
}

.step-nav .btn i {
    font-size: 18px;
    margin-left: 10px;
    vertical-align: middle;
}

.step-nav > div {
    flex: 1;
}

.step-nav .steps {
    flex: 2;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step-nav .steps:before {
    content: '';
    position: absolute;
    left: 1px;
    right: 1px;
    top: 50%;
    border-top: 1px solid #000;
    z-index: 0;
}

.step-nav .steps li {
    float: left;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.step-nav .steps li a {
    display: inline-block;
    text-align: center;
    width: 24px;
    height: 24px;
    line-height: 22px;
    font-size: 14px;
    color: #000;
    background: #fff;
    border: 1px solid #000;
}

.step-nav .steps li a i {
    display: none;
}

.step-nav .steps li:last-child a {
    margin-right: 0;
}

.step-nav .steps li.active a {
    color: #fff;
    background: #0098a1;
    border-color: #0098a1;
}

.step-nav .steps li.active a {
    color: #fff;
    background: #0098a1;
    border-color: #0098a1;
}

.step-nav .steps li.done a span {
    display: none;
}

.step-nav .steps li.done a i {
    display: inline;
}

.left-menu-content .step {
    margin-top: -1px;
}

.shape-select {
    display: flex;
    flex-direction: row;
    justify-content: center;
    cursor: pointer;
    border: 2px solid transparent;
    width: 100%;
    background: #fff;
    padding: 5px 0;
}

.shape-select > div {
    display: flex;
    align-items: center;
    padding: 0 7px;
}

.shape-select img {
    height: 40px;
    width: auto;
}

.shape-select.profile:hover {
    border: 2px solid rgb(0,152,161);;
}

.shape-select.active {
    border: 2px solid #96be0d;
}

.step-title {
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1;
}

.step-subtitle {
    margin-top: 0;
}

.header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    position: relative;
    height: 57px;
    margin-bottom: 8px;
}

.profile-editor {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.profile-editor__content {
    text-align: left;
}

.profile-editor__shapes {
    width: 70px;
    display: inline;
    float: left;
}

.profile-editor__editor {
    padding-left: 70px;
}

.profile-editor__editor .svg {
    width: 100%;
}

.profile-editor__editor .inputs {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.profile-editor__editor svg {
    background-color: #fff;
}

.profile-editor__editor .inputs {
    margin: 10px 0 0;
}

.profile-editor__editor .inputs > div {
    padding: 0 3px;
}

.pxc-brand {
    background: transparent url("img/signal_chain_1.png") no-repeat;
    width: 426px;
    height: 30px;
    padding-left: 70px;
}

th {
    text-align: start;
}

.paramate-waitAnim {
    position: absolute;
}

.invisible {
    visibility: hidden;
}

.draggable {
    cursor: move;
    cursor: -webkit-grab;
    border: 2px solid transparent;
}

/* img.draggable {
  border: 2px solid white;
} */

.draggable:hover {
    border: 2px solid rgb(0,152,161);
}

.draggable.active {
    border: 2px solid #96be25;
}

.app-content {
    /*display: flex;*/
    /*flex-flow: row wrap;*/
}

.left-menu {
    /*flex: 7 1 0;*/
    /*padding-right: 20px;*/
}

.viewport-wrapper {
    /*flex: 5 1 0;*/
    /*position: relative;*/
}

.viewport {
    overflow: hidden; 
    background: radial-gradient(#fff, #9ba5a5);
}

.viewport {
    height: 700px;
}

@media (min-width: 1200px) {
    .step-content .step1,
    .step-content .step7 {
        height: 700px;
        position: relative;
    }
}

.viewport-buttons {
    position: absolute;
    right: 2em;
    text-align: center;
    color: white;
}

.viewport-buttons.buttons-top {
    top: 1em;
}

.viewport-buttons.buttons-bottom {
    bottom: 1em;
    display: flex;
    flex-direction: column;
}

.viewport-buttons h5 {
    margin-bottom: 10px;
}

.viewport-buttons .btn {
    text-shadow: none;
    border: none;
    box-shadow: none;
    text-transform: none;
    padding: 3px;
    margin-bottom: 4px;
    width: 85px;
    font-size: 11px;
}

.buttons-bottom .btn {
    width: 120px;
}

.row-title {
    background-color: #ccc;
    /* color: wheat; */
    padding: 5px 0;
    text-align: center;
    width: 100%;
}

.history-delete-btn {
    cursor: pointer;
    text-align: center;
}

.history-element-select {
    cursor: pointer;
}

.cart-btn {
    background: url("img/cart.png") no-repeat 25px;
    background-color: rgb(150, 191, 13);
    color: white;
    height: 61px;
    width: 315px;
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding-left: 35px;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.cart-btn:hover {
    background-color: #0098a1;
}

.download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("img/download.svg") no-repeat 3px;
    background-color: #0098a1;
    color: white;
    height: 61px;
    width: 350px;
    margin-top: 1em;
    margin-bottom: 2em;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.download-btn:hover {
    background-color: rgb(230, 151, 63);;
}

.dxbuyblock
{
    display:inline-block;
    padding:10px;
    background-color:lightyellow;
}

#buyline
{
    background-color:lightyellow;
}

.dxcolortype
{
    display:block;
    cursor: pointer;
    padding:4px 4px 4px 20px;
}

.dxcolorselected {
    cursor:pointer;
}

.whiteTextShadow
{
    text-shadow:
            0 0 1px white,
            0 0 1px white,
            0 0 1px white,
            0 0 1px white,
            0 0 1px white,
            0 0 1px white,
            0 0 1px white,
            0 0 1px white,
            0 0 1px white,
            0 0 1px white;
}

.input-group-unstyled .input-group-addon {
    background: transparent;
    border: none;
    border-radius: none;
    padding: 0 12px;
    color: #000;
}

.step.pre-init {
    visibility: hidden;
    position: absolute;
    z-index: -1;
}

.step-box {
    padding: 15px;
    border: 1px solid #f6f6f6;
}

.housing-form-row {
    margin-left: -1px;
    margin-right: -1px;
}

.housing-form-row > [class*=col-] {
    padding-left: 1px;
    padding-right: 1px;
}

.housing-input-box {
    background: #f6f6f6;
    padding: 25px 15px;
    margin-bottom: 2px;
    text-align: center;
}

@media (max-width: 1999px) {
    .housing-input-box {
        border-bottom: 2px solid #fff;
    }
}

.housing-input-box h3 {
    font-weight: bold;
}

.housing-input-box.border-box {
    border: 1px solid #f6f6f6;
    background: transparent;
}

.housing-input-box select.form-control,
.dxcolorselected.form-control {
    background-image: url(../img/down-arrow-black.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: right 10px center;
}

.housing-input-box .form-control,
.housing-input-box .input-label {
    font-size: 1.15em;
}

.introduction-box {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .introduction-box {
        position: absolute;
        bottom: 0;
        margin-bottom: 0px;
    }
}

.housing-input-box input[type=checkbox],
.housing-input-box input[type=radio] {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.housing-input-box input[type=checkbox] + i,
.housing-input-box input[type=radio] + i {
    display: inline-block;
    border: 2px solid #96be0d;
    border-radius: 3px;
    background: #fff;
    color: #fff;
    margin-right: 5px;
    padding: 2px;
    font-size: 10px;
    vertical-align: middle;
}

.housing-input-box input[type=checkbox]:checked + i,
.housing-input-box input[type=radio]:checked + i {
    background: #96be0d;
}

.housing-input-box .form-group {
    margin-bottom: 20px;
}

.housing-input-box .control-label {
    display: inline-block;
    padding-top: 3px;
}

.measurements-input-box .input-group-addon {
    width: 100%;
    text-align: right;
}

.shape-select-box {
    padding-left: 40px;
    padding-right: 40px;
}

.shape-select-box .row {
    margin-left: -7px;
    margin-right: -7px;
}

.shape-select-box .row > [class^=col-] {
    padding-left: 7px;
    padding-right: 7px;
}

.modification-buttons .btn {
    padding-left: 20px;
    padding-right: 20px;
}

.modification-buttons .btn + .btn {
    margin-left: 6px;
}

.history-table {
    border: none;
    text-align: left;
    border-spacing: 10px;
    border-collapse: separate; 
}

.history-table .history-element-select {
    background: #fff;
    border: 1px solid #fff;
}

.border-box .history-table .history-element-select {
    background: #f6f6f6;
    border: 1px solid #f6f6f6;
}

.history-table .active .history-element-select {
    background: #fff;
    border-color: #96be0d;
}

.history-table td:first-child,
.history-table td.history-delete-btn {
    width: 1%;
}

.history-table td.history-delete-btn .fa {
    color: #c83232;
}

.history-table td {
    padding: 3px 10px;
}

.history-table td:first-child:after {
    content: '.';
} 

img.shape-select.profile {
    width: auto;
    height: 55px;
    padding: 5px 7px;
    margin-bottom: 10px;
}

.profile-editor-wrap {
    display: flex;
    align-content: stretch;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .profile-editor-wrap {
        flex-direction: row;
    }
}

.profile-editor-wrap .housing-input-box {
    height: 100%;
}

.step5 .profile-editor-wrap {
    flex-flow: row wrap;
}

.step5 img.shape-select {
    width: auto;
    height: 50px;
    padding: 0;
    margin: 0 auto;
}

.shapelist {
    padding: 0 50px;
}

.shapelist .row {
    margin-left: -10px;
    margin-right: -10px;
}

.shapelist .row > div {
    padding-left: 10px;
    padding-right: 10px;
}

.shapelist .row > div > div {
    background: #fff;
    margin-bottom: 10px;
}

.dimensions-form-item label {
    font-size: 1em;
}

.row.concave-convex > div {
    padding: 0 5px;
}

.row.concave-convex {
    margin-left: -5px;
    margin-right: -5px;
}

.concave-convex label {
    padding: 7px 10px;
    background: #fff;
    display: block;
    text-align: left;
}

.form-group.concave-convex {
    margin-bottom: 5px;
}

.image-upload-button {
    text-transform: none;
}

.image-upload-button input {
    opacity: 0;
    position: absolute;
}

.text-preview-container {
    background: #fff;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.text-preview-container h3 {
    margin: 0;
    padding: 5px 10px;
}

.text-content {
    text-align: center;
    background: #96be0d;
    color: #fff;
    border: none;
}

.step6 .step-box {
    border-bottom: none;
}

#image-preview {
    margin-left: auto;
    margin-right: auto;
}

.step .tabs-wrap {
    border: 1px solid #f6f6f6;
    border-top: none;
    border-bottom: none;
}

.step .tabs-wrap .nav > li > a {
    padding: 2px 20px;
    border-radius: 0;
    color: #000;
    border-color: #96be0d;
    margin-right: 10px;
}

.step .tabs-wrap .nav > li:first-child > a {
    margin-left: 20px;
}

.step .nav-tabs {
    border-color: #96be0d;
}

.step .nav-tabs > li.active > a,
.step .nav-tabs > li.active > a:hover,
.step .nav-tabs > li.active > a:focus {
    background: #f6f6f6;
    border-color: #96be0d;
    border-bottom-color: transparent;
}

.step .nav-tabs i {
    margin-left: 5px;
    font-size: 12px;
}

.dxcolorselector {
    position: absolute;
    overflow: auto;
    width:250px;
    height:250px;
    background-color:white;
    display:none;
    z-index: 1;
}

a.dxAddToCart {
    height: 60px;
    text-transform: none;
    padding: 0;
    line-height: 60px;
    font-weight: bold;
    border: none;
}

a.dxAddToCart:after {
    content: '';
    background: url(/out/phoenix/img/cart.png) no-repeat center center;
    background-size: 100%;
    background-size: cover;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -3px;
}

.history-table:empty:before {
    content: '-';
    display: block;
    text-align: center;
    color: #aaa;
    background: #fff;
    line-height: 30px;
}

.border-box .history-table:empty:before {
    background: #fafafa;
}

.tocartPopupContainer {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 21;
    background: rgba(0,0,0,0.2);
}

.tocartPopupInner {
    position: absolute;
    transform: translate(-50%,-50%);
    background-color: white;
    z-index: 25;
    text-align: center;
    left: 50%;
    top: 50%;
    width: 90%;
    font-size: 20px;
    font-weight: 600;
    padding: 50px;
}

.tocartPopupInner2 {
    max-width: 600px;
}

.tocartPopupInner3 {
    max-width: 500px;
}

.tocartPopupInner h3 {
    color: #96be0d;
}

.tocartPopupInner .btn {
    text-transform: none;
}

@media (max-width: 1999px) {
    .step7 .control-label {
        float: left;
    }
}

@media (max-width: 767px) {

    .step-nav {
        flex-wrap: wrap;
    }

    .step-nav .steps {
        width: 100%;
        order: -1;
        flex: none;
        margin-bottom: 15px;
    }

    .step-nav .btn-wrap:last-child {
        margin-left: auto;
    }

    .introduction-box {
        margin-top: 0;
    }

}

.drag-drop-info {
    width: 10%;
    margin-top: 20px;
    margin-left: 40px;
}

@media (min-width: 1200px) {
    .drag-drop-info {
        margin-right: 40px;
    }
}

.dxCalcedTotalPrice i,
.dxCalcedSinglePrice i {
    font-size: 17px;
    margin: 0 auto;
    display: block;
    width: 20px;
    line-height: 32px;
}

.ie_warning
{
    background-color:red;
    padding:10px;
    color:white;
    margin-bottom:10px;
}

.ie_warning > a
{
    color:white;
    text-decoration: underline;
}