.paint, .paint * {
    cursor: crosshair !important;
}

.gi-2x {
    font-size: 2em;
    left: -3px;
}

.gi-3x {
    font-size: 3em;
}

.gi-4x {
    font-size: 4em;
}

.gi-5x {
    font-size: 5em;
}

.btn-radio {
}

.img-radio {
    opacity: 0.5;
    margin-bottom: 5px;
}

.space-20 {
    margin-top: 20px;
}

.btn-radio.active {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .5);
}

.icon-stack {
    position: relative;
}

.icon-stack .glyphicon {
    position: absolute;
}

div.frame {
    width: 800px;
    margin: 0px auto;
}

canvas {
    /*width: 100%;*/
    /*height: 300px;*/
}

.popover {
    min-width: 430px;
}

.popoverControl {
    position: absolute;
    z-index: 100;
}

div.popoverControl.ng-scope > map {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

[class^="icon-"], [class*=" icon-"] {
    height: 20px;
    width: 20px;
    display: inline-block;
    fill: white;
}

button.svg-btn {
    width: 50px;
    height: 50px;
}

button.svg-btn svg {
    width: 25px;
    height: 25px;
}

text.wt-scaletext {
    font-size: 50px;
}

/* Test of group */
g.wt-appliance {
    visibility: visible;
    fill: yellow;
}

/* highlight elements in SVG on hover */
g.wt-appliance:hover *, g.wt-appliance.wt-selected * {
    fill: greenyellow !important;
    stroke: greenyellow !important;
}

circle.wt-corner:hover, line.wt-border:hover, path.wt-border:hover, line.wt-dimline:hover {
    fill: greenyellow !important;
    stroke-dasharray: none !important;
/ / make it transparent to indicate opposite selection stroke-opacity: 0 !important;
    stroke: greenyellow !important;
}

/* Begin: Horizontal list group @see http://bootsnipp.com/snippets/featured/list-group-horizontal */
.list-group-horizontal .list-group-item {
    display: inline-block;
}

.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-left: -4px;
    margin-right: 0;
}

.list-group-horizontal .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}

.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
}

/* End: horizontal List Group */

.select-environment {
    color: #333 !important;
}

.orders-buttons {
    background-color: #FFF;
    border: 5px;
    height: 80px;
    padding: 23px;
}

.my-drop-zone {
    border: dotted 3px lightgray;
}

.nv-file-over {
    border: dotted 3px red;
}

/* Default class applied to drop zones on over */
.another-file-over-class {
    border: dotted 3px green;
}

.new-order-label {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-order-label:hover {
    white-space: normal;
}

@media screen {
    body {
        background: #ECEFF1;
        color: rgba(0, 0, 0, 0.87);
        font-family: Roboto, Helvetica, Arial, sans-serif;
        margin: 0;
        padding: 0;
    }

    #message {
        background: white;
        max-width: 360px;
        margin: 100px auto 16px;
        padding: 32px 24px;
        border-radius: 3px;
    }

    #message h2 {
        color: #ffa100;
        font-weight: bold;
        font-size: 16px;
        margin: 0 0 8px;
    }

    #message h1 {
        font-size: 22px;
        font-weight: 300;
        color: rgba(0, 0, 0, 0.6);
        margin: 0 0 16px;
    }

    #message p {
        line-height: 140%;
        margin: 16px 0 24px;
        font-size: 14px;
    }

    #message a {
        display: block;
        text-align: center;
        background: #039be5;
        text-transform: uppercase;
        text-decoration: none;
        color: white;
        padding: 16px;
        border-radius: 4px;
    }

    #message, #message a {
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    }

    #load {
        color: rgba(0, 0, 0, 0.4);
        text-align: center;
        font-size: 13px;
    }

    @media (max-width: 600px) {
        body, #message {
            margin-top: 0;
            background: white;
            box-shadow: none;
        }

        body {
            border-top: 16px solid #ffa100;
        }
    }
}

.ng-window-files {
    padding: 15px;
}

.header-files-download {
    top: -3px;
}

.header-files-download-h5 {
    margin-bottom: 0px;
}

/**
    tabs
 */

.modal-header-tabs {
    padding: 15px;
    padding-bottom: 0px;
}

.modal-footer-tabs {
    border-top: 0px;
}

.modal-body-tabs {
    border-left-color: #e5e5e5;
    border-left-style: solid;
    border-left-width: 1px;
    margin-left: 15px;
    margin-right: 15px;
    border-right-color: #e5e5e5;
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: #e5e5e5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    border: 1px solid transparent;
    cursor: pointer;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    padding-top: 15px;
}

.nav-link:hover {
    background-color: #fff;
}

.nav-link.active,
.nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6;
    border-bottom-color: rgb(255, 255, 255);
}

.nav-link.active,
.show > .nav-link {
    color: #495057;
    background-color: #fff;
}

.nav-fill,
.nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified,
.nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
    white-space: nowrap;
}

.templateLabel {
    width: 100px;
}

.templateInput {
    width: 130px!important;
}

.canvas-resize {
    position: absolute;
    cursor: pointer;
    left: 250px;
}

.orderdiv:nth-of-type(odd) {
    padding: 8px;
    line-height: 3;
    vertical-align: top;
    border-top: 1px solid #ddd;
    background-color: #f9f9f9;
}

.orderdiv:nth-of-type(even) {
    padding: 8px;
    line-height: 3;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.orderdivtd:nth-of-type(odd) {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    /*background-color: #CFD1D3;*/
}

.orderdivtd:nth-of-type(even) {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    background-color: #f0f0f0;
}

.formcontrolAppliance {
    width: 117px;
    display: initial;
}

.formcontrolApplianceLabel {
    width: 55px;
}
