body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

code {
    font-family: source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace
}

html {
    position: relative;
    min-height: 100%;
    font-family: Open Sans,sans-serif
}

body {
    margin: 0;
    padding: 0;
    font-family: Open Sans,sans-serif;
    color: #2c2f31;
    font-size: 14px
}

a:hover,a:active {
    text-decoration: none
}

#wrapper {
    margin-top: 100px
}

#dashboard {
    background: #f3f3f4
}

#dashboard .box {
    background: #fff;
    margin-bottom: 30px;
    border-top: 3px solid #e7eaec
}

#dashboard .box div.border-bottom {
    border-bottom: 1px solid #e7eaec;
    padding: 15px
}

#dashboard .box b {
    color: #333
}

#dashboard .box a {
    color: #337ab7
}

input.error,select.error {
    border: 1px solid red
}

div.error {
    color: red;
    font-size: 11px;
    font-style: italic
}

form.cmxform label.error,label.error {
    color: red;
    font-style: italic;
    font-weight: 400;
    font-size: 11px
}

#material .btn-submit,#fabric-line-form button,#option-form button {
    background: none;
    border: none;
    color: #337ab7
}

.defect_description {
    border-top: 1px solid #999;
    padding-top: 20px
}

.defects button {
    border: 0;
    color: #337ab7
}

.heading {
    border-bottom: 1px solid #162252;
    color: #162252;
    margin-bottom: 50px
}

.heading h4 {
    line-height: 0
}

.heading a {
    background: #120a8f;
    color: #fff;
    padding: 1px 10px;
    border: 1px solid #120A8F
}

.heading a:hover {
    color: #120a8f;
    background: #fff
}

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

.margin-top-10 {
    margin-top: 10px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.padding-top-20 {
    padding-top: 20px
}

.btn-primary {
    background-color: #213960!important;
    border-color: #213960!important
}

.btn-primary:hover {
    background-color: ##286090!important;
    border-color: ##286090!important
}

.margin-50 {
    margin: 50px 0
}

.pagination li a {
    color: #8b7d63
}

.pagination li a:hover {
    color: #999
}

.pagination li.active a,.pagination li.active a[disabled=disabled],.pagination li.active a:hover {
    color: #fff!important;
    opacity: 1!important
}

#loading.dark {
    width: 100%;
    height: 100%;
    background: #333 url(http://localhost:3000/images/AjaxLoader.gif) no-repeat center;
    opacity: .6;
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.tab-content {
    padding-bottom: 30px
}

li i {
    position: relative;
    top: 0
}

#body-login {
    background-color: #dedede
}

.form-signin {
    max-width: 280px;
    padding: 15px;
    margin: 0 auto
}

.form-signin .form-signin-heading,.form-signin {
    margin-bottom: 10px
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.form-signin .form-control:focus {
    z-index: 2
}

.form-signin input[type=email] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-color: #000
}

.form-signin input[type=password],.form-signin input[type=text] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: #000
}

.form-signin-heading {
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0,0,0,.5)
}

.login-error {
    text-align: center;
    color: red
}

.popover-content a:nth-child(1) {
    margin-right: 10px
}

.sortable {
    padding: 10px 0;
    cursor: move;
    border-left: 2px solid #ebebeb;
    margin-bottom: 10px
}

.sortable:hover {
    background: #ebebeb
}

.remove-button {
    padding-right: 2px;
    position: absolute;
    right: 0;
    border: none;
    background: none;
    z-index: 999999
}

.remove-button i {
    color: red
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.calc_form {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px #00000013;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.calc_form_op {
    font-weight: bolder;
    font-size: 18px;
    color: #111212;
    border: 0px
}

#frn-new-order .typeahead__list {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden
}

.add_btn {
    background-color: #f1f1f1;
    border-color: #727273!important;
    padding: 10px 12px!important
}

.nav>li>a {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 7px
}

.custom-hover li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #5d615d;
    visibility: hidden;
    border-radius: 5px;
    transform: scaleX(0);
    transition: .25s linear
}

.custom-hover li>a:hover:before,.custom-hover li>a:focus:before {
    visibility: visible;
    transform: scaleX(1)
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background: none;
    border-bottom: #5d615d 3px solid
}

.nav>li {
    padding: 5px 15px 15px;
    line-height: 40px
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background: none
}

.border-box {
    border: 2px double #dddddd;
    margin: auto;
    padding: 10px
}

.custom_gallery {
    border: 2px solid #dddddd;
    max-height: 100vh;
    overflow-y: scroll;
    margin: auto;
    overflow-x: hidden!important
}

.custom_gallery .thumbnail img {
    height: auto
}

.hovereffect {
    width: 100%;
    /*height: 100%;*/
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.hovereffect:hover .overlay {
    background-color: #30989d66
}

.hovereffect img {
    display: block;
    position: relative
}

.hovereffect p.info {
    position: absolute;
    top: 35%;
    left: 35%;
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    background-color: transparent;
    opacity: 0;
    color: #fff;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-weight: 400;
    margin: 7px
}

.hovereffect:hover p.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.hovereffect p.info:hover {
    box-shadow: 0 0 5px #fff
}

.table {
    margin-bottom: 40px
}

@media (max-width: 768px) {
    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
        white-space:normal;
        font-size: 13px
    }

    .nav {
        text-align: center
    }

    .fixTable tbody tr td:first-child {
        min-width: 100px!important;
        max-width: 100px!important
    }

    .fixTable {
        margin-left: 0px!important
    }

    .fixTable>tbody>tr>td {
        min-width: 180px;
        max-width: 180px
    }

    .select2 {
        width: 100%!important;
        z-index: 0
    }

    .dropzone .dz-preview {
        width: 100%!important;
        padding: 10px
    }

    .form_box {
        width: 100%!important
    }
}

.field_wrapper label {
    padding-top: 5px!important
}

.form_box {
    display: inline-block;
    height: 34px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 75%;
    padding-left: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px #00000013;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.custom_check {
    background-repeat: no-repeat;
    width: 18px;
    height: 20px;
    margin: 10px auto!important;
    vertical-align: middle
}

.label_with_border {
    padding: 2px;
    font-size: .9em
}

.entry {
    margin-top: 10px!important
}

.glyphicon {
    font-size: 12px
}

.fabric {
    font-size: .83em!important;
    font-weight: 700
}

div.myClass {
    overflow-x: auto;
    white-space: nowrap
}

div.myClass [class*=span] {
    display: inline-block;
    float: none
}

div.myClass {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.radio {
    padding-left: 30px
}

.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px
}

.radio label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out;
    -o-transition: border .15s ease-in-out;
    transition: border .15s ease-in-out
}

.radio label:after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555;
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .1s cubic-bezier(.8,-.33,.2,1.33);
    -moz-transition: -moz-transform .1s cubic-bezier(.8,-.33,.2,1.33);
    -o-transition: -o-transform .1s cubic-bezier(.8,-.33,.2,1.33);
    transition: transform .1s cubic-bezier(.8,-.33,.2,1.33)
}

.radio input[type=radio] {
    opacity: 0;
    z-index: 1
}

.radio input[type=radio]:focus+label:before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.radio input[type=radio]:checked+label:after {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1)
}

.radio input[type=radio]:disabled+label {
    opacity: .65
}

.radio input[type=radio]:disabled+label:before {
    cursor: not-allowed
}

.radio.radio-inline {
    margin-top: 0
}

.radio-primary input[type=radio]+label:after {
    background-color: #337ab7
}

.radio-primary input[type=radio]:checked+label:before {
    border-color: #337ab7
}

.radio-primary input[type=radio]:checked+label:after {
    background-color: #337ab7
}

.radio-danger input[type=radio]+label:after {
    background-color: #d9534f
}

.radio-danger input[type=radio]:checked+label:before {
    border-color: #d9534f
}

.radio-danger input[type=radio]:checked+label:after {
    background-color: #d9534f
}

.radio-info input[type=radio]+label:after {
    background-color: #5bc0de
}

.radio-info input[type=radio]:checked+label:before {
    border-color: #5bc0de
}

.radio-info input[type=radio]:checked+label:after {
    background-color: #5bc0de
}

.radio-warning input[type=radio]+label:after {
    background-color: #f0ad4e
}

.radio-warning input[type=radio]:checked+label:before {
    border-color: #f0ad4e
}

.radio-warning input[type=radio]:checked+label:after {
    background-color: #f0ad4e
}

.radio-success input[type=radio]+label:after {
    background-color: #5cb85c
}

.radio-success input[type=radio]:checked+label:before {
    border-color: #5cb85c
}

.radio-success input[type=radio]:checked+label:after {
    background-color: #5cb85c
}

.box-model {
    background: #e0e0e0
}

.box-model p {
    background: #fff;
    text-align: justify;
    line-height: 185%;
    padding: 20px;
    margin: 20px 10px!important;
    color: gray
}

.select-button,.select-button1,.select-button2 {
    background: #8a918f;
    background: -moz-linear-gradient(left,#8a918f 0%,#a7aba4 50%,#a5b5b0 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,#8a918f),color-stop(50%,#a7aba4),color-stop(100%,#a5b5b0));
    background: -webkit-linear-gradient(left,#8a918f 0%,#a7aba4 100%);
    background: -o-linear-gradient(left,#8a918f 0%,#a7aba4 100%);
    background: -ms-linear-gradient(left,#8a918f 0%,#a7aba4 100%);
    background: linear-gradient(to right,#8a918f,#a7aba4,#a5b5b0);
    padding: 2px 10px;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 2px
}

.replicate-button,.mono-replicate-button {
    background: #e6e6e6;
    background: -moz-linear-gradient(left,#8a918f 0%,#f7f7f7 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,#e6e6e6),color-stop(100%,#f7f7f7));
    background: -webkit-linear-gradient(left,#e6e6e6 0%,#f7f7f7 100%);
    background: -o-linear-gradient(left,#e6e6e6 0%,#f7f7f7 100%);
    background: -ms-linear-gradient(left,#e6e6e6 0%,#f7f7f7 100%);
    background: linear-gradient(to right,#e6e6e6,#f7f7f7);
    vertical-align: bottom!important;
    border: none;
    color: #585859;
    border-radius: 2px;
    padding: 3px 10px;
    font-size: 13px
}

.item-labels {
    color: #3a3d3d;
    font-size: 13px;
    font-weight: 700;
    vertical-align: middle!important;
    z-index: 1
}

.item-text {
    color: #3a3d3d;
    font-size: 13px
}

.custom-table {
    margin-top: 20px
}

.custom-head th {
    background: #fbfbfb;
    height: 30px;
    text-align: center;
    color: #595c5c;
    font-size: 13px;
    z-index: 999
}

.panel-heading .accordion-toggle:after {
    font-family: Glyphicons Halflings;
    content: "";
    float: right;
    color: gray
}

.panel-heading .accordion-toggle.collapsed:after {
    content: ""
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: inherit
}

.alt-table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch
}

.accordion {
    width: 100%;
    max-width: 360px;
    margin: 30px auto 20px;
    background: #f8f8f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    list-style-type: none
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC!important;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.accordion li:last-child .link {
    border-bottom: 0
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px
}

.accordion li.open .link,.accordion li.open i {
    color: #120a8f
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.submenu {
    display: none;
    background: #e6e6e6;
    font-size: 14px;
    list-style-type: none
}

.submenu li {
    border-bottom: 1px solid #cecfcf
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 12px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.submenu a:hover {
    background: #eee;
    color: #000
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ch_style {
    height: 200px;
    font-size: 12px;
    background: #f8f8f8;
    overflow-y: scroll;
    margin: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 92%
}

.radio_btn span.radios:hover {
    cursor: pointer
}

.radio_btn span.radios:before {
    left: -52px;
    width: 45px;
    height: 25px;
    background-color: #438eff;
    border-radius: 50px
}

.radio_btn span.radios:after {
    left: -49px;
    width: 17px;
    height: 17px;
    border-radius: 10px;
    background-color: #6c788a;
    transition: left .25s,background-color .25s
}

.input_radio:checked+label span.radios:after {
    left: -27px;
    background-color: #fff
}

.input_radio {
    display: none
}

#first {
    background-color: #4b4d65
}

#second {
    background-color: #ff8a66
}

.section {
    padding: 100px 100px 100px 150px
}

.radio_btn input[type=radio],.radio_btn input[type=checkbox] {
    display: none
}

.radio_btn {
    margin-bottom: 10px
}

.radio_btn label {
    position: relative
}

.radio_btn span:before,.radio_btn span:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.radio_btn span.radio:hover {
    cursor: pointer
}

.radio_btn span.radio:before {
    left: -52px;
    width: 45px;
    height: 25px;
    background-color: #d8d7dc;
    border-radius: 50px
}

.radio_btn span.radio:after {
    left: -49px;
    width: 17px;
    height: 17px;
    border-radius: 10px;
    background-color: #6c788a;
    transition: left .25s,background-color .25s
}

input[type=radio]:checked+label span.radio:after {
    left: -27px;
    background-color: #07b704
}

.discount_box {
    border: none!important;
    margin-right: 30px;
    font-size: 15px;
    font-weight: 700
}

.discount_result {
    border-top: 1px solid #ccc;
    margin-right: -30px;
    line-height: 10px
}

#loading1,#loading2 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: .7;
    background-color: #fff;
    z-index: 999999;
    text-align: center
}

#loading-image1,#loading-image2 {
    position: absolute;
    top: 100px;
    left: 240px;
    z-index: 100
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #eee
}

.panel-default>.panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #fafafa;
    border-color: #eee
}

.panel-title {
    font-size: 14px
}

.panel-title>a {
    display: block;
    padding: 15px;
    text-decoration: none
}

.more-less {
    float: right;
    color: #212121
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #eee
}

.scanner-laser {
    position: absolute;
    margin: 40px;
    height: 30px;
    width: 30px
}

.laser-leftTop {
    top: 0;
    left: 0;
    border-top: solid red 5px;
    border-left: solid red 5px
}

.laser-leftBottom {
    bottom: 0;
    left: 0;
    border-bottom: solid red 5px;
    border-left: solid red 5px
}

.laser-rightTop {
    top: 0;
    right: 0;
    border-top: solid red 5px;
    border-right: solid red 5px
}

.laser-rightBottom {
    bottom: 0;
    right: 0;
    border-bottom: solid red 5px;
    border-right: solid red 5px
}

.custom_info {
    display: table-cell;
    padding-bottom: 10px
}

.parent {
    height: 500px
}

.fixTable th {
    border: 1px solid #dddddd;
    border-top: none!important;
    border-bottom: none!important
}

.fixTable {
    border-top: none!important;
    border-left: 1px solid #ddd!important;
    border-bottom: 1px solid #ddd!important;
    border-right: 1px solid #ddd!important
}

thead th {
    z-index: 1000
}

.fixTable thead tr:first-child {
    background: #f5f5f5
}

.fixTable tbody td:first-child {
    background: #fdfdfd
}

@media (min-width: 769px) {

    .fixTable td {
        min-width: 250px;
        max-width: 250px;
    }

    .fixTable {
        margin-left:0px;
        font-size:13px;
        word-break:break-word;
    }
    .select2 {
        z-index: 0
    }

    .qty {
        width: 60%!important
    }

    .width-20 {
        width: 20%
    }

    .items {
        width: 80%!important
    }

    .btn-fabric {
        margin-top: 25px
    }
}

.custom_info .form-control {
    display: inline-block!important
}

.form-control {
    font-size: 13px!important
}

.custom-form {
    border-radius: 0!important;
    height: 30px!important
}

.add-more-btn:after {
    content: "";
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    right: 25px
}

.collapse-custom {
    background: #f1f1f1;
    padding: 10px;
    max-height: 150px;
    overflow-y: scroll
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #ddd;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none
}

#back2Top:hover {
    background-color: #ddf;
    color: #000
}

.element {
    width: 100%
}

.panzoom {
    text-align: center;
    background: #708690
}

.panzoom .element:not(:first-child) {
    display: none
}

#panzoom-parent {
    background: #708690;
    width: 100%;
    height: 700px
}

#pan-u {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 18px solid white
}

#pan-r {
    width: 0;
    height: 0;
    border-bottom: 9px solid transparent;
    border-left: 18px solid white;
    border-top: 9px solid transparent
}

#pan-d {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 18px solid white
}

#pan-l {
    width: 0;
    height: 0;
    border-bottom: 9px solid transparent;
    border-right: 18px solid white;
    border-top: 9px solid transparent
}

#reset {
    width: 18px;
    height: 18px;
    background: #fff;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px
}

#pan-ctl {
    width: 62px;
    height: 62px;
    background: #445c6f80;
    -moz-border-radius: 31px;
    -webkit-border-radius: 31px;
    border-radius: 31px
}

#map-ctl .icon {
    background-image: url(http://localhost:3000/images/plusMinus.png);
    background-size: 100%
}

#zoomin-ctl>.icon {
    background-position: 0px 0px
}

#zoomout-ctl>.icon {
    background-position: 0px -37px
}

#floor-3>.icon {
    background-position: 0px -110px
}

#floor-2>.icon {
    background-position: 0px -146px
}

#floor-1>.icon {
    background-position: 0px -183px
}

#floor-0>.icon {
    background-position: 0px -219px
}

#parking>.icon {
    background-position: 0px -256px
}

.no-padding {
    padding: 0
}

.col-selected {
    background-color: #eee
}

@media screen and (min-width: 768px) {
    .navbar-nav .dropdown:hover>.dropdown-menu {
        display:block;
        margin: 0
    }
}

.error-color {
    color: #fc0f0f!important
}

.font-bold {
    font-weight: 700!important
}

#order-container a:hover {
    color: #213960!important
}

.red-color {
    color: #fc0f0f!important
}

a[disabled=disabled] {
    pointer-events: none;
    opacity: 0
}

.shipped-color {
    color: #497d04!important
}

.new-color {
    color: #1175ae!important
}

.confirmed-color {
    color: #fe9b00!important
}

.no-margin-bottom {
    margin-bottom: 0!important
}

.no-margin-top {
    margin-top: 0!important
}

.footer {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 30px;
    padding-top: 6px;
    background-color: #213960;
    z-index: 999999999999;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.clearfix {
    margin-bottom: 100px
}

.badge-notify {
    background: #019bff;
    position: absolute;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    margin-top: -15px;
    margin-left: -10px
}

.cursor-pointer {
    cursor: pointer!important
}

.data-required {
    border: 1px solid red!important
}

.size-13 {
    font-size: 8px!important
}

span.error {
    color: red;
    font-style: italic
}

.modal-header .close {
    margin-top: -20px
}

.remove-icon {
    color: red
}

.strike {
    text-decoration: line-through
}
