.bg-login{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}
.login-box {
    margin: 12% auto 7% auto;
}
.login-box-body {
    box-shadow: 0 0 10px #ddd;
}
.numbadge {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}
.numbadge > .badge {
    position: relative;
    top: -1px;
    margin-left: 5px;
    font-style: normal;
}
.img-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
    display: inline-block;
    border: solid 1px #ddd;
    border-radius: 10px;
}
.image-link {
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.image-link:hover,.image-link:focus,.image-link:active {
    opacity: 0.7;
}
.table-middle td {
    vertical-align: middle !important;
}
.box-center {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
}
.box-center .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.imageg-addon{
    padding: 4px 12px;
}
.form-group{
    max-width: 100%;
}
.col-il {
    display: block;
    float: left;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.il-img {
    display: block;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}
.il-wrap {
    box-shadow: 0 0 10px #ddd;
    border: solid 1px #ddd;
}
.il-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.il-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    z-index: 5;
}
.il-zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 5;
    display: none;
    cursor: pointer;
}
.izoom-icon {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #ececec !important;
    font-size: 25px;
    display: block;
}
.il-img:hover > .il-layer > .il-btn,.il-img:focus > .il-layer > .il-btn,.il-img:active > .il-layer > .il-btn {
    display: block;
}
.il-img:hover > .il-layer > .il-zoom,.il-img:focus > .il-layer > .il-zoom,.il-img:active > .il-layer > .il-zoom {
    display: block;
}
.il-input {
    border-top: 0;
}
.il-star {
    position: absolute;
    top: 0;
    display: none;
    left: 0;
    z-index: 6;
}
.istar-icon {
    display: inline-block;
    padding: 4px 9px;
    background-color: #00c0ef;
    color: #FFFFFF;
    font-size: 14px;
    border-bottom-right-radius: 5px;
}
.input-error {
    border-color: #d61616;
}
.error-text {
    color: #fb0000;
    font-size: 13px;
    font-style: italic;
    margin: 3px 0 0 0;
}
.box-color{
    height: 25px;
    width: 25px;
    display: inline-block;
}
.tabs-style > li > a {
    color: #808080;
    background-color: #f3f3f3;
    border-bottom: solid 1px #ddd;
    border-radius: 0;
    padding: 10px 25px;
    margin-right: 0;
    font-size: 15px;
}
.welcome-text > h2 {
    font-size: 80px;
}
.welcome-text > h2 > span {
    font-weight: bold;
}
.welcome-text {
    margin-bottom: 30px;
    border-top: solid 1px #ddd;
}
.btn-tview {
    width: 100px;
    display: inline-block;
    padding-left: 22px !important;
    text-align: center !important;
}
.fa-total {
    font-size: 15px !important;
    font-style: normal !important;
    width: 25px !important;
}
.btn-tview > .fa-search {
    float: right;
    padding: 3px 4px;
    border-left: 1px solid rgba(0,0,0,0.2);
    font-size: 12px;
    width: 25px;
}
@media(max-width: 767px){
    .col-il {
        width: 50%;
    }
    .welcome-text > h2 {
        font-size: 40px;
    }
}
@media(max-width: 500px){
    .col-il {
        width: 100%;
    }
    .welcome-text > h2 {
        font-size: 30px;
    }
}
.box-recent-log .product-title {
    color: #808080;
    cursor: default !important;
}
.box-recent-log .product-title > strong {
    color: #000;
    font-size: 15px;
}
.box-recent-log {
    height: 656px;
    overflow-y: auto;
}
.box-recent-invent th {
    vertical-align: middle !important;
}
.box-recent-invent .box-body {
    height: 360px;
    overflow-y: auto;
}
.table-overflow {
    height: 620px;
    overflow-y: auto;
}
.table-hover>tbody>tr:hover {
    background-color: #e0e0e0;
}
.toast-top-right {
    top: 55px;
}
.mimp-content {
    border-radius: 10px;
    width: 500px;
    margin: 0 auto;
}
.mimp-body {
    padding: 20px 30px 30px 30px;
}
.mimp-header {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-bottom: solid 1px #444;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.mimp-button {
    display: table;
    width: 100%;
    text-align: center;
}
.ifile-hide {
    visibility: hidden;
    position: absolute;
}
.mimp-group {
    position: relative;
    display: inline-block;
}
.mimp-group > .btn {
    display: inline-block;
    width: 180px;
    text-align: center;
    padding: 6px 12px;
}
.mimp-or {
    display: inline-block;
    margin: 0 20px;
    font-weight: bold;
    font-size: 19px;
    vertical-align: middle;
}
.btn-uxcel {
    background-color: #00ab00;
    border-color: #00ab00;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.btn-uxcel > .fa {
    margin-right: 5px;
}
.btn-uxcel:hover,.btn-uxcel:focus,.btn-uxcel:active {
    background-color: #006500;
    border-color: #006500;
    color: #fff;
}
.btn-dtemplate {
    background-color: #0064ab;
    border-color: #0064ab;
    color: #fff;
    font-size: 15px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.btn-dtemplate > .fa {
    margin-right: 5px;
}
.btn-dtemplate:hover,.btn-dtemplate:focus,.btn-dtemplate:active {
    background-color: #004677;
    border-color: #004677;
    color: #fff;
}
.qrt-class {
    color: #f26521;
    font-weight: bold;
}
.in-class {
    color: #007b00;
    font-weight: bold;
}
.out-class {
    color: #7b0000;
    font-weight: bold;
}
.mimp-load {
    padding: 10px 0;
}
.mimp-load-head {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}
.mimp-load-head > span {
    font-size: 14px;
    font-weight: normal;
}
.mimp-loader {
    text-align: center;
}
.mimp-loader > img {
    width: 50px;
}
.madd-header {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
    background-color: #f26521;
}
.madd-search {
    margin-bottom: 15px;
}
.madd-table {
    height: 440px;
    overflow-y: auto;
}
.group-maddqty > .form-control {
    width: 70px;
    float: right;
}
.pt-item > span {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #656565;
}
.group-qty {
    width: 130px;
    display: inline-block;
}
.nav-tnp >li > a {
    color: #444444;
    font-size: 15px;
    font-weight: 600;
}
.nav-tnp > .active > a {
    color: #00a65a !important;
}
.more-button {
    text-align: center;
}
.more-button > a {
    width: 150px;
}
.box-head {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}
.box-card {
    border: solid 1px #ddd;
    min-height: 130px;
    padding: 20px;
    border-radius: 10px;
}
.order-item {
    margin: 20px 0 0 0;
}
.logo-lg {
    text-align: center;
}
.logo-lg > img {
    max-width: 100%;
    width: 85px;
    position: relative;
    top: -3px;
}
.logo-mini {
    text-align: center;
}
.logo-mini > img {
    max-width: 100%;
    width: 35px;
    position: relative;
    top: -2px;
}
.navbar-nav > .user-menu .user-image {
    width: 30px;
    height: 30px;
    margin-top: -5px;
}
@media(max-width: 767px){
    .fixed .content-wrapper, .fixed .right-side {
        padding-top: 60px;
    }
    .main-sidebar {
        padding-top: 60px;
    }
    .navbar-nav > .user-menu .user-image {
        margin-top: 0;
    }
    .navbar-custom-menu .navbar-nav>li>a {
        padding: 10px 15px;
    }
}
.table-history a {
    color: #f26723;
}
.table-link2 .link {
    color: #f26723;
}
.input-group .form-control {
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance: none;
    -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -moz-border-radius: 0;  /* Firefox 1-3.6 */
    border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.group-qrt {
    border-bottom: solid 1px #dddddd;
    margin-bottom: 10px;
}
.loader-image {
    text-align: center;
    padding: 100px 0;
}
.loader-image > img {
    width: 60px;
}
#table-loader {
    display: none;
}
#table-mloader {
    display: none;
}
#pag-list {
    margin: 0;
    padding: 0;
    display: inline;
}
#pag-list > li {
    display: inline;
}
#pag-list > li > a {
    position: relative;
    float: left;
    padding: 4px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    background: #fafafa;
    color: #666;
} 
#pag-list > .active > a {
    color: #fff;
    background-color: #dc6900;
    border-color: #dc6900;
}

#sqspag-list {
    margin: 0;
    padding: 0;
    display: inline;
}
#sqspag-list > li {
    display: inline;
}
#sqspag-list > li > a {
    position: relative;
    float: left;
    padding: 4px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    background: #fafafa;
    color: #666;
} 
#sqspag-list > .active > a {
    color: #fff;
    background-color: #dc6900;
    border-color: #dc6900;
}
.group-select {
    position: relative;
}
.select-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    display: none;
    border: solid 1px #ddd;
    z-index: 2;
}
.select-wrap > ul {
    margin: 0;
    padding: 0;
    max-height: 200px;
    overflow-y: auto;
}
.select-wrap > ul > li {
    display: block;
}
.select-wrap > ul > li > a {
    display: block;
    color: #000000;
    padding: 6px 12px;
}
.select-wrap > ul > li > a:hover,.select-wrap > ul > li > a:focus,.select-wrap > ul > li > a:active {
    background-color: #ddd;
}
.group-select > .form-control:focus ~ .select-wrap ,.group-select > .form-control:hover ~ .select-wrap {
    display: block;
}
.select-wrap:hover,.select-wrap:focus,.select-wrap:active{
    display: block;
}
.table-order .danger > td {
    background-color: #ff5252 !important;
    color: #fff;
}
.row-error > td {
    text-align: center;
    padding: 5px !important;
    border-top: solid 1px #ffffff26 !important;
    font-style: italic;
    font-size: 13px;
}
.table-order .danger > td > i:first-child {
    float: left;
    position: relative;
    top: 3px;
    left: 9px;
}
.table-order .danger > td > i:last-child {
    float: right;
    position: relative;
    top: 3px;
    right: 9px;
}
.window-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 4000;
    background-color: rgba(0, 0, 0, 0.65);
}
.wload-icon > img {
    width: 150px;
}
.wload-icon {
    text-align: center;
}
.wload-wrap {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
}
.btn-vhistory {
    color: #ffffff;
    background-color: #00c0ef;
    padding: 0;
    text-align: center;
    min-width: 90px;
}
.v-text {
    padding: 2px 9px;
    border-left: solid 1px rgba(255, 255, 255, 0.4);
    border-right: solid 1px rgba(255, 255, 255, 0.4);
    font-size: 13px;
}
.v-icon {
    padding: 5px;
    font-size: 12px;
}
.v-icon > .fa {
    position: relative;
    top: -1px;
}
.v-total {
    padding: 5px;
}
.btn-vhistory:hover,.btn-vhistory:focus,.btn-vhistory:active {
    color: #ffffff;
    background-color: #0ba4ca;
}
.scan-wrap{
    text-align: center;
}
#camera-scan{
    /*transform: scale(-1,1) !important;*/ 
    border: solid 3px #000000;
    border-radius: 5px;
    height: 202px;
    width: 300px;
}
#interactive.viewport {position: relative; width: 100%; height: auto; overflow: hidden; text-align: center;}
    #interactive.viewport > canvas, #interactive.viewport > video {max-width: 100%;width: 100%;}
    canvas.drawing, canvas.drawingBuffer {position: absolute; left: 0; top: 0;}
#camera-loader {
    text-align: center;
    padding: 62px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: #dddddd;
}
#camera-loader > img {
    width: 80px;
}
.camera-pad {
    position: relative;
    display: inline-block;
}
@media(max-width: 767px){
    .full-xs{
        width: 100% !important;
    }
    .xs-down10{
        margin-bottom: 10px !important;
    }
    #camera-scan{
        transform: scale(1,1) !important;
    }
}
.mde-header {
    background-color: #f26521;
    padding: 10px 15px;
}
.mde-title {
    font-weight: bold;
    color: #fff;
}
.view-select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 5;
    border: solid 1px #ddd;
    display: none;
}
.view-select > ul {
    margin: 0;
    padding: 0;
    max-height: 250px;
    overflow-y: auto;
}
.view-select > ul >li {
    display: block;
    cursor: pointer;
}
.address-li {
    padding: 5px 10px;
    border-bottom: solid 1px #ddd;
}
.address-li:hover,.address-li:focus,.address-li:active {
    background-color: #f1f1f1;
}
.adr-name {
    font-size: 16px;
}
.adr-desc {
    font-size: 14px;
}
.view-select > ul >li:last-child {
    border-bottom: 0;
}
.camera-swap { 
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #00c0ef;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 5px 0;
    text-align: center;
}
.camera-swap > img {
    width: 25px;
}
.or-ei {
    text-align: center;
    margin-bottom: 15px;
}
.or-ei > span {
    font-size: 20px;
    font-weight: bold;
}
.table-link a {
    color: #f26723;
}
.box-label {
    border: solid 1px #f26521;
    /*border-radius: 10px;*/
    padding: 5px 10px;
    margin-bottom: 10px;
}
.box-label span {
    font-weight: bold;
    color: #f26521;
}
@media(max-width: 500px){
    .nav-tabs-custom>.nav-tabs>li {
        width: 100%;
        border-bottom: solid 1px #ddd;
    }
    .nav-tabs-custom>.nav-tabs>li.active>a {
        color: #60a2c8;
    }
    .box-title {
        line-height: 150% !important;
    }
}
/*pallet mobile*/
.pm-warp {
    border: solid 2px #605ca8;
    border-radius: 5px;
    margin-bottom: 10px;
}
.pm-contain {
    padding: 5px;
}
.pm-text {
    font-size: 14px;
    font-weight: bold;
}
.pm-button {
    text-align: center;
}
.pm-button > .label {
    width: 100%;
    display: block;
    padding: 10px;
}
.pm-button > .btn {
    width: 100%;
    display: block;
    padding: 5px;
}
.pm-loc {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #7ce0d4;
    padding: 2px 3px;
    border: solid 1px #7ce0d4;
    margin: 5px 0;
    color: #fff !important;
    font-weight: bold;
    border-radius: 3px;
}
.pm-loc > .fa {
    position: absolute;
    top: 4px;
    right: 10px;
}
.pm-loc:hover,.pm-loc:focus,.pm-loc:active {
    background-color: #5da79e;
    border-color: #5da79e;
}
.pm-create {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #105f55;
    padding: 2px 3px;
    border: solid 1px #105f55;
    margin: 5px 0;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px;
}
.pm-create > .fa {
    position: absolute;
    top: 4px;
    right: 10px;
}
.pm-create:hover,.pm-create:focus,.pm-create:active {
    background-color: #ffffff;
    color: #105f55;
    border-color: #105f55;
}
.pm-drop{
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
}
.pm-drop > span{
    display: block;
    text-align: center;
}
.pm-ship {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #ff851b;
    padding: 2px 3px;
    border: solid 1px #ff851b;
    margin: 5px 0;
    color: #ffffff;
    font-weight: bold;
    border-radius: 3px;
}
.pm-ship > .fa {
    position: absolute;
    top: 4px;
    right: 10px;
}
.pm-ship:hover,.pm-ship:focus,.pm-ship:active {
    background-color: #ffffff;
    color: #ff851b;
    border-color: #ff851b;
}
.pm-drop-ship{
    display: none;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    text-align: center;
}
.pm-drop-ship > a{
    color: #ff851b;
}
@media(max-width: 500px){
    .table-pal th {
        display: none;
    }
    .table-pal tr > td:first-child {
        display: none;
    }
    .table-pal tr > td {
        display: block;
        text-align: left;
        padding: 2px 10px !important;
        border: 0 !important;
        font-size: 13px;
        font-weight: bold;
        color: #5d5d5d;
        font-style: italic;
        line-height: 130% !important;
    }
    .table-pal tr {
        display: block;
        margin-bottom: 10px;
        border-radius: 5px;
        padding: 5px 0 0 0;
    }
    .table-pal > table {
        border: 0 !important;
    }
    .table-pal thead {
        display: none;
    }
    .table-pal {
        border: 0;
        margin: 10px 0 0 0;
    }
    .table-pal .warning {
        background-color: #fcf8e3 !important;
    }
    .table-pal .info {
        background-color: #d9edf7 !important;
    }
    .table-pal .success {
        background-color: #dff0d8 !important;
    }
    .table-pal tr > td:last-child {
        /* border-top: solid 1px #868686 !important; */
        padding: 5px 0 0 0 !important;
    }
    .table-pal tr > td:last-child .btn {
        width: 100%;
        display:block;
    }
    .table-pal tr > td:last-child .btn-group {
        width: 100%;
    }
    .table-pal .table-responsive{
        border: 0 !important;
    }
}
.malert-text {
    font-size: 14px;
    font-style: italic;
    margin: 3px 0;
}

.malert-ok {
    color: #069206;
}

.malert-failed {
    color: #d60000;
    font-weight: bold;
}

.malert-list {
    max-height: 250px;
    overflow-y: auto;
}
.malert-size {
    width: 450px;
    max-width: 100% !important;
    margin: 10px  auto;
    padding: 15px;
}
.tf-total {
    background-color: #027115;
}
.tf-total td {
    font-weight: bold;
    color: #fff;
}
.col-total {
    background-color: #19778e !important;
    color: #ffffff !important;
    font-weight: bold;
}
.col-rcancel {
    background-color: #d20000 !important;
    color: #ffffff !important;
    font-weight: bold;
}
.table-report th {
    border-bottom: solid 2px #ffffff !important;
    color: #4a4a4a;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #535e65;
    color: #fff;
}
.graphic-box {
    margin: 0 0 30px 0;
    border-bottom: solid 1px #ddd;
    padding: 5px 0 30px 0;
}
.cbox-title {
    font-size: 18px;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 10px 0;
    margin: 15px 0;
}
.chart-empty {
    text-align: center;
    font-style: italic;
    font-size: 15px;
    padding: 30px 0;
    color: #f50000;
    font-weight: bold;
}
.htext-chart {
    font-size: 16px;
    color: #808080;
}
.hnum-chart {
    color: #5f5f5f;
    font-size: 40px;
    font-family: fantasy;
    line-height: 105%;
}
.hdate-chart {
    font-size: 15px;
    color: #9c9c9c;
}
.hcontent-chart {
    padding: 10px 10px;
}
.pick-group {
    max-height: 250px;
    overflow-y: auto;
}
.label-pick span {
    margin-left: 10px;
    position: relative;
    top: 1px;
}
.label-pick {
    margin: 5px 0;
}
.label-pick-head{
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    border-bottom: solid 1px #ddd;
    padding-bottom: 5px;
}
.mde-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    opacity: 1;
    font-size: 22px;
    border: 0 !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.mde-header .close > span {
    float: none;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1;
    text-decoration: none;
}
.drop-wms > i {
    margin-left: 5px;
}
.drop-wms {
    min-width: 180px;
    text-align: center;
    font-weight: bold;
}
.dwms-list {
    width: 100%;
    padding: 0;
    border-radius: 0;
}
.dwms-list > li > a {
    padding: 5px 20px;
    font-weight: bold;
}
@media(max-width: 768px){
    .drop-wms {
        padding: 15px 5px !important;
    }
    .dwms-list {
        right: 0 !important;
        width: 100% !important;
    }
    .dwms-list > li > a {
        color: #777777 !important;
        text-align: right;
    }
}
.notif-qty {
    text-align: center;
    line-height: 0 !important;
    vertical-align: middle;
}
.notif-qty > span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    cursor: pointer;
}
.circle-qty {
    background-color: #00c0ef !important;
}
.circle-take {
    background-color: #00a65a !important;
}
.circle-qrt {
    background-color: #ff851b !important;
}
.circle-miss {
    background-color: #e91e1e !important;
}
.numpal-qty{
    color: #00c0ef;
    font-weight: bold;
}
.numpal-take {
    color: #00a65a;
    font-weight: bold;
}
.numpal-qrt {
    color: #ff851b;
    font-weight: bold;
}
.numpal-miss {
    color: #e91e1e;
    font-weight: bold;
}
.table-link2 th {
    vertical-align: middle !important;
}
.pal-backorder {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: solid 1px #ffffff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 100%;
    background-color: #e91e1e;
    color: #ffffff;
    margin: 0 3px;
}
.legend-position {
    padding: 10px 0;
}
.legend-wrap {
    display: block;
    margin: 0;
    padding: 0 15px;
}
.legend-wrap > li {
    display: block;
    margin-bottom: 10px;
}
.block-bar {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 2px;
    top: -2px;
    position: relative;
    vertical-align: middle;
    border-radius: 100%;
}
.block-text {
    font-weight: bold;
}
.highcharts-credits{
    display: none !important;
}
.legend-wrap > li > div:hover {
    opacity: 0.7;
    cursor: pointer;
}
.block-bar-inactive {
    opacity: 0.7;
}
.block-text-inactive {
    opacity: 0.7;
}
.box-information > .box-header {
    padding: 5px 10px;
}
.box-information > .box-header > h3 {
    font-size: 14px;
}
.box-information>.box-header>.box-tools {
    top: 2px;
}
.box-information .box-body {
    height: auto;
    padding: 5px 10px;
    font-size: 13px;
}
.box-information {
    border-top: 0 !important;
}
.upload-view {
    text-align: center;
    margin: 10px 0 ;
}
.card-img-top{
    max-width: 100%;
    width: 80px;
    height: 80px;
    border: solid 1px #ddd;
    margin-bottom: 10px;
}
.photo-group {
    display: block;
    position: relative;
    border: solid 1px #ddd;
    box-shadow: 0 0 10px #808080;
    margin-bottom: 30px;
}
.photo-image {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
}
.sm-box-info {
    min-height: 60px;
    box-shadow: 0 0 10px #ddd;
}

.sm-box-info > .info-box-icon {
    height: 60px;
    width: 60px;
}

.sm-box-info > .info-box-icon > .ion {
    position: relative;
    font-size: 35px;
    top: -16px !important;
}

.sm-box-info > .info-box-icon > .fa {
    position: relative;
    font-size: 35px;
    top: -16px !important;
}

.sm-box-info > .info-box-content {
    margin-left: 60px;
}

.plock-location{
    color:#a0a0a0;
    display: none;
}
.notes-list {
    position: absolute;
    top: 33px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: solid 1px #ccc;
    background-color: #ffffff;
    z-index: 5;
    max-height: 102px;
    overflow-y: auto;
}
.group-notes {
    position: relative;
}
.notes-list > li {
    display: block;
}
.notes-choice {
    padding: 6px 12px;
    display: block;
    font-size: 14px;
    border-bottom: solid 1px #ddd;
    color: #444444;
}
.notes-choice:hover,.notes-choice:focus,.notes-choice:active {
    color: #444444;
    background-color: #cccccc;
}
.panel-tracking .panel-title {
    font-size: 14px;
    font-weight: 600;
}
.panel-tracking .panel-title > a {
    display:block;
}
.panel-tracking .panel-heading {
    background-color: #ececec;
}
.select2{
    width: 100% !important;
}
.badge-instant {
    text-align: center;
    border: solid 1px #ff851b;
    padding: 4px 3px;
    border-radius: 30px;
    color: #ff851b;
    font-size: 16px;
    height: 34px;
    display: block;
}
.badge-instant:hover,.badge-instant:focus,.badge-instant:active{
    background-color: #fff0e3;
    color: #ff851b !important;
}