/*  Header -- start */
body { 
  padding-top: 70px; 
  background-color: #e9eaed;
}

.navbar{
background-repeat: repeat-x;
background-size: auto;
background-position: 0 0;
background-color: #800080;
border: 0;
box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
}


.dropdown-menu{
  color: #000 !important;
}
.icon-bar{
	background: white;
}

.nav>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a, .dropdown-menu>li{
  /*border-bottom: 3px solid transparent;*/
}
.nav>li>a:focus, .nav>li>a:hover,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  /*border-bottom: 3px solid transparent;
  background: none;*/
}
.dropdown-menu>li>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
 color: #000;
}
.navbar a{
  color: #fff;
}

.dropdown-menu{
      -webkit-box-shadow: none;
    box-shadow:none;
}

/**/
.nav li:hover, .nav li.active{
  border-bottom: #800080 3px solid;
}
.nav li.active{
  border-bottom: #fff 3px solid;
}

/*  Header -- End */

.app-heading{
  color: rgb(59,89,152);
}

.error{
    color: red;
    font-weight: normal;
}

table th{
  text-align: center;
}

.margin-btm-40{
  margin-bottom: 40px;
}
.margin-btm-20{
  margin-bottom: 20px;
}
.margin-btm-10{
  margin-bottom: 10px;
}
.margin-btm-5{
  margin-bottom: 5px;
}

.margin-top-20{
  margin-top: 20px;
}
.margin-top-10{
  margin-top: 10px;
}
.margin-top-5{
  margin-top: 5px;
}
.section-header-primary{
  background-color: #337ab7;
  color: white;
}
.section-header-primary h4{
  font-size: 16px;
  color: inherit;
}
.section-header-primary a:hover{
  color: white;
}
.section-header-primary a{
  color: #C1C0C0;
}

.profile-picture{
  width: 100px;
  height: 100px;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.nodes_list{
  max-height: 500px;
  overflow-y: auto; 
}
.section-header-primary .badge{
  background-color: #fff !important;
  color: #337ab7;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

.canvas-icons a {
  color: black;
  border: 1px solid black;
}

.row.vdivide [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;

}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.nav.nav-tabs li:hover, .nav.nav-tabs li.active{
  border-bottom: none;
}
.nav.nav-tabs li.active{
  border-bottom: none;
}
.nav-tabs li{
  margin-bottom: -3px !important; 
}

.required.control-label:after {
  content: '*';
  color: red;
}
.ui-datepicker
{
  z-index: 1200 !important;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.dashboard-well{
  margin-bottom: 10px !important;
  padding: 10px !important;
}
.checkbox.node-check{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.highlighted{
  background-color: #FFE4C4 !important;
}

.user-profile {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.profile-link{
  padding-top: 5px !important;
  padding-bottom: 0px !important;
}
a.header-menu:hover, a.header-menu:focus{
  background-color: #921192 !important;
  border-color: #921192 !important;
}

a.profile-link, a.profile-link:hover, a.profile-link:focus, a.profile-link{
  background-color: #800080 !important;
  border-color: #800080 !important;
}
.page-heading{
  font-size: 20px !important;
}
.add-new-link{
  margin-top: 10px !important;
}
.records-table{
  font-size: 17px;
}
.item-img{
  border: 1px solid #800080; 
}
.item-title{
  font-size: 23px;
  font-weight: bold;
}
.item-number{
  font-size: 20px;
}
.current-stock{
  font-size: 16px;
  font-weight: bold;
}
.item-quantity{
  font-size: 40px;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
}

.strike > span {
    position: relative;
    display: inline-block;
    font-weight: bold
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #e0dede;
}

.strike > span:before {
    right: 100%;
    margin-right: 10px;
}

.strike > span:after {
    left: 100%;
    margin-left: 10px;
}

.history-record{
  padding-top: 10px !important;
  font-size: 16px !important;
}
.thumb-name{
  font-weight: bold;
  display: block;
}
.thumbnail{
  margin-bottom: 5px !important;
  height: 150px;
  overflow : hidden; 
}

.stock-counter{
  opacity: 0.8;
  position: absolute;
    margin-top: 5px;
    right: 21px;
}

#search-header-form{
  margin-top: 10px;
  margin-bottom: 10px;
}
#search-header-form .input-group-addon{
  color : #800080;;
}

.search-suggest{ background:#fff; width:320px; border-top: 1px solid #79C142; overflow:hidden; display:block; position:absolute; top:40px; right: 0; border-radius:3px; box-shadow:0 0 3px rgba(0,0,0,0.2);}
.search-suggest ul {list-style:none; padding:0; padding-bottom:0px; position:relative;}
.search-suggest ul li.ss-bottom{position:absolute; width:100%; left:0; bottom:0;}
.search-suggest ul li.ss-bottom a{ width:100%; display:block; text-align:center; height:40px; line-height:40px; background:#79C142; color:#fff; font-weight:bold; text-align:center;}
.search-suggest ul li {padding:10px;display:block; width:100%; overflow:hidden; color:#888; border-bottom:1px solid #eee;}
.search-suggest ul li:hover {background:#fcfcfc;}
.search-suggest ul li .ss-info {padding-left:60px;color:#888;}
.search-suggest ul li .ss-info a{}
.search-suggest ul li .ss-info a.ss-title { color:#333; font-size:14px; font-weight:bold;}
.search-suggest ul li .ss-info p{margin-bottom:0;}
.search-suggest ul li .thumb{float:left; width:50px; height:50px; display:inline-block;}
.search-suggest ul li .thumb{
  background-size: 50px, 50px;
  background-repeat: no-repeat;
}
.search-suggest{ left: 0; right: 0; width: 100%; top: 33px;}


/* Large desktops and laptops */
@media (min-width: 1200px) {
  .navbar-brand img{
    width: 180px;
  }
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-brand img{
    width: 180px;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand img{
    width: 158px;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .navbar-brand img{
    width: 180px;
  }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  .navbar-brand img{
    width: 180px;
  }
}

.price-number{
  font-size: 18px;
}
.tag{
  margin: 5px;
  font-size: 12pt;
  font-weight: normal;
  display: inline-block !important;
}
.record-info div{
  font-size:  17px !important;
  margin-bottom: 5px;
}

.comment-text{
  font-size: 16px !important;
}

.comment-time{
  color : grey !important;
}

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}
@media (min-width: 1200px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
}
.page-heading{
  font-size: 24px !important;
}
.xml-table tr td{
  text-align: left;
}

.xml-table tr td:first-child{
  text-align: right;
  color : #AE112D;
}
.record-count{
  font-size: 14px;
}

.navbar-fixed-top{
  z-index: 999 !important;
}