.popover{
        width: 400px; 
    }
    .timestampfont{
        font-size: 10px;
    }
    .listnotif{
        padding: 3px 5px;
        cursor: pointer;
    }
    .notif-menu > li:hover {
      background-color: #e1e3e9;
      color: #333;
    }
    .notif-header{
        color:#FFF;
    }
    .notifview{
        padding-bottom: 10px;
    }

    .notifview:hover{
        color:#555555;
    }
     .marketplace-header{
      /*font-size: 24px;
      letter-spacing: 15px;*/
    }

    .product-info2 {
    margin-left: 14px;
    }

    .moreinfo:hover{
        cursor: pointer;
    }
    .sub-class>li>a>i{
        display: none;
    }

    .content-wrapper{
        min-height: 899px !important;
    }

    @media (min-width: 768px) {
        .content-wrapper{
          min-height: 954px !important;
        }
    }

    @media (min-height: 1366px) and (min-width: 1024px){
        .content-wrapper {
            min-height: 899px !important;
    }
    }

    @media (min-width: 1366px) and (max-height: 768px){
        .content-wrapper {
            min-height: 587px !important;
    }
    }

    @media (min-width: 1024px) and (max-width: 1024px){
    .content-wrapper {
        min-height: 1296px !important;
    }
    }

    .form-control[readonly2] {
    background-color: #FFFFFF;
    opacity: 1;
    }

    .cursor-pointer{
        cursor:pointer;
    }
    
/*----------------------- Preloader -----------------------*/

.loading {
    height: 100%;
    width: 100%;
    background: #ffffffd1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.loading .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
    overflow: hidden;
}

.div-progress-bar {
  height: 100%;
  width: 100%;
  background: #fffffffc;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  overflow: hidden;
}

.progress-bar-body{
height: 20%;
width: 100%;
/*background: red;*/
position: fixed;
padding-bottom: 10px;
top: 40%;
left: 0%;
/*z-index: 99999999;*/
}
.div-progress-bar .progress{
    border-radius: 5px;

}

.div-progress-bar .progress, .div-progress-bar .messages{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40%;
    height: 40px;

}
.div-progress-bar .pleasewait{
  position: absolute;
  bottom: 0;
  left: 45%;
  padding-bottom: 20px;
  font-family: arial;
/*  text-align: center;*/
}

@keyframes blink {
    /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
    0% {
      opacity: .2;
    }
    /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
    20% {
      opacity: 1;
    }
    /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
    100% {
      opacity: .2;
    }
}

.div-progress-bar .pleasewait span {
    /**
     * Use the blink animation, which is defined above
     */
    animation-name: blink;
    /**
     * The animation should take 1.4 seconds
     */
    animation-duration: 1.4s;
    /**
     * It will repeat itself forever
     */
    animation-iteration-count: infinite;
    /**
     * This makes sure that the starting style (opacity: .2)
     * of the animation is applied before the animation starts.
     * Otherwise we would see a short flash or would have
     * to set the default styling of the dots to the same
     * as the animation. Same applies for the ending styles.
     */
    animation-fill-mode: both;
}

.div-progress-bar .pleasewait span:nth-child(2) {
    /**
     * Starts the animation of the third dot
     * with a delay of .2s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .2s;
}

.div-progress-bar .pleasewait span:nth-child(3) {
    /**
     * Starts the animation of the third dot
     * with a delay of .4s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .4s;
}

.div-progress-bar p{
  padding: 10px;
  color:#FFF !important;
  /*text-align: center;*/
}
.btn_group a, .btn_group button {
    /*margin-left: 5px;*/
}
/*
  tr td:last-child{
    width:1%;
    white-space:nowrap;
}*/


/*tab padding*/
@media (max-width: 768px) {
 .nav-tabs-marketplace.nav>li>a {
    position: relative;
    display: block;
    padding: 4px 15px;
  }

  .nav-tabs-custom>.nav-tabs>li {
     margin-right: 0px; 
  }
  
/*  .nav-tabs-custom>.nav-tabs>.li_tab.active {
    border-bottom: 1px solid springgreen !important;
  }*/

  .nav-tabs-custom>.nav-tabs>li.active:hover>.atab, .nav-tabs-custom>.nav-tabs>li.active>.atab {
    background-color: #5199c3 !important;
  }
}
@media (min-width: 768px) {
  .nav-tabs-marketplace.nav>li>a {
    position: relative;
    display: block;
    padding: 4px 15px;
}
}

.nav-tabs-marketplace-form {
    background-color: #fff !important;
}

.close {
    opacity: 0.8 !important;
}

.well_password{
    padding: 5px;
}

@media (max-width: 1024px){
    .content-header>.breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
        background: #d2d6de;
        padding-left: 10px;
    }
}

.input-changes{
   top: 0px;
   margin:0px;  
   padding: 0px;    
   border: 2px #398439 solid;
   border-radius: 5px;
}
.input-error{
   top: 0px;
   margin:0px;  
   padding: 0px;    
   border: 2px #d73925 solid;
   border-radius: 5px;
}

.changes .input-checkbox {
  outline: 1px solid #398439;
}

.error .input-checkbox {
  outline: 1px solid #d73925;
}

@media (max-width: 802px) {
  .marketplace-title{
    display: none !important;
  }
}

@media (max-width: 991px){
  .navbar-collapse.pull-left+.navbar-custom-menu {
      right: 5px !important;
  }
}


@media (max-width: 414px){
  .nav-tabs-custom>.tab-content {
       padding: 0px; 
  }

  .box-body {
     padding: 10px 7px !important;
  }

  .prod_row{
    padding: 0px !important;
  }

}

/*PRODUCT FORM **/
.prod_row{
  padding: 0px 20px;
}


/*labels*/
.normal_txt{
  font-weight: normal !important;
  cursor: pointer;
}

.label_txt{
  cursor: pointer;
}

input[type='checkbox'] {
cursor: pointer;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #77777763 !important;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #00c0ef !important;
}

/**datatables pagination **/
@media screen and (max-width: 767px){
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: right !important;
  }
}

@media (max-width: 766px){
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center !important;
  }
}

button.notif_close {
    color: #444 !important;
}

.nav-tabs-custom > .nav-tabs > li.active {
background-color: #6e8896 !important;
}

.btn, .btn_group>.btn{
  margin-bottom: 5px !important;
}

select{
   /*-webkit-appearance: none;*/
  cursor: pointer !important;
}

.dropdown-menu > li#queue_fetch_order_content a{
  color: #000;
}

#fetch_order_history_ul > li > a {
  cursor: default;
}

.alert-minimalist {
  background-color: rgb(241, 242, 240);
  border-color: rgba(149, 149, 149, 0.3);
  border-radius: 3px;
  color: rgb(149, 149, 149);
  padding: 10px;
}
.alert-minimalist > [data-notify="icon"] {
  height: 50px;
  margin-right: 12px;
}
.alert-minimalist > [data-notify="title"] {
  color: rgb(51, 51, 51);
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

[data-notify="container"][class*="alert-pastel-"] {
  background-color: rgb(255, 255, 238);
  border-width: 0px;
  border-left: 15px solid rgb(255, 240, 106);
  border-radius: 0px;
  box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
  font-family: 'Old Standard TT', serif;
  letter-spacing: 1px;
}
[data-notify="container"].alert-pastel-info {
  border-left-color: rgb(255, 179, 40);
}
[data-notify="container"].alert-pastel-danger {
  border-left-color: rgb(255, 103, 76);
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="title"] {
  color: rgb(80, 80, 57);
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="message"] {
  font-weight: 400;
}

/*
*footer
*/
.main-footer {
    background: #fff !important;
    border-top: 1px solid #dee2e6;
}

.tbl_shadow, .box-primary, .box-solid, .nav-tabs-marketplace-form{
box-shadow: 0 0 1px 
rgba(0,0,0,.125), 0 1px 3px
rgba(0,0,0,.2);
/*margin-bottom: 1rem;*/
border-radius: .25rem;
}

.elevation-4 {
box-shadow: 0 14px 8px 
rgba(0,0,0,.25),0 10px 10px
    rgba(0,0,0,.22) !important;
}

.input-group .input-group-addon, .form-control{
  border-color: #aaa;
}

.navbar-nav > .user-menu > .dropdown-menu{
  padding: 0px !important;
}

/*.text-success {
    color: #000;
}
*/
.fetch_msg{
  font-style: italic;
}


/*
*navigation scrollbar
*/
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span.label-notif {
    display: block !important;
    -webkit-transform: translateZ(0);
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span.label-notif:hover {
    width: 10px !important;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span.label-notif:not(.pull-right) {
    display: block !important;
    position: absolute;
    width: 10px !important;
    left: 28px !important;
}

.sub-class {
  max-height: 200px !important;
  overflow-y: auto !important;
}

/*
*forms required input
*/
.symbol-required{
  color: #d73925;
}


/*
*follow parent height
*/
.child-div-height{
   display: flex;
}

.ico-required{
  color: #dd4b39;
}
